Skip to content

WebThingsIO/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published