Apache Teaclave Website

Clone this repo:
  1. 2fb6fd0 Dockerfile: update trustzone image by Zehui Chen · 6 weeks ago master
  2. 47d826d deploy: fix ci action error by Yuan Zhuang · 6 weeks ago
  3. a473a05 trustzone-sdk: update for new release 0.9.0 (#59) by ZC · 6 weeks ago
  4. 6b13706 ci: add manual deployment action by Zhaofeng Chen · 5 months ago
  5. cbb62c9 trustzone-sdk: update for new release 0.8.0 by Yuan Zhuang · 5 months ago

Apache Teaclave™ Website

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.

Quick Start

Building the Website

  1. Build the Docker container:

    docker build . -t website
    
  2. Run the container and build the site:

    docker run -it --rm -v $(pwd):/app/repo website /bin/bash
    cd site
    make build
    

Deployment (CI/CD)

Deployment is handled by GitHub Actions:

  1. Merge a PR (or push to master) → the Deploy Staging workflow runs and updates the asf-staging branch.
  2. Verify the staging site.
  3. 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.

Website URLs