From 6fd819d838cca6c044e954b7e781df59c45e0d9c Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Thu, 31 Jan 2019 09:41:07 -0500 Subject: [PATCH] Update for game specific docs. --- .vuepress/config.js | 4 ++-- community/about.md | 2 +- community/{ => games}/minecraft/networks.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename community/{ => games}/minecraft/networks.md (98%) 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]]