From ba5ee6e9d36c84d279caf7dc18d4acc357ff01ed Mon Sep 17 00:00:00 2001 From: Anukiran Date: Tue, 26 May 2026 13:51:09 -0500 Subject: [PATCH] fix(nav): move character-encodings to flat referenc - Move character-encodings.md out of concepts/ to reference/ root - Add character-encodings and security to reference navItemOrder - Remove character-encodings from concepts section in reference index --- .vitepress/config/constants.ts | 3 ++- docs/reference/{concepts => }/character-encodings.md | 0 docs/reference/index.md | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/reference/{concepts => }/character-encodings.md (100%) diff --git a/.vitepress/config/constants.ts b/.vitepress/config/constants.ts index 5d2852f..7e88929 100644 --- a/.vitepress/config/constants.ts +++ b/.vitepress/config/constants.ts @@ -19,7 +19,7 @@ export const navItemOrder: Record = { "develop-from-scratch", ], sdk: ["quickstart", "cli", "services", "generator"], - reference: ["api", "platform", "concepts", "infrastructure"], + reference: ["api", "platform", "concepts", "infrastructure", "character-encodings", "security"], "getting-started": ["quickstart", "core-concepts", "console"], "app-shell": [ "introduction", @@ -77,6 +77,7 @@ export const excludedSections: string[] = ["public"]; export const customTitles: Record = { "app-shell": "AppShell", "wait-resolve": "Wait / Resolve", + index: "Overview", }; // Define custom ordering for sidebar items within sections diff --git a/docs/reference/concepts/character-encodings.md b/docs/reference/character-encodings.md similarity index 100% rename from docs/reference/concepts/character-encodings.md rename to docs/reference/character-encodings.md diff --git a/docs/reference/index.md b/docs/reference/index.md index ec0ef58..792d3e0 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -25,7 +25,6 @@ Core concepts and technical fundamentals of the platform. - [Terminology & Concepts](/reference/concepts/terminology_concepts) - Platform terminology and key concepts - [Tailor Resource Names (TRN)](/reference/concepts/trn) - Resource naming conventions and structure -- [Character Encodings](/reference/concepts/character-encodings) - Supported character encodings and conversion ## Infrastructure