Skip to content

Commit 44c6c7b

Browse files
committed
docs(web-dashboard): rename theming guide and update navigation
- Rename 'Theming & Customization' to 'Styling & Theming' - Update navigation label and file name in astro.config.mjs - Modify title and description in Markdown file
1 parent 01349be commit 44c6c7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default defineConfig({
121121
label: 'Guides',
122122
collapsed: true,
123123
items: [
124-
{ label: 'Theming & Customization', link: '/web-dashboard/guides/theming-and-customization' },
124+
{ label: 'Styling & Theming', link: '/web-dashboard/guides/styling-and-theming' },
125125
{ label: 'Localization', link: '/web-dashboard/guides/localization' },
126126
],
127127
},

src/content/docs/web-dashboard/guides/theming-and-customization.mdx renamed to src/content/docs/web-dashboard/guides/styling-and-theming.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Guide: Theming & Customization'
3-
description: A developer's guide to customizing the visual appearance of the web dashboard.
2+
title: 'Guide: Styling & Theming'
3+
description: Learn how to customize the application's visual appearance.
44
---
55
import { Aside } from '@astrojs/starlight/components';
66

0 commit comments

Comments
 (0)