From f14c9ec1f3267279c8c1aac9438c3724a77a17d4 Mon Sep 17 00:00:00 2001 From: marihachi Date: Sat, 29 Jul 2023 20:06:00 +0900 Subject: [PATCH] update sidebar --- docs/api/_category_.json | 2 +- docs/api/api-old.md | 6 ++++++ docs/api/classes/Parser.md | 4 ++++ docs/api/classes/_category_.json | 2 +- docs/api/modules.md | 4 ++++ docs/getting-started.md | 2 +- 6 files changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/api/_category_.json b/docs/api/_category_.json index 85cc56e..bdab079 100644 --- a/docs/api/_category_.json +++ b/docs/api/_category_.json @@ -1,6 +1,6 @@ { "label": "API", - "position": 1, + "position": 2, "link": { "type": "generated-index", "description": "Terrario API Docs" diff --git a/docs/api/api-old.md b/docs/api/api-old.md index 7da8edd..fccca48 100644 --- a/docs/api/api-old.md +++ b/docs/api/api-old.md @@ -1,5 +1,11 @@ +--- +sidebar_position: 3 +--- + # API Docs (old page) +Terrario v0.9.0 + # Basic APIs ## T.language() diff --git a/docs/api/classes/Parser.md b/docs/api/classes/Parser.md index e492ea6..93d4463 100644 --- a/docs/api/classes/Parser.md +++ b/docs/api/classes/Parser.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 1 +--- + # Class: `Parser` Parser class diff --git a/docs/api/classes/_category_.json b/docs/api/classes/_category_.json index e56700f..0e0bbbc 100644 --- a/docs/api/classes/_category_.json +++ b/docs/api/classes/_category_.json @@ -1,6 +1,6 @@ { "label": "Classes", - "position": 1, + "position": 2, "link": { "type": "generated-index", "description": "List of Class" diff --git a/docs/api/modules.md b/docs/api/modules.md index 5810a94..4e0f03b 100644 --- a/docs/api/modules.md +++ b/docs/api/modules.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 1 +--- + # Modules ## Type Aliases diff --git a/docs/getting-started.md b/docs/getting-started.md index 08dc2b9..ba0fd53 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -1,5 +1,5 @@ --- -sidebar_position: 0 +sidebar_position: 1 --- # Getting Started