Skip to content

Latest commit

 

History

History

README.md

openmassspec docs

This directory is the Docusaurus site that publishes to https://sigilweaver.app/openmassspec/.

Develop

bun install
bun run start    # local dev server with hot reload
bun run build    # static build into ./build

Pages live under docs/; sidebar order is configured in sidebars.ts. The build is wired into CI via .github/workflows/ci.yml.