From d0d7ecae6e27b313b33f28aaedf2ba8c090001a0 Mon Sep 17 00:00:00 2001 From: Anukiran Date: Mon, 16 Mar 2026 22:23:09 -0500 Subject: [PATCH 1/2] 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 --- .vitepress/config/constants.ts | 2 +- docs/app-shell/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vitepress/config/constants.ts b/.vitepress/config/constants.ts index 814675c..cba6b98 100644 --- a/.vitepress/config/constants.ts +++ b/.vitepress/config/constants.ts @@ -78,7 +78,7 @@ export const excludedSections: string[] = ["public"]; // Custom title overrides for sections/folders export const customTitles: Record = { - "app-shell": "UI Framework", + "app-shell": "App Shell", // Add more custom titles here as needed }; diff --git a/docs/app-shell/index.md b/docs/app-shell/index.md index deb44f3..9adc303 100644 --- a/docs/app-shell/index.md +++ b/docs/app-shell/index.md @@ -1,4 +1,4 @@ -# UI Framework +# App Shell AppShell is a UI framework for building interfaces on Tailor Platform. From 013a374c2a0b4412af7034729092762df7765369 Mon Sep 17 00:00:00 2001 From: Anukiran Date: Tue, 17 Mar 2026 00:43:55 -0500 Subject: [PATCH 2/2] update title --- .vitepress/config/constants.ts | 2 +- docs/app-shell/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vitepress/config/constants.ts b/.vitepress/config/constants.ts index cba6b98..12a9932 100644 --- a/.vitepress/config/constants.ts +++ b/.vitepress/config/constants.ts @@ -78,7 +78,7 @@ export const excludedSections: string[] = ["public"]; // Custom title overrides for sections/folders export const customTitles: Record = { - "app-shell": "App Shell", + "app-shell": "AppShell", // Add more custom titles here as needed }; diff --git a/docs/app-shell/index.md b/docs/app-shell/index.md index 9adc303..f6c2525 100644 --- a/docs/app-shell/index.md +++ b/docs/app-shell/index.md @@ -1,4 +1,4 @@ -# App Shell +# AppShell AppShell is a UI framework for building interfaces on Tailor Platform.