- This is a Mintlify docs site for
btca(always lowercase). - Primary brand color:
#255099(accent only; keep neutrals dominant). - Logo in
logo/light.svgandlogo/dark.svgis the cable icon; favicon infavicon.svg. - Typography: Geist for all UI/body text, Geist Mono for code.
- Always run
mint validateuntil it passes after config changes. - Always run
bun run formatandbun run checkafter edits.
- Use
bunonly. Never use npm, yarn, or pnpm.
docs.jsondoes NOT acceptcolors.background; Mintlify validation fails if added.- Custom CSS lives in
style.css(currently used for Geist Mono).
- Prefer functional patterns; avoid explicit return types unless necessary.
- Keep changes concise and aligned with the brand direction above.