Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 568 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 568 Bytes

WebThings Documentation

This is the source code of the documentation for the WebThings software platform.

To generate a local copy:

$ 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.