Skip to content

Commit 53c95af

Browse files
committed
Promote More to a top-level Cookbook entry
Lift the More group out of Expert Topic so it appears at the Cookbook root level next to the other groups, and link it to its first subpage.
1 parent 929b566 commit 53c95af

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,14 @@ export default defineConfig({
237237
{ text: "Lock", link: "/development/specific/locks" },
238238
{ text: "Statefulness", link: "/development/specific/statefulness" },
239239
{ text: "Logout", link: "/configuration/logout" },
240-
{
241-
text: "More",
242-
collapsed: true,
243-
items: [
244-
{ text: "Demo Output", link: "/development/specific/demo_output" },
245-
],
246-
},
240+
],
241+
},
242+
{
243+
text: "More",
244+
link: "/development/specific/demo_output",
245+
collapsed: true,
246+
items: [
247+
{ text: "Demo Output", link: "/development/specific/demo_output" },
247248
],
248249
},
249250
],

0 commit comments

Comments
 (0)