ktx/docs-site
Luca Martial 42b688e934
Align docs with current KTX behavior (#106)
* docs: align docs with current KTX behavior

* fix: generate valid agent sl query command

* docs: clarify KTX product mechanics

* fix: use <ol> for runtime pipeline steps in product mechanics

The PipelineStep component renders <li> elements, but the RuntimeDiagram
wrapper was a plain <div> instead of a list element. This produced invalid
HTML and accessibility warnings. IngestionDiagram already used <ol>.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Add docs favicon

* docs: add semantic layer internals concept

* docs: refine documentation source label

* docs: clarify company documentation examples

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-15 15:31:51 -04:00
..
app Align docs with current KTX behavior (#106) 2026-05-15 15:31:51 -04:00
components Align docs with current KTX behavior (#106) 2026-05-15 15:31:51 -04:00
content/docs Align docs with current KTX behavior (#106) 2026-05-15 15:31:51 -04:00
lib feat: merge ingest and scan 2026-05-14 01:43:06 +02:00
public/brand feat(docs-site): refresh nav mascot with SVG and bump size (#101) 2026-05-14 23:45:41 +02:00
tests Align docs with current KTX behavior (#106) 2026-05-15 15:31:51 -04:00
.gitignore chore: configure docs site deployment 2026-05-11 17:57:55 +02:00
middleware.ts docs-site: serve under /ktx and redirect ktx.sh to docs.kaelio.com 2026-05-15 02:30:20 +02:00
next-env.d.ts feat(docs-site): refresh nav mascot with SVG and bump size (#101) 2026-05-14 23:45:41 +02:00
next.config.mjs docs-site: serve under /ktx and redirect ktx.sh to docs.kaelio.com 2026-05-15 02:30:20 +02:00
package.json chore(deps): refresh workspace dependencies (#43) 2026-05-13 01:15:35 +02:00
postcss.config.mjs chore: move docs site workspace 2026-05-11 16:53:42 +02:00
source.config.ts chore: move docs site workspace 2026-05-11 16:53:42 +02:00
tsconfig.json feat: merge ingest and scan 2026-05-14 01:43:06 +02:00