9
0
Fork
You've already forked docs
1
Documentation for Caution, the generalized verifiable compute platform.
  • HTML 61.2%
  • Makefile 26.1%
  • Dockerfile 12.7%
2026年06月27日 12:15:32 -07:00
docs add open graph images, update favicon 2026年06月27日 12:15:32 -07:00
overrides add open graph images, update favicon 2026年06月27日 12:15:32 -07:00
.gitignore add deployment command 2026年01月19日 20:01:41 -08:00
Dockerfile add deployment command 2026年01月19日 20:01:41 -08:00
Makefile add deployment command 2026年01月19日 20:01:41 -08:00
README.md remove alpha, rename managed on prem to BYOC, restructure 2026年04月23日 23:43:04 -04:00
zensical.toml move debugging docs into how-to's 2026年06月26日 22:57:32 -07:00

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