docs(docs-site): separate docs-agent resources

This commit is contained in:
Luca Martial 2026-05-11 19:35:46 -07:00
parent 966627a68b
commit f1909b47c6
15 changed files with 209 additions and 326 deletions

View file

@ -40,7 +40,7 @@ If you've ever watched an agent confidently generate a query that joins on the w
Set up KTX and build your first context in under 10 minutes.
</Card>
<Card title="AI Resources" href="/docs/ai-resources">
Machine-readable docs, prompt recipes, and agent setup paths for coding assistants.
Machine-readable docs and prompt recipes for coding assistants.
</Card>
<Card title="Concepts" href="/docs/concepts/the-context-layer">
Understand what a context layer is, why agents need one, and how KTX compares to other semantic layers.
@ -74,5 +74,4 @@ Use this page as the high-level routing document for KTX docs.
| Explain what problem KTX solves | [The Context Layer](/docs/concepts/the-context-layer) |
| Scan a database and ingest metadata | [Building Context](/docs/guides/building-context) |
| Edit semantic sources or knowledge pages | [Writing Context](/docs/guides/writing-context) |
| Connect KTX product tools to an agent client | [Serving Agents](/docs/guides/serving-agents) |
| Look up exact command flags | [CLI Reference](/docs/cli-reference/ktx-setup) |