mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-16 11:31:02 +02:00
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.
This commit is contained in:
parent
2366b00301
commit
5211a0317e
3 changed files with 620 additions and 0 deletions
5
docs-site/content/docs/configuration/meta.json
Normal file
5
docs-site/content/docs/configuration/meta.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"title": "Configuration",
|
||||
"defaultOpen": true,
|
||||
"pages": ["ktx-yaml"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue