Moving this down to tutorials as requested.

This commit is contained in:
Matthew Hatcher 2019-09-22 18:53:38 -04:00
parent 417941e219
commit d49674c423
No known key found for this signature in database
GPG Key ID: 5CBFA82270D78FD1

View File

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