File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -210,7 +210,6 @@ const sidebars: SidebarsConfig = {
210210 "capabilities/client/navigation" ,
211211 "capabilities/client/toasts" ,
212212 "capabilities/client/menu-actions" ,
213- "capabilities/server/settings-and-secrets" ,
214213 "capabilities/server/launch_screen_and_entry_points/view_modes_entry_points" ,
215214 {
216215 type : "category" ,
@@ -265,6 +264,11 @@ const sidebars: SidebarsConfig = {
265264 } ,
266265 ] ,
267266 } ,
267+ {
268+ type : "doc" ,
269+ label : "Settings & Secrets" ,
270+ id : "capabilities/server/settings-and-secrets" ,
271+ } ,
268272 {
269273 type : "category" ,
270274 label : "Storing Data" ,
Original file line number Diff line number Diff line change 169169 " capabilities/client/navigation" ,
170170 " capabilities/client/toasts" ,
171171 " capabilities/client/menu-actions" ,
172- " capabilities/server/settings-and-secrets" ,
173172 " capabilities/server/launch_screen_and_entry_points/view_modes_entry_points" ,
174173 {
175174 "type" : " category" ,
226225 }
227226 ]
228227 },
228+ {
229+ "type" : " doc" ,
230+ "label" : " Settings & Secrets" ,
231+ "id" : " capabilities/server/settings-and-secrets"
232+ },
229233 {
230234 "type" : " category" ,
231235 "label" : " Saving Data" ,
Original file line number Diff line number Diff line change 196196 " capabilities/client/navigation" ,
197197 " capabilities/client/toasts" ,
198198 " capabilities/client/menu-actions" ,
199- " capabilities/server/settings-and-secrets" ,
200199 " capabilities/server/launch_screen_and_entry_points/view_modes_entry_points" ,
201200 {
202201 "type" : " category" ,
253252 }
254253 ]
255254 },
255+ {
256+ "type" : " doc" ,
257+ "label" : " Settings & Secrets" ,
258+ "id" : " capabilities/server/settings-and-secrets"
259+ },
256260 {
257261 "type" : " category" ,
258262 "label" : " Storing Data" ,
You can’t perform that action at this time.
0 commit comments