Documentation for Caution, the generalized verifiable compute platform.
- HTML 61.2%
- Makefile 26.1%
- Dockerfile 12.7%
| docs | ||
| overrides | ||
| .gitignore | ||
| Dockerfile | ||
| Makefile | ||
| README.md | ||
| zensical.toml | ||
Caution Documentation
Documentation for Caution, the verifiable confidential compute platform.
Development
Prerequisites
- Docker
Local development
# Start the development server
make dev
The site will be available at http://localhost:5000. Changes to docs/, overrides/, and zensical.toml are mounted as volumes and will be reflected automatically.
Other commands
# Stop the development server
make down
# Rebuild the Docker image and remove old artifacts
make clean