Apache Teaclave Website

Clone this repo:
  1. 1a980f4 [Add] docs/community: release guide by Yuan Zhuang · 4 hours ago master
  2. 77e39b2 site: reorg display and add more community pages. by Zhaofeng Chen · 5 hours ago
  3. db06fa8 api-doc: add tz-sdk api doc api-doc: rm teaclave legacy doc by Zhaofeng Chen · 20 hours ago
  4. db8ef58 site: update homepage description by Zhaofeng Chen · 22 hours ago
  5. 015035f Delete 'About' from navbar items by glass-panel · 30 hours ago

Apache Teaclave (incubating) Website

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

You need to install the dependencies with npm i in site directory first. 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:

TEACLAVE_TARGET_DIR=xxx make staging
TEACLAVE_TARGET_DIR=xxx make site

This command will also copy the document generated by Teaclave. Therefore, please make doc in Teaclave to generate documents and set the TEACLAVE_TARGET_DIR environment to the target directory.

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