ktx/docs-site
Luca Martial 6a60977eb5
fix(docs): replace broken page copy buttons with working single button (#132)
The three page-level buttons (Copy MD, View MD, Copy MDX) were broken
because the fetch URL missed the /ktx basePath. Replace with a single
"Copy as Markdown" button that strips frontmatter from the MDX source
already available client-side — no fetch needed. Drop the .md link
since agents discover markdown URLs through llms.txt and content
negotiation.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-18 09:59:01 -04:00
..
app fix(docs): replace broken page copy buttons with working single button (#132) 2026-05-18 09:59:01 -04:00
components fix(docs): replace broken page copy buttons with working single button (#132) 2026-05-18 09:59:01 -04:00
content/docs docs: tighten guide copy (#131) 2026-05-18 09:57:27 -04:00
lib docs: remove section overview pages (#130) 2026-05-18 09:49:43 -04:00
public/brand feat(docs-site): refresh nav mascot with SVG and bump size (#101) 2026-05-14 23:45:41 +02:00
tests docs: clarify getting started introduction (#120) 2026-05-16 13:25:37 -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(setup): add Claude Desktop target and MCP-first agent setup (#114) 2026-05-16 11:39:55 +02:00
next.config.mjs feat: add claude-code llm backend with runtime port (#115) 2026-05-16 12:06:34 +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