🤝 Contributing¶
Contributions, forks, and adaptations are welcome. The full
CONTRIBUTING.md
in the repository has the canonical guide; the sections below summarise
the key workflows.
Local Development¶
-
Edit files in the repository (not in your home directory):
-
Test your changes with a dry run, then apply locally:
-
Verify everything still works:
Validate Before Committing¶
Install Python dependencies, then run all validation:
All three commands should succeed before opening a pull request.
Editing the Documentation¶
The documentation you are reading lives in the docs/ directory and is
built with MkDocs Material.
To preview the docs locally:
Open http://127.0.0.1:8000/ in your browser. Changes to files in
docs/ or to mkdocs.yml trigger an automatic reload.
To produce a production build (used by CI):
The built site is written to site/ (which is git-ignored). On every
push to main, CI builds the documentation and deploys it to GitHub
Pages at dotfiles.ravensberg.org.