ktx/docs-site
Andrey Avtomonov c7b64379bf docs-site: serve under /ktx and redirect ktx.sh to docs.kaelio.com
- Add Next.js basePath '/ktx' so the docs site mounts under /ktx,
  enabling it to be reverse-proxied by docs.kaelio.com.
- Add host-based redirects so docs.ktx.sh and ktx.sh permanently
  redirect to https://docs.kaelio.com/ktx, making docs.kaelio.com
  the single canonical home for KTX docs.
- Update markdown-preference middleware to be basePath-aware so the
  llms.mdx rewrite still fires on /ktx/docs/* requests.
2026-05-15 02:30:20 +02:00
..
app Polish documentation copy (#98) 2026-05-14 12:43:14 -04:00
components feat(docs-site): refresh nav mascot with SVG and bump size (#101) 2026-05-14 23:45:41 +02:00
content/docs Remove deleted CLI command remnants (#105) 2026-05-14 19:04:22 -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 feat: merge ingest and scan 2026-05-14 01:43:06 +02: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