diff --git a/docs/en/1.0.x/commands.html b/docs/en/1.0.x/commands.html index 97950f7975..60da1ecb5b 100644 --- a/docs/en/1.0.x/commands.html +++ b/docs/en/1.0.x/commands.html @@ -104,9 +104,9 @@
docusaurus-build
docusaurus-examples [feature]
docusaurus-publish
docusaurus-rename-version
docusaurus-start [--port ]
docusaurus-version
docusaurus-rename-version <currentVersion> <newVersion>
docusaurus-start [--port <number>]
docusaurus-version <version>
docusaurus-write-translations
docusaurus-write-translations
Alias: write-translations
Writes the English for any strings that need to be translated into an website/i18n/en.json
file. The script will go through every file in website/pages/en
and through the siteConfig.js
file and other config files to fetch English strings that will then be translated on Crowdin. See the Translation guide to learn more.