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