You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
221 B

  1. # mkdocs
  2. ## Getting started
  3. ```bash
  4. python3 -m venv env
  5. source env/bin/activate
  6. pip3 install -r requirements.txt
  7. mkdocs serve
  8. ```
  9. ## References
  10. - https://squidfunk.github.io/mkdocs-material/
  11. - https://www.mkdocs.org/