Data Controller documentation site https://docs.datacontroller.io
Go to file
Allan Bowe 46eac2ba1c flyers
2020-08-20 09:39:17 +02:00
docs flyers 2020-08-20 09:39:17 +02:00
theme fix: updates for SEO and new videos page 2020-08-05 20:13:19 +02:00
.gitignore feat(git): adding standard-version 2019-01-27 00:34:59 +01:00
build.sh fix: updates for SEO and new videos page 2020-08-05 20:13:19 +02:00
mkdocs.yml fix: updates for SEO and new videos page 2020-08-05 20:13:19 +02:00
package.json fix: updates for SEO and new videos page 2020-08-05 20:13:19 +02:00
README.txt new guide for dates & datetimes, and updated security description 2018-09-28 11:57:13 +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
    mkdocs serve

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!