How to build and preview this docs site
How to build and preview this docs site
This site follows the docmd skill (docmd/SKILL.md) template conventions. To scaffold a new docs site for another project, copy docmd/template/ and follow that skill. The steps below only cover preview/build for this repository’s site.
Steps
Install Node dependencies from the repository root:
npm installPreview:
npm run docs:devProduction build:
npm run docs:buildOutput is written to
site/. Pushing tomainruns.github/workflows/deploy-docs.ymland deploys to GitHub Pages.
Switch language with 中文 / English in the sidebar options menu.