2026-05-11 00:45:43 -07:00
|
|
|
{
|
|
|
|
|
"root": true,
|
2026-05-20 17:33:38 +02:00
|
|
|
"title": "ktx",
|
2026-05-11 00:45:43 -07:00
|
|
|
"pages": [
|
|
|
|
|
"getting-started",
|
|
|
|
|
"concepts",
|
|
|
|
|
"guides",
|
|
|
|
|
"integrations",
|
docs: add ktx.yaml configuration reference (#200)
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.
2026-05-21 15:29:20 +02:00
|
|
|
"configuration",
|
2026-05-11 00:45:43 -07:00
|
|
|
"cli-reference",
|
|
|
|
|
"community"
|
|
|
|
|
]
|
|
|
|
|
}
|