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',