Go to file
2022-10-17 13:22:51 +03:00
.github Actions (#3) 2022-10-17 13:17:37 +03:00
content Init commit (#2) 2022-10-17 12:11:46 +03:00
.gitignore Init commit (#2) 2022-10-17 12:11:46 +03:00
Makefile Init commit (#2) 2022-10-17 12:11:46 +03:00
mkdocs.yml Update mkdocs.yml 2022-10-17 13:22:51 +03:00
README.md Init commit (#2) 2022-10-17 12:11:46 +03:00
requirements.txt Init commit (#2) 2022-10-17 12:11:46 +03:00

fraudbusters-docs

####How build docs locally?

  1. python3 -m venv .

  2. source bin/activate

  3. pip install -r requirements.txt

  4. pip install mkdocs-gitbook

  5. mkdocs serve --livereload