Skip to content

Performant Labs Docs

Documentation, built with Astro + Starlight.

Astro pages

Content under src/content/docs/ is rendered through Starlight — Markdown/MDX, sidebar navigation, search, and theming all come free. See the Getting Started guide.

Static HTML pages

Anything placed under public/ is copied to the build output as-is and served at the matching path — see /example.html for a hand-authored page with zero Astro build step, the same pattern used for the docs.performantlabs.com landing index this site replaces.