Source repository for docs.nefarius.at — the documentation site for Nefarius projects (USB input device emulation, game peripherals, reverse engineering, and related tooling).
Requires Docker. From the repo root:
docker build -t mkdocs .
docker run -it --rm -v "${PWD}:/docs" -p "8000:8000" mkdocs:latestThe site is served at http://localhost:8000.
| Branch | Purpose |
|---|---|
master |
Production. Changes are built and deployed to the live site. |
devel |
Staging. Use for edits that should not go live yet. |
Found a typo, unclear step, or missing info? Open a pull request. New to GitHub PRs? first-contributions has a short guide.