Accessibility and privacy
Selesai Docs is designed to be lightweight, privacy-respecting, and accessible.
Accessibility
- Built on Starlight, which provides semantic HTML, keyboard navigation, and responsive layout.
- Custom components use visible focus indicators,
aria-label, andaria-liveregions for copy buttons. - Color contrast is maintained in both dark and light themes.
- Respects
prefers-reduced-motionby disabling smooth scrolling and transitions. - Navigation, search, locale switcher, and copy buttons are usable with a keyboard.
If you encounter an accessibility issue, open an issue in the Selesai repository with the label docs-a11y.
Privacy
- No analytics, tracking, or cookies are included in this documentation site.
- Search is powered by Pagefind and runs entirely in the browser.
- External source links open in a new tab with
rel="noopener noreferrer".