Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 339 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 339 Bytes

OJ Lab Docusaurus

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

i18n

npx docusaurus write-translations -l zh-CN
cp -rn docs/** i18n/zh-CN/docusaurus-plugin-content-docs/current

Start your site on the Chinese locale:

npm run start -- --locale zh-CN