Hide routes not worked on

This commit is contained in:
Atomos821 2020-11-25 15:56:33 +01:00
parent 3d567ac263
commit 1d7d9a818d

View File

@ -2,7 +2,7 @@
"routes": [
{
"name": "Demo",
"hidden": false,
"hidden": true,
"filepath": "demo.md"
},
{
@ -61,10 +61,12 @@
},
{
"name": "Tutorial: Being a god with style",
"hidden": true,
"filepath": "tutorials/tut_1.md"
},
{
"name": "Tutorial: Creating a new weapon",
"hidden": true,
"routes": [
{
"name": "0. Introduction",
@ -92,7 +94,7 @@
},
{
"name": "API REFERENCE",
"hidden": false,
"hidden": true,
"filepath": "api_ref/api.md"
},
{