ktx/docs/content/docs/meta.json
Luca Martial cb9ab25456 docs: add title attributes to config code blocks
Triggers VS Code tab styling on the docs' YAML/config blocks
where surrounding prose names the file. Mechanical, ~1 edit
across the guides section (building-context.mdx); primary-sources.mdx
and context-sources.mdx already had title= on their Connection config
blocks, so only the prose-named semantic source output example needed
updating.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 00:45:43 -07:00

13 lines
183 B
JSON

{
"root": true,
"title": "KTX",
"pages": [
"getting-started",
"concepts",
"guides",
"integrations",
"benchmarks",
"cli-reference",
"community"
]
}