mirror of
https://github.com/rommapp/docs.git
synced 2026-04-23 06:54:41 +00:00
Merge pull request #50 from pascalberger/feature/fix-admonitions
Fix rendering of admonitions
This commit is contained in:
@@ -133,9 +133,10 @@ priority: { "metadata", "artwork", "region", "language" }
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
!!! tip
|
||||
You can find examples of full binded <a href="https://github.com/rommapp/romm/blob/master/examples/config.batocera-retrobat.yml" target="_blank" rel="noopener noreferrer">batocera</a> or <a href="https://github.com/rommapp/romm/blob/master/examples/config.es-de.example.yml" target="_blank" rel="noopener noreferrer">es-de</a> config files.
|
||||
You can find examples of full binded <a href="https://github.com/rommapp/romm/blob/master/examples/config.batocera-retrobat.yml" target="_blank" rel="noopener noreferrer">batocera</a> or <a href="https://github.com/rommapp/romm/blob/master/examples/config.es-de.example.yml" target="_blank" rel="noopener noreferrer">es-de</a> config files.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
!!! warning
|
||||
Only uncomment or add the lines you need. Any omitted or empty sections will use RomM's defaults.
|
||||
Only uncomment or add the lines you need. Any omitted or empty sections will use RomM's defaults.
|
||||
|
||||
For a full example, see the <a href="https://github.com/rommapp/romm/blob/master/examples/config.example.yml" target="_blank" rel="noopener noreferrer">config.example.yml</a> file.
|
||||
|
||||
@@ -39,7 +39,7 @@ For multifile games (games stored as folders with multiple files or folders insi
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
!!! tip
|
||||
For folder naming conventions, review the [Platform Support](../Platforms-and-Players/Supported-Platforms.md) section. To override default system names in the folder structure (if your directories are named differently), see the [Configuration File](Configuration-File.md) section.
|
||||
For folder naming conventions, review the [Platform Support](../Platforms-and-Players/Supported-Platforms.md) section. To override default system names in the folder structure (if your directories are named differently), see the [Configuration File](Configuration-File.md) section.
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
@@ -151,7 +151,7 @@ For multifile games (games stored as folders with multiple files or folders insi
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
!!! note
|
||||
RomM can be setup without a prior folder structure. If files are manually uploaded from the webUI, RomM will automatically create the folder **Structure A**
|
||||
RomM can be setup without a prior folder structure. If files are manually uploaded from the webUI, RomM will automatically create the folder **Structure A**
|
||||
|
||||
## Configuration file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user