diff --git a/.vuepress/config.js b/.vuepress/config.js index 5a21cfb2..4d025048 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -294,10 +294,10 @@ module.exports = { ] }, { - title: 'Minecraft', + title: 'Game Specific', collapsable: false, children: [ - '/community/minecraft/networks.md', + '/community/games/minecraft/networks.md', ], }, { diff --git a/community/about.md b/community/about.md index 0268df24..9de5347a 100644 --- a/community/about.md +++ b/community/about.md @@ -19,7 +19,7 @@ This is the community guide section of the site. * [Create a Custom Docker Image](/community/eggs/creating_a_custom_image.md) # Specific Server Config -* [Minecraft Server networks](/community/minecraft/networks.md) +* [Minecraft Server networks](/community/games/minecraft/networks.md) ## diff --git a/community/minecraft/networks.md b/community/games/minecraft/networks.md similarity index 98% rename from community/minecraft/networks.md rename to community/games/minecraft/networks.md index 41ab95d6..dac7437c 100644 --- a/community/minecraft/networks.md +++ b/community/games/minecraft/networks.md @@ -1,4 +1,4 @@ -# Server Networks +# Minecraft Server Networks [[toc]]