mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
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>
13 lines
183 B
JSON
13 lines
183 B
JSON
{
|
|
"root": true,
|
|
"title": "KTX",
|
|
"pages": [
|
|
"getting-started",
|
|
"concepts",
|
|
"guides",
|
|
"integrations",
|
|
"benchmarks",
|
|
"cli-reference",
|
|
"community"
|
|
]
|
|
}
|