Data Controller documentation site https://docs.datacontroller.io
Go to file
2018-09-03 16:50:28 +02:00
docs adding rsync command to readme 2018-09-03 16:50:28 +02:00
theme new image for preview 2018-07-12 16:26:12 +02:00
.gitignore ignoring swap files 2018-07-05 13:06:23 +02:00
mkdocs.yml adding Troubleshooting guide to docs 2018-09-03 13:50:25 +02:00
README.txt adding rsync command to readme 2018-09-03 16:50:28 +02:00

Installation

1. brew install mkdocs
2. pip install mkdocs-material
3. pip install fontawesome_markdown

To build, navigate to the root of this repo and run:
    mkdocs build --clean

To deploy, run the following:

`rsync -avz --exclude .git/ --del -e "ssh -p 722" ~/git/dcdocs/site/ macropeo@77.72.0.226:/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!