Source for the BigFred documentation site.
- Published: dcc-bigfred.github.io/docs
- Repository: github.com/dcc-bigfred/docs
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
mkdocs serveOpen http://127.0.0.1:8000 (English) or http://127.0.0.1:8000/pl/ (Polish).
| Section | Path (English) |
|---|---|
| User guide | content/en/guides/ |
| Technical specification | content/en/specs/ |
| Related hardware & decoders | content/en/related/ |
| Coding standards (developers, not in MkDocs) | coding-standards/ |
Polish translations live under content/pl/ (same paths). English is the source of truth; keep pl/ in sync when editing docs (see .cursor/skills/docs-i18n/SKILL.md).