Theme
Accent color, logo, and layout for docs sites.
Configure branding in site.yaml under theme:
theme:
accent_color: '#0F766E'
logo_url: https://cdn.example.com/logo-light.svg
logo_dark_url: https://cdn.example.com/logo-dark.svg
favicon_url: https://cdn.example.com/favicon.ico
layout: centered # full | centered
Key | Status | Notes |
|---|---|---|
| Shipped | Brand accent |
| Shipped | Light (or only) logo; absolute URL |
| Shipped | Optional dark-mode logo; falls back to |
| Shipped | Browser tab icon; absolute URL |
| Shipped |
|
Typography | Coming soon | Custom font families |
Background / sidebar colors | Coming soon | Fine-grained palette |
Host logo and favicon files on any HTTPS CDN (or object storage) and point these keys at absolute URLs. Narrative: Site settings. Reference: site.yaml.