Skip to content

Commit c69d252

Browse files
committed
docs(config): update navigation menu labels
- Rename 'Adding a New Language' to 'Localization' in Web Dashboard guides - Remove 'Creating a New Feature' and 'Adding a New Setting' from Mobile Client guides - Update link for 'Localization' in Mobile Client guides
1 parent f240cb2 commit c69d252

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

astro.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default defineConfig({
110110
collapsed: true,
111111
items: [
112112
{ label: 'Theming & Customization', link: '/web-dashboard/guides/theming-and-customization' },
113-
{ label: 'Adding a New Language', link: '/web-dashboard/guides/adding-a-new-language' },
113+
{ label: 'Localization', link: '/web-dashboard/guides/localization' },
114114
],
115115
},
116116
{
@@ -145,8 +145,6 @@ export default defineConfig({
145145
label: 'Guides',
146146
collapsed: true,
147147
items: [
148-
{ label: 'Creating a New Feature', link: '/mobile-client/guides/creating-a-new-feature' },
149-
{ label: 'Adding a New Setting', link: '/mobile-client/guides/adding-a-new-setting' },
150148
{ label: 'Styling & Theming', link: '/mobile-client/guides/styling-and-theming' },
151149
{ label: 'Localization', link: '/mobile-client/guides/localization' },
152150
],

0 commit comments

Comments
 (0)