Visit DEVELOPMENT.md for more information.
All new content should be written in English inside docs/en
and translated automatically to chinese using yarn translate
command below:
export AZURE_OPENAI_API_KEY=<your-api-key>
yarn translate -s en -t zh -g '*' --copy
Note: Contact @yongsong for API key
After translation, you can preview the changes by running:
yarn dev
After merging docs changes into main, it is necessary to check the build pipeline to ensure the docs are built successfully here: