diff --git a/docs/en/next/commands.html b/docs/en/next/commands.html index feef34fd52..1d52ddfe29 100644 --- a/docs/en/next/commands.html +++ b/docs/en/next/commands.html @@ -156,7 +156,7 @@
docusaurus-startAlias: start.
This script will build the static website, apply translations if necessary, and then start a local server.
+This command will build the static website, apply translations if necessary, and then start a local server.
| Options | Default | Description |
|---|---|---|
--watch | - | Whether to watch the files and live reload the page when files are changed. Defaults to true. Disable this by using --no-watch. |
You can specify the browser application to be opened by setting the BROWSER environment variable before the command, e.g.:
$ BROWSER=firefox yarn start
+
docusaurus-version <version>Alias: version
docusaurus-write-translationsAlias: 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.
Last updated: 2018-6-15 06:51:03