Host solo docs directly at docs.solokeys.{dev,io}

This commit is contained in:
Nicolas Stalder
2020-06-09 23:57:29 +02:00
parent cc4cd340da
commit c52af54e8f
23 changed files with 35 additions and 35 deletions

11
docs/documenting.md Normal file
View File

@@ -0,0 +1,11 @@
Documentation of the `master` branch is deployed to Netlify automatically.
To host or develop locally:
```
pip install mkdocs mkdocs-material markdown-include
```
`mkdocs serve` and visit [localhost:8000](http://localhost:8000).
The file `runtime.txt` is necessary to tell Netlify to use Python3.