wifi-tally_Oostendam/wifi-tally/documentation
Eljakim Herrewijnen 50b5fc1824 Initial commit
2021-09-27 21:52:27 +02:00
..
docs Initial commit 2021-09-27 21:52:27 +02:00
src Initial commit 2021-09-27 21:52:27 +02:00
.gitignore Initial commit 2021-09-27 21:52:27 +02:00
mkdocs.yml Initial commit 2021-09-27 21:52:27 +02:00
Readme.md Initial commit 2021-09-27 21:52:27 +02:00

WiFi Tally Documentation

The files in docs create the documentation on the project.

Development

Mkdocs is used to create the static documentation. To run it locally:

pip install mkdocs mkdocs-material pygments mkdocs-macros-plugin --user

mkdocs serve

Point your browser to http://127.0.0.1:8000 to see the live preview of the documentation.