mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-20 04:13:12 +08:00
17 lines
261 B
Markdown
17 lines
261 B
Markdown
# mkdocs
|
|
|
|
## Getting started
|
|
|
|
```bash
|
|
python3 -m venv venv
|
|
source venv/bin/activate
|
|
pip3 install --no-cache-dir mkdocs mkdocs-material pymdown-extensions
|
|
mkdocs serve
|
|
```
|
|
|
|
## References
|
|
|
|
* https://www.mkdocs.org/
|
|
* https://squidfunk.github.io/mkdocs-material/
|
|
|