From d49674c423c67ddf6259d233b67e1b79643b3055 Mon Sep 17 00:00:00 2001 From: Matthew Hatcher Date: Sun, 22 Sep 2019 18:53:38 -0400 Subject: [PATCH] Moving this down to tutorials as requested. --- .vuepress/config.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index 9dc39b2a..2e1e2284 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -78,13 +78,6 @@ module.exports = { '/community/config/eggs/creating_a_custom_image.md', ], }, - { - title: 'Node Configuration', - collapsable: false, - children: [ - '/community/config/nodes/add_node.md', - ], - }, { title: 'Game Configuration', collapsable: false, @@ -96,6 +89,7 @@ module.exports = { title: 'Tutorials', collapsable: false, children: [ + '/community/config/nodes/add_node.md', '/community/tutorials/creating_ssl_certificates.md', '/community/tutorials/custom_theme_setup.md', '/community/tutorials/artisan.md',