Update sidebar
1 file changed
tree: 161dabb1374e1574aa7933e58c31804bc330b5ff
  1. sgx-sdk-docs/
  2. site/
  3. .asf.yaml
  4. .gitignore
  5. README.md
README.md

Apache Teaclave (incubating) Website

The website is generated with the VuePress static site generator. Documentation are fetched from the original repository.

You need to install VuePress and yarn first. Then, install dependencies with yarn install. To deploy the generated site, gph-import is also needed.

To preview the website, you can invoke:

make dev

To commit generated files to the asf-staging and asf-site branches you can call:

make asf-staging
make asf-site

When pushing the branches to remote, the site are automatically deployed to the following links.