Skip to content

Commit 588c330

Browse files
committed
docs(mobile-client): add overview and status pages to sidebar
- Add 'Overview' link to the beginning of the 'Features' section - Add 'Status Pages' link to the end of the 'Features' section
1 parent 5c29e54 commit 588c330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,15 @@ export default defineConfig({
157157
label: 'Features',
158158
collapsed: true,
159159
items: [
160+
{ label: 'Overview', link: '/mobile-client/features/' },
160161
{ label: 'Account', link: '/mobile-client/features/account' },
161162
{ label: 'Authentication', link: '/mobile-client/features/authentication' },
162163
{ label: 'Entity Details', link: '/mobile-client/features/entity-details' },
163164
{ label: 'Headline Details', link: '/mobile-client/features/headline-details' },
164165
{ label: 'Headlines Feed', link: '/mobile-client/features/headlines-feed' },
165166
{ label: 'Search', link: '/mobile-client/features/search' },
166167
{ label: 'Settings', link: '/mobile-client/features/settings' },
168+
{ label: 'Status Pages', link: '/mobile-client/features/status-pages' },
167169
],
168170
},
169171
{ label: 'Deployment', link: '/mobile-client/deployment' },

0 commit comments

Comments
 (0)