diff --git a/docs/en/next/commands.html b/docs/en/next/commands.html index 6d47229d32..856989b164 100644 --- a/docs/en/next/commands.html +++ b/docs/en/next/commands.html @@ -119,6 +119,7 @@ --skip-image-compressionfalseSkip compression of image assets. You usually won't want to skip this unless your images have already been optimized. +--skip-next-releasefalseSkip the next release documents when versioning is enabled. This will not build HTML files for documents in /docs directory.

Generates the static website, applying translations if necessary. Useful for building the website prior to deployment.

@@ -203,7 +204,7 @@

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.

-
Last updated on 2019-3-27 by Yangshun Tay
VersioningMarkdown Features