From b2480b0ed57eccbc741de0652edbda8548b68db9 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 13 Jul 2024 16:16:01 +0800 Subject: [PATCH] docs: update category order --- website/docs/dev/_category_.json | 2 +- website/docs/notification/_category_.json | 4 ++++ website/docs/server-status/_category_.json | 2 +- website/docs/telemetry/_category_.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 website/docs/notification/_category_.json diff --git a/website/docs/dev/_category_.json b/website/docs/dev/_category_.json index 5d70c6a..7072903 100644 --- a/website/docs/dev/_category_.json +++ b/website/docs/dev/_category_.json @@ -1,4 +1,4 @@ { "label": "Develop", - "position": 99 + "position": 80 } diff --git a/website/docs/notification/_category_.json b/website/docs/notification/_category_.json new file mode 100644 index 0000000..9fcb4ac --- /dev/null +++ b/website/docs/notification/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Notification", + "position": 14 +} diff --git a/website/docs/server-status/_category_.json b/website/docs/server-status/_category_.json index a24e19b..08d7a6d 100644 --- a/website/docs/server-status/_category_.json +++ b/website/docs/server-status/_category_.json @@ -1,4 +1,4 @@ { "label": "Server Status", - "position": 14 + "position": 15 } diff --git a/website/docs/telemetry/_category_.json b/website/docs/telemetry/_category_.json index 1ac9e52..20917af 100644 --- a/website/docs/telemetry/_category_.json +++ b/website/docs/telemetry/_category_.json @@ -1,4 +1,4 @@ { "label": "Telemetry", - "position": 15 + "position": 16 }