Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 544 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 544 Bytes

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn  # 安装依赖

Local Development

$ yarn start     # 开始中文
$ yarn start:en  # 开始英文

Deploy

$ yarn deploy    # 开始构建

Translate

$ yarn write-translations:en  # 翻译中文
$ mkdir -p i18n/en/docusaurus-plugin-content-docs/current
$ cp -r docs/** i18n/en/docusaurus-plugin-content-docs/current