Skip to content

Commit 96af2f1

Browse files
committed
Merge Expert Topic and More sidebar sections
Collapse the two cookbook tail sections into a single "Expert, More" entry — the items already overlap thematically and a flatter sidebar keeps the section count down. https://claude.ai/code/session_01JWgqHJwjqZjV7MgXDyYwvf
1 parent 4dc5c5c commit 96af2f1

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -244,21 +244,14 @@ export default defineConfig({
244244
],
245245
},
246246
{
247-
text: "Expert Topic",
247+
text: "Expert, More",
248248
link: "/development/specific/locks",
249249
collapsed: true,
250250
items: [
251251
{ text: "Lock", link: "/development/specific/locks" },
252252
{ text: "Statefulness", link: "/development/specific/statefulness" },
253253
{ text: "WebSocket", link: "/development/specific/websocket" },
254254
{ text: "Logout", link: "/configuration/logout" },
255-
],
256-
},
257-
{
258-
text: "More",
259-
link: "/development/specific/email",
260-
collapsed: true,
261-
items: [
262255
{ text: "E-Mail", link: "/development/specific/email" },
263256
{ text: "Value Help", link: "/development/specific/value_help" },
264257
{ text: "Demo Output", link: "/development/specific/demo_output" },

0 commit comments

Comments
 (0)