This website is built using Docusaurus 2, a modern static website generator.
$ npm install
$ npm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ npm run build
$ npm run deploy
执行完成后,英文版网站会自动更新,中文版网站需要打开gitee的gh-pages页面手动发布一次,命令结束后会自动打开gitee页面。