Skip to content

Commit 23c7bea

Browse files
authored
Update Settings & Secrets in sidebar to be a top level item (#154)
This enables quick access to `Settings & Secrets` by promoting it out of `Post Creation & Navigation`
1 parent 705515b commit 23c7bea

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

sidebars.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

versioned_sidebars/version-0.12-sidebars.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@
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",
@@ -226,6 +225,11 @@
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",

versioned_sidebars/version-0.13-sidebars.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@
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",
@@ -253,6 +252,11 @@
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",

0 commit comments

Comments
 (0)