Documentation: Help With Translation #1300
Labels
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
kind/documentation
Improvements or additions to documentation
What would you like to be added?
Any help with documentation translation is greatly appreciated!
The repo holding documentation is located here under
i18n
: https://github.com/KusionStack/kusionstack.io/tree/main/i18nTo build locally:
$ rm -rf .docusaurus
$ npm install
$ npm run start
Open http://localhost:3000/ in the browser.
To build locally with i18n:
$ npm run build
$ npx http-server ./build
Open http://localhost:8080/ in the browser.
Why is this needed?
Help with translation is greatly appreciated!
The text was updated successfully, but these errors were encountered: