cd doc
pnpm install
pnpm devor with devenv
devenv upThen open the URL printed in the terminal (usually http://localhost:5173).
Make modifications to any of the schema yaml files, and the page will rebuild and reload automatically.
pnpm spectral
pnpm lint
pnpm scalar-lintor with devenv
devenv tasks run api:checkpnpm formatThe docs + npm package will be published automatically each day if there are changes, but if you want to publish changes immediately, you can trigger the publish workflow.
Option 1: In the Github UI, manually dispatch the publish workflow
Option 2: From the command line:
gh workflow run publish