feat: README architecture diagrams + React Flow diagram studio

Replace the tall portrait README ingestion SVG with two landscape
diagrams — "1 · Ingestion" (build the context layer) and "2 · Serving"
(agents query it through MCP) — wired in as transparent 2x PNGs that
read on GitHub light and dark.

Add docs-site/diagram-studio: a static React Flow page with custom
themed nodes and the inlined ktx mascot that renders both diagrams and
exports them to PNG via html-to-image (the diagrams' reproducible
source). Remove the superseded ingestion-flow SVGs.
This commit is contained in:
Andrey Avtomonov 2026-06-01 12:02:26 +02:00
parent d320d54ab2
commit 8baa581ed9
11 changed files with 1147 additions and 211 deletions

View file

@ -14,6 +14,7 @@
"fumadocs-core": "16.8.10",
"fumadocs-mdx": "15.0.7",
"fumadocs-ui": "16.8.10",
"html-to-image": "1.11.11",
"next": "^16",
"react": "19.2.6",
"react-dom": "19.2.6"