File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -157,13 +157,15 @@ export default defineConfig({
157
157
label : 'Features' ,
158
158
collapsed : true ,
159
159
items : [
160
+ { label : 'Overview' , link : '/mobile-client/features/' } ,
160
161
{ label : 'Account' , link : '/mobile-client/features/account' } ,
161
162
{ label : 'Authentication' , link : '/mobile-client/features/authentication' } ,
162
163
{ label : 'Entity Details' , link : '/mobile-client/features/entity-details' } ,
163
164
{ label : 'Headline Details' , link : '/mobile-client/features/headline-details' } ,
164
165
{ label : 'Headlines Feed' , link : '/mobile-client/features/headlines-feed' } ,
165
166
{ label : 'Search' , link : '/mobile-client/features/search' } ,
166
167
{ label : 'Settings' , link : '/mobile-client/features/settings' } ,
168
+ { label : 'Status Pages' , link : '/mobile-client/features/status-pages' } ,
167
169
] ,
168
170
} ,
169
171
{ label : 'Deployment' , link : '/mobile-client/deployment' } ,
You can’t perform that action at this time.
0 commit comments