Skip to content

Commit 3574f5b

Browse files
committed
docs(mobile-client): update features list in sidebar
- Reorder 'Headline Details' and 'Entity Details' items - Add 'Ad System' feature link - Move 'Headlines Feed' above 'Headline Details' for better organization
1 parent 8df53ec commit 3574f5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

astro.config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,10 @@ export default defineConfig({
161161
{ label: 'Overview', link: '/mobile-client/features/' },
162162
{ label: 'Account', link: '/mobile-client/features/account' },
163163
{ label: 'Authentication', link: '/mobile-client/features/authentication' },
164-
{ label: 'Entity Details', link: '/mobile-client/features/entity-details' },
165-
{ label: 'Headline Details', link: '/mobile-client/features/headline-details' },
164+
{ label: 'Ad System', link: '/mobile-client/features/ad-system' },
166165
{ label: 'Headlines Feed', link: '/mobile-client/features/headlines-feed' },
166+
{ label: 'Headline Details', link: '/mobile-client/features/headline-details' },
167+
{ label: 'Entity Details', link: '/mobile-client/features/entity-details' },
167168
{ label: 'Search', link: '/mobile-client/features/search' },
168169
{ label: 'Settings', link: '/mobile-client/features/settings' },
169170
{ label: 'Status Pages', link: '/mobile-client/features/status-pages' },

0 commit comments

Comments
 (0)