Documentation site for Humanoid Control, the Berkeley Humanoids low-level control stack. Built with Docusaurus 3.
npm install
npm start # http://localhost:3000, hot reloadnpm run build # static site -> build/
npm run serve # preview the build locallyPushing to main builds and publishes to GitHub Pages via
.github/workflows/deploy.yml — no manual step.
- Docs live in
docs/; the sidebar order is set insidebars.ts. - Cross-link with relative paths — Docusaurus drops the
.mdat build. - Admonitions use Docusaurus 3 syntax:
:::tip[Title]. - Diagrams are static SVGs in
static/img/diagrams/, referenced as/img/diagrams/….