Data Controller documentation site
https://docs.datacontroller.io
7ae91cb0c8
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
docs | ||
theme | ||
.gitignore | ||
build.sh | ||
CHANGELOG.md | ||
mkdocs.yml | ||
package-lock.json | ||
package.json | ||
README.txt |
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!