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.

16 lines
261 B

  1. # mkdocs
  2. ## Getting started
  3. ```bash
  4. python3 -m venv venv
  5. source venv/bin/activate
  6. pip3 install --no-cache-dir mkdocs mkdocs-material pymdown-extensions
  7. mkdocs serve
  8. ```
  9. ## References
  10. * https://www.mkdocs.org/
  11. * https://squidfunk.github.io/mkdocs-material/