From 1c87f97dde78adc1d583b8bcc2f43502602db28e Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Tue, 3 Mar 2026 20:09:34 +0800 Subject: [PATCH] Docs: Minor document structure tweak. (#13346) ### What problem does this PR solve? Refactored the document architecture. ### Type of change - [x] Documentation Update --- docs/administrator/_category_.json | 4 ++-- docs/administrator/migrate_to_single_bucket_mode.md | 3 +++ docs/develop/_category_.json | 2 +- docs/guides/models/supported_models.mdx | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/administrator/_category_.json b/docs/administrator/_category_.json index 2579af640..e00d9a56a 100644 --- a/docs/administrator/_category_.json +++ b/docs/administrator/_category_.json @@ -1,11 +1,11 @@ { "label": "Administrator guides", - "position": 3, + "position": 4, "link": { "type": "generated-index", "description": "Guides for system administrtors" }, "customProps": { - "sidebarIcon": "LucidComputer" + "sidebarIcon": "LucideComputer" } } diff --git a/docs/administrator/migrate_to_single_bucket_mode.md b/docs/administrator/migrate_to_single_bucket_mode.md index bb81ecb49..d291c0def 100644 --- a/docs/administrator/migrate_to_single_bucket_mode.md +++ b/docs/administrator/migrate_to_single_bucket_mode.md @@ -1,6 +1,9 @@ --- sidebar_position: 15 slug: /migrate_to_single_bucket_mode +sidebar_custom_props: { + categoryIcon: LucideLocateFixed +} --- # Migrate from multi-Bucket to single-bucket mode diff --git a/docs/develop/_category_.json b/docs/develop/_category_.json index e2556b4d2..406b847f9 100644 --- a/docs/develop/_category_.json +++ b/docs/develop/_category_.json @@ -1,6 +1,6 @@ { "label": "Developer guides", - "position": 4, + "position": 5, "link": { "type": "generated-index", "description": "Guides for hardcore developers" diff --git a/docs/guides/models/supported_models.mdx b/docs/guides/models/supported_models.mdx index bb50fa1e7..3dcfeed0d 100644 --- a/docs/guides/models/supported_models.mdx +++ b/docs/guides/models/supported_models.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 1 +sidebar_position: 3 slug: /supported_models sidebar_custom_props: { categoryIcon: LucideBox