The public documentation site for Open Consumables: measured baselines for everyday hardware.
Live site: https://openconsumables.github.io/docs/
docs/(markdown sources for the sitemkdocs.yml) site configuration.github/workflows/deploy.yml(GitHub Pages build and deployrequirements.txt) pinned Python deps for local builds and CI
The R&D content (research tracks, ecosystem maps, raw measurements, CAD) lives in a separate repository. This repo holds only what is intended to be public.
Requires Python 3.10+.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
mkdocs serveOpen http://localhost:8000. The site rebuilds on save.
To verify a clean build matching CI:
mkdocs build --strictPushes to main trigger .github/workflows/deploy.yml, which builds the site and publishes it to GitHub Pages.
GitHub Pages must be configured for this repo with Source: GitHub Actions under Settings → Pages.
See the contributing page on the live site.
Documentation released under CC BY 4.0. Any code samples under MIT.