This is an automated email from the ASF dual-hosted git repository. zfc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git
commit a4801e033ee970d66a2d595872eede77c69f3add Author: glass-panel <[email protected]> AuthorDate: Tue Jul 15 12:49:37 2025 +0800 [Mod] Update README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d4cdfde50..e0bb60bf2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # Apache Teaclave (incubating) Website -The website is generated with the VuePress static site generator. Documentation +The website is generated with the Docusaurus static site generator. Documentation are fetched from the original repository. -You need to install -[VuePress](https://vuepress.vuejs.org/guide/getting-started.html#global-installation) -and `yarn` first. Then, install dependencies with `yarn install`. To +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: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
