Skip to content

Publish Docs

Runbook

Keep content edits small enough to validate quickly.

Treat docs changes like product changes. Small, deliberate updates are easier to review, build, and rollback than giant content drops.

  • dependencies are installed
  • you know which page or section you are updating
  • the content builds locally
  1. Edit or add the page under src/content/docs/.
  2. If it is a new page, add it to the sidebar in astro.config.mjs.
  3. Run a production build.
  4. Preview locally if the change needs a visual check.
  5. Push the branch when the result looks right, or run a manual Pages deploy if you need one.
Terminal window
npm run build