A static page that prices mouse DBS architecture choices in battery current and chronic lifetime.
The long-form source is docs/architecture_review.md.
No build step. The site is the docs/ folder, published by
.github/workflows/pages.yml on every push to main.
- Push this repository to GitHub.
- Open Settings → Pages.
- Under Build and deployment, set Source to GitHub Actions.
That is the only manual step. The workflow uploads docs/ and deploys it, with
docs/index.html as the site homepage.
If you would rather not use Actions, set Source to Deploy from a branch with
Branch main and Folder /docs, and delete the workflow. .nojekyll is included
either way so GitHub does not run Jekyll on the folder.