The official website for Apache Teaclave™, generated with the Docusaurus static site generator. This repository contains the source code and configuration for the Teaclave project website, including documentation for Teaclave TrustZone SDK, Teaclave SGX SDK, and related components.
-
Build the Docker container:
docker build . -t website -
Run the container and build the site:
docker run -it --rm -v $(pwd):/app/repo website /bin/bash cd site make build
Deployment is handled by GitHub Actions:
- Merge a PR (or push to
master) → the Deploy Staging workflow runs and updates the asf-staging branch. - Verify the staging site.
- Promote to production → In the repo, go to Actions → "Promote Staging to Production" → Run workflow. This updates asf-site with the content of asf-staging.
For workflow details and architecture, see .github/workflows/README.md.
Manual deployment from a local build (e.g. make staging / make site in site/) is still supported; see site/Makefile.
- Staging: https://teaclave.staged.apache.org (for preview)
- Production: https://teaclave.apache.org