diff --git a/docs/en/next/commands.html b/docs/en/next/commands.html index 010a0016f3..c2cadade5f 100644 --- a/docs/en/next/commands.html +++ b/docs/en/next/commands.html @@ -195,6 +195,7 @@ --port <number>3000The website will be served from port 3000 by default, but if the port is taken up, Docusaurus will attempt to find an available one. +--host <host>localhostSpecify a host to use. E.g., if you want your server to be accessible externally, you can use --host 0.0.0.0. --watch-Whether to watch the files and live reload the page when files are changed. Defaults to true. Disable this by using --no-watch. @@ -210,7 +211,7 @@

docusaurus-write-translations

Alias: write-translations

Writes the English for any strings that need to be translated into a 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 on 2019-5-17 by Hongarc
VersioningMarkdown Features