diff --git a/docs/assets/data/routes.json b/docs/assets/data/routes.json index 3feaa17..80d0d26 100644 --- a/docs/assets/data/routes.json +++ b/docs/assets/data/routes.json @@ -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" }, {