Skip to content

nefarius/docs.nefarius.at

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

597 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs.nefarius.at

CI Website Assisted by Cursor AI

Source repository for docs.nefarius.at — the documentation site for Nefarius projects (USB input device emulation, game peripherals, reverse engineering, and related tooling).


Local build

Requires Docker. From the repo root:

docker build -t mkdocs .
docker run -it --rm -v "${PWD}:/docs" -p "8000:8000" mkdocs:latest

The site is served at http://localhost:8000.


Branch policy

Branch Purpose
master Production. Changes are built and deployed to the live site.
devel Staging. Use for edits that should not go live yet.

Contributing

Found a typo, unclear step, or missing info? Open a pull request. New to GitHub PRs? first-contributions has a short guide.


Built with

About

Sources of Nefarius' Knowledge-Base Website

Resources

Stars

Watchers

Forks