This is the source code of the documentation for the WebThings software platform.
To generate a local copy:
- Install MkDocs
$ pip install mkdocs
- Serve the docs locally
$ mkdocs serve
You should then be able to access the docs at http://127.0.0.1:8000/ and they will live reload as you edit the markdown files.
To deploy the documentation to GitHub Pages:
$ mkdocs gh-deploy
See the MkDocs user guide for more.