mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
Adds a new Configuration section to the docs with a reference page that covers every top-level block of ktx.yaml: connections, setup, storage, llm, ingest, scan, agent, and memory. Each block lists fields, defaults, accepted values, and a short YAML example, with a leading schematic that groups blocks into inputs, compute, and persistence.
14 lines
206 B
JSON
14 lines
206 B
JSON
{
|
|
"root": true,
|
|
"title": "ktx",
|
|
"pages": [
|
|
"getting-started",
|
|
"concepts",
|
|
"guides",
|
|
"integrations",
|
|
"configuration",
|
|
"cli-reference",
|
|
"ai-resources",
|
|
"community"
|
|
]
|
|
}
|