mirror of
https://github.com/valitydev/fraudbusters-docs.git
synced 2024-11-06 00:55:21 +00:00
.github | ||
content | ||
.gitignore | ||
Makefile | ||
mkdocs.yml | ||
README.md | ||
requirements.txt |
fraudbusters-docs
####How build docs locally?
-
python3 -m venv .
-
source bin/activate
-
pip install -r requirements.txt
-
pip install mkdocs-gitbook
-
mkdocs serve --livereload