mergerfs/mkdocs/README.md

16 lines
221 B
Markdown

# mkdocs
## Getting started
```bash
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
mkdocs serve
```
## References
- https://squidfunk.github.io/mkdocs-material/
- https://www.mkdocs.org/