Skip to content

Run This Docs Site

This documentation package is a standalone Astro + Starlight static site prepared for Netlify.

Terminal window
npm install
npm run dev

Open the local URL shown by Astro.

Terminal window
npm run build
npm run preview

The deployable static output is created in dist/.

Push the project to GitHub, then import that repository into Netlify. The included netlify.toml supplies the complete build configuration:

[build]
command = "npm run build"
publish = "dist"

Netlify installs the dependencies, builds the documentation and publishes dist/. No Docker container or server is required.

After the first deploy, add this domain in Netlify:

https://docs.forbidden-oasis.xyz

Then create the DNS record specified by Netlify.