1
0
Fork
You've already forked caution-docs
0
forked from caution/docs
Documentation for Caution, the generalized verifiable compute platform.
  • Makefile 42.9%
  • HTML 36.3%
  • Dockerfile 20.8%
2026年06月10日 14:37:40 -07:00
docs add details for copying etc/environment into final stage 2026年06月10日 14:37:40 -07:00
overrides/partials initial docs structure 2025年12月21日 00:47:51 -05: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 Merge remote-tracking branch 'origin/debugging-page-refresh' 2026年05月25日 07:12:49 -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