diff --git a/.vitepress/config/constants.ts b/.vitepress/config/constants.ts index 814675c..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": "UI Framework", + "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 deb44f3..f6c2525 100644 --- a/docs/app-shell/index.md +++ b/docs/app-shell/index.md @@ -1,4 +1,4 @@ -# UI Framework +# AppShell AppShell is a UI framework for building interfaces on Tailor Platform.