This repository contains source code for Fobnail Documentation webpage
$ virtualenv -p $(which python3) venv
$ source venv/bin/activate
$(venv) pip install mkdocs mkdocs-material$(venv) mkdocs build$(venv) mkdocs serve-
Install hooks into repo:
pre-commit install
-
Enjoy automatic checks on each
git commitaction! -
(Optional) Run hooks on all files (for example, when adding new hooks or configuring existing ones):
pre-commit run --all-filesPlease use GitHub Pull Request and Issues to collaborate.