solo1/docs/solo/documenting.md

12 wiersze
301 B
Markdown

2018-09-15 15:01:43 +00:00
Documentation of the `master` branch is deployed to Netlify automatically.
To host or develop locally:
2018-11-02 04:10:22 +00:00
```
pip install mkdocs mkdocs-material markdown-include
2018-11-02 04:10:22 +00:00
```
2018-12-07 03:38:48 +00:00
`mkdocs serve` and visit [localhost:8000](http://localhost:8000).
2018-09-15 15:01:43 +00:00
The file `runtime.txt` is necessary to tell Netlify to use Python3.