From 1d7d9a818d8d44dfd647526c03247c4052524168 Mon Sep 17 00:00:00 2001 From: Atomos821 Date: Wed, 25 Nov 2020 15:56:33 +0100 Subject: [PATCH] Hide routes not worked on --- docs/assets/data/routes.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" }, {