mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +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/benchmarks/meta.json
Normal file
5
docs/content/docs/benchmarks/meta.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"title": "Benchmarks",
|
||||
"defaultOpen": false,
|
||||
"pages": ["link-detection"]
|
||||
}
|
||||
16
docs/content/docs/cli-reference/meta.json
Normal file
16
docs/content/docs/cli-reference/meta.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"title": "CLI Reference",
|
||||
"defaultOpen": false,
|
||||
"pages": [
|
||||
"ktx-setup",
|
||||
"ktx-connection",
|
||||
"ktx-scan",
|
||||
"ktx-ingest",
|
||||
"ktx-sl",
|
||||
"ktx-wiki",
|
||||
"ktx-serve",
|
||||
"ktx-status",
|
||||
"ktx-agent",
|
||||
"ktx-dev"
|
||||
]
|
||||
}
|
||||
5
docs/content/docs/community/meta.json
Normal file
5
docs/content/docs/community/meta.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"title": "Community",
|
||||
"defaultOpen": false,
|
||||
"pages": ["contributing"]
|
||||
}
|
||||
5
docs/content/docs/concepts/meta.json
Normal file
5
docs/content/docs/concepts/meta.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"title": "Concepts",
|
||||
"defaultOpen": false,
|
||||
"pages": ["the-context-layer", "context-as-code"]
|
||||
}
|
||||
5
docs/content/docs/getting-started/meta.json
Normal file
5
docs/content/docs/getting-started/meta.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"title": "Getting Started",
|
||||
"defaultOpen": false,
|
||||
"pages": ["introduction", "quickstart"]
|
||||
}
|
||||
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"]
|
||||
}
|
||||
5
docs/content/docs/integrations/meta.json
Normal file
5
docs/content/docs/integrations/meta.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"title": "Integrations",
|
||||
"defaultOpen": false,
|
||||
"pages": ["primary-sources", "context-sources", "agent-clients"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue