Back to Cap

CAP Documentation

docs/readme.md

10.0.1576 B
Original Source

CAP Documentation

The folder contains the documentation for CAP.

We are using Github Pages to host the documentation and the rendered version can be found here.

Docs site

Doc pages are authored in Markdown - you can find a primer here.

Web site made with Material for MkDocs

Local build with docker

cd CAP/docs
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material