The Stainless Docs Platform is built on top of Astro and Starlight. Starlight is a powerful documentation framework designed for speed, accessibility, and customizability.
This project is a standard Starlight project with the stl-starlight plugin pre-configured.
To get up and running quickly, use our quickstart guide.
Run these commands from the root of this project:
| Command | Action |
|---|---|
pnpm install |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:4321 |
pnpm build |
Build your production site to ./dist/ |
pnpm preview |
Preview your build locally, before deploying |
pnpm astro ... |
Run CLI commands like astro add, astro check |
pnpm astro -- --help |
Get help using the Astro CLI |
Our Stainless Docs Platform documentation contains guides, reference material, and other useful information. Check there first.
You may also find the Starlight docs and Astro's docs helpful.