mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-28 08:49:38 +02:00
feat(docs): collapse sidebar sections by default
Activates fumadocs' built-in collapse on every section. Only the section containing the current page expands; others stay collapsed until the user clicks them. Foundation for the typographic sidebar pass in the next commit.
This commit is contained in:
parent
0d35cf8128
commit
399bad0e0b
7 changed files with 46 additions and 0 deletions
5
docs/content/docs/guides/meta.json
Normal file
5
docs/content/docs/guides/meta.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"title": "Guides",
|
||||
"defaultOpen": false,
|
||||
"pages": ["building-context", "writing-context", "serving-agents"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue