diff --git a/docs/guides/gameservers/ark/_category_.json b/docs/guides/gameservers/ark/_category_.json new file mode 100644 index 0000000..4ddd462 --- /dev/null +++ b/docs/guides/gameservers/ark/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Ark: Survival Evolved", + "position": 3, + "link": { + "type": "generated-index", + "description": "Ark: Survival Evolved" + } +} diff --git a/docs/guides/gameservers/ark_add_mods.md b/docs/guides/gameservers/ark/ark_add_mods.md similarity index 100% rename from docs/guides/gameservers/ark_add_mods.md rename to docs/guides/gameservers/ark/ark_add_mods.md diff --git a/docs/guides/gameservers/ark_change_startparameters.md b/docs/guides/gameservers/ark/ark_change_startparameters.md similarity index 97% rename from docs/guides/gameservers/ark_change_startparameters.md rename to docs/guides/gameservers/ark/ark_change_startparameters.md index 0ceff01..c8eb7e7 100644 --- a/docs/guides/gameservers/ark_change_startparameters.md +++ b/docs/guides/gameservers/ark/ark_change_startparameters.md @@ -36,7 +36,7 @@ Paste your copied settings into the `arkserver.cfg.scroll_template` file below t Replace "TheIsland" with one of the default maps you want to play on. -`Default Map: TheIsland, Ragnarok, CrystalIsles, Aberration_P, ScorchedEarth_P, TheCenter, Extinction, Valguero_P, Genesis, Gen2, Fjordur` +`Default Map: TheIsland, Ragnarok, CrystalIsles, Aberration_P, ScorchedEarth_P, TheCenter, Extinction, Valguero_P, Genesis, Gen2, Fjordur, LostIsland` ![Change Default Map](/img/ark/change_defaultmap.png) @@ -84,4 +84,4 @@ More start parameters can be found on the [LinuxGSM documentation](https://docs. - **Restart your server** after making changes to apply the new settings. - **Disable Anti Cheat** settings if you are playing via Epic Games. -Enjoy your gaming experience! \ No newline at end of file +Enjoy your gaming experience! diff --git a/docs/guides/gameservers/ark_epic.md b/docs/guides/gameservers/ark/ark_epic.md similarity index 100% rename from docs/guides/gameservers/ark_epic.md rename to docs/guides/gameservers/ark/ark_epic.md diff --git a/docs/guides/gameservers/ark_steam.md b/docs/guides/gameservers/ark/ark_steam.md similarity index 100% rename from docs/guides/gameservers/ark_steam.md rename to docs/guides/gameservers/ark/ark_steam.md diff --git a/docs/guides/gameservers/minecraft/_category_.json b/docs/guides/gameservers/minecraft/_category_.json new file mode 100644 index 0000000..19f7849 --- /dev/null +++ b/docs/guides/gameservers/minecraft/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Minecraft", + "position": 4, + "link": { + "type": "generated-index", + "description": "Minecraft" + } +} diff --git a/docs/guides/gameservers/minecraft.md b/docs/guides/gameservers/minecraft/minecraft.md similarity index 100% rename from docs/guides/gameservers/minecraft.md rename to docs/guides/gameservers/minecraft/minecraft.md diff --git a/docs/guides/gameservers/rust/_category_.json b/docs/guides/gameservers/rust/_category_.json new file mode 100644 index 0000000..96c2b45 --- /dev/null +++ b/docs/guides/gameservers/rust/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Rust", + "position": 5, + "link": { + "type": "generated-index", + "description": "Rust" + } +} diff --git a/docs/guides/gameservers/rust.md b/docs/guides/gameservers/rust/rust.md similarity index 97% rename from docs/guides/gameservers/rust.md rename to docs/guides/gameservers/rust/rust.md index d70db84..934f3f4 100644 --- a/docs/guides/gameservers/rust.md +++ b/docs/guides/gameservers/rust/rust.md @@ -50,4 +50,4 @@ After downloading the mods you need, follow the steps described in the SFTP guid Some mods allow you to adjust settings via configuration files. These are usually located in the `/oxide/config/` folder of your server. You can edit and customize these files just like the mod files themselves using SFTP. -Don't forget to back up your server before starting the mod installation to avoid potential data loss. \ No newline at end of file +Don't forget to back up your server before starting the mod installation to avoid potential data loss.