ktx/docs-site/app
Andrey Avtomonov 2a85346613
fix(docs-site): disable Geist Mono ligatures on every font-mono surface (#228)
Geist Mono fuses `--` into an em-dash glyph that visually swallows the
adjacent space, so prompts like `npx skills add Kaelio/ktx --skill ktx`
rendered as `Kaelio/ktx--skill ktx` on the quickstart page. The existing
ligature-off rule only covered <code>/<pre> and the .ktx-code wrapper —
quickstart.mdx puts the prompt in a plain <div className="font-mono">,
so the rule didn't apply. Extend the selector to also match the
.font-mono Tailwind utility and any inline-style opt-in via the mono
font CSS variable.

Document the convention in AGENTS.md so future docs additions keep
ligatures off on any new monospace container.
2026-05-28 12:51:17 +02:00
..
(home) chore: move docs site workspace 2026-05-11 16:53:42 +02:00
api/search fix(docs): restore search overlay behavior (#134) 2026-05-18 10:50:34 -04:00
docs fix(docs): replace broken page copy buttons with working single button (#132) 2026-05-18 09:59:01 -04:00
llms-full.txt feat(docs-site): add agent-readable docs routes 2026-05-11 16:40:34 -07:00
llms.mdx/docs/[[...slug]] docs: add ktx skills.sh setup skill (#227) 2026-05-28 12:28:10 +02:00
llms.txt feat(docs-site): add agent-readable docs routes 2026-05-11 16:40:34 -07:00
global.css fix(docs-site): disable Geist Mono ligatures on every font-mono surface (#228) 2026-05-28 12:51:17 +02:00
layout.config.tsx docs: standardize ktx naming (#187) 2026-05-20 17:33:38 +02:00
layout.tsx docs: standardize ktx naming (#187) 2026-05-20 17:33:38 +02:00