Hide routes not worked on

This commit is contained in:
SPT-dev 2023-03-02 21:10:23 -05:00
parent f878c679d0
commit 2e0a188672

View File

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