The documentation for all Project Limitless projects built with MkDocs.
> cd _theme
> npm install && bower install
> gulp build --production
To edit / develop the documentation locally
pip install mkdocs
cd iorpc
mkdocs serve
To build production-ready documentation
pip install mkdocs
cd iorpc
mkdocs build
The resulting site
folder will contain the documentation.
The documentation sites use a modified version of the great
MkDocs Material Theme. You can
find the license at _theme/LICENSE
.
A part of Project Limitless