Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/Getting-Started/Configuration-File.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions docs/Getting-Started/Folder-Structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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

Expand Down