Skip to content

Commit 17c3789

Browse files
docs: rename "UI Framework" to "AppShell" in navigation (#31)
* docs: rename "UI Framework" to "App Shell" in navigation Update navigation title and page heading to reflect the correct product name "App Shell" instead of "UI Framework". Changes: - docs/app-shell/index.md: Update page heading - .vitepress/config/constants.ts: Update navigation title Fixes #11000 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * update title --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2ff470e commit 17c3789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vitepress/config/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const excludedSections: string[] = ["public"];
7878

7979
// Custom title overrides for sections/folders
8080
export const customTitles: Record<string, string> = {
81-
"app-shell": "UI Framework",
81+
"app-shell": "AppShell",
8282
// Add more custom titles here as needed
8383
};
8484

docs/app-shell/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UI Framework
1+
# AppShell
22

33
AppShell is a UI framework for building interfaces on Tailor Platform.
44

0 commit comments

Comments
 (0)