This repository contains the source for the PicoClaw documentation site.
The easiest way to contribute — no local setup required.
- Fork this repository
- Click Code → Codespaces → Create codespace on main
- Wait for the container to build and dependencies to install automatically
- Run the dev server:
# English (default)
npm start
# Chinese
npm run start:zhNote: Docusaurus dev server only serves one locale at a time. Use
npm startfor English ornpm run start:zhfor Chinese. Visiting/zh-Hans/...while runningnpm startwill return 404.
The preview will open automatically in your browser. The dev server supports hot reload, so changes to docs are reflected instantly.
npm install
# English (default)
npm start
# Chinese
npm run start:zhOpen http://localhost:3000 to view the site.
npm run buildThis site automatically deploys to GitHub Pages on every push to main via GitHub Actions.
To enable deployment in a new repository:
- Go to Settings → Pages
- Set Source to GitHub Actions
- Push to
main
Content is sourced from and synchronized with the main sipeed/picoclaw repository.
To update documentation, open a PR with the updated Markdown files.
docs/ English documentation (default locale)
i18n/zh-Hans/ Chinese documentation
src/ Custom React pages and CSS
static/img/ Images and assets