Data Controller documentation site https://docs.datacontroller.io
Go to file
2022-07-10 16:30:47 +01:00
.github/workflows chore: automated commit 2021-05-25 23:53:31 +03:00
.vscode feat: innovation 2021-04-30 15:49:04 +03:00
docs Update roadmap.md 2022-07-10 16:30:47 +01:00
draw chore: automated commit 2021-03-20 14:56:16 +01:00
slides/innovation chore: automated commit 2021-05-12 16:34:35 +03:00
theme chore: automated commit 2021-07-04 15:33:21 +03:00
.gitignore chore: automated commit 2021-06-11 12:11:15 +03:00
.gitpod.yml feat: mpe_audit table 2022-04-21 12:34:29 +00:00
build.sh chore: automated commit 2021-05-12 23:22:35 +03:00
mkdocs.yml fix: adding mpe config to tables in sidebar 2022-06-27 22:01:51 +00:00
package-lock.json feat: mpe_audit table 2022-04-21 12:34:29 +00:00
package.json feat: api features 2022-01-17 22:13:36 +01:00
README.txt feat: viya deploy@ 2021-01-05 18:48:13 +00:00
slides.md feat: viya deploy@ 2021-01-05 18:48:13 +00:00

Installation

1. brew install mkdocs
2. pip install mkdocs-material
3. pip install fontawesome_markdown
4. `npm install -g license-checker`

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!