Apache Teaclave Website

Clone this repo:
  1. fd8047a Upload documents by sunhe05 · 11 months ago master
  2. 8852797 Release 0.5.1 by sunhe05 · 11 months ago
  3. 08bfe34 Add a simple logo by sunhe05 · 1 year, 1 month ago
  4. 3728078 Update the name for ASF events link by sunhe05 · 1 year, 1 month ago
  5. ddbe33c Remove externally hosted resources by sunhe05 · 1 year, 1 month ago

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:

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.