dcdocs
v1.1.1
Published
Documentation repo for Data Controller
Downloads
2
Readme
Installation
- brew install mkdocs
- pip install mkdocs-material
- pip install fontawesome_markdown
To build, navigate to the root of this repo and run: mkdocs build --clean mkdocs serve
To deploy, run the following:
rsync -avz --exclude .git/ --del -e "ssh -p 722" ~/git/dcdocs/site/ [email protected]:/home/macropeo/docs.datacontroller.io
Note that the readme has been renamed to README.txt to prevent github pages from considering it to be the index by default!