Skip to content

Commit 6dd208b

Browse files
committed
docs(nav): add admin manual to sidebar
Updates the Astro configuration to include the "Managing Your Admin Account" manual in the Web Dashboard's sidebar navigation, making it visible on the documentation site.
1 parent 30b7aaa commit 6dd208b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export default defineConfig({
120120
items: [
121121
{ label: 'Managing Content', link: '/web-dashboard/manuals/managing-content' },
122122
{ label: 'Configuring the Mobile App', link: '/web-dashboard/manuals/configuring-the-app' },
123+
{ label: 'Managing Your Admin Account', link: '/web-dashboard/manuals/managing-admin-account' },
123124
],
124125
},
125126
{ label: 'Deployment', link: '/web-dashboard/deployment' },

0 commit comments

Comments
 (0)