Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .vitepress/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const navItemOrder: Record<string, string[]> = {
"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",
Expand Down Expand Up @@ -77,6 +77,7 @@ export const excludedSections: string[] = ["public"];
export const customTitles: Record<string, string> = {
"app-shell": "AppShell",
"wait-resolve": "Wait / Resolve",
index: "Overview",
};

// Define custom ordering for sidebar items within sections
Expand Down
1 change: 0 additions & 1 deletion docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading