From f9731917d74f4b29d47accfbbc1eb7276497656d Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 20 May 2019 17:17:59 +0000 Subject: [PATCH] Deploy website Deploy website version based on 0568ad49922be8012907e5578d09200b717d08f6 --- docs/en/next/commands.html | 3 +- docs/en/next/commands/index.html | 3 +- docs/es-ES/next/commands.html | 1 + docs/es-ES/next/commands/index.html | 1 + docs/ro/next/commands.html | 1 + docs/ro/next/commands/index.html | 1 + docs/tr/1.8.0/commands.html | 237 ---------------------------- docs/tr/1.8.0/commands/index.html | 237 ---------------------------- docs/tr/1.8.1/commands.html | 237 ---------------------------- docs/tr/1.8.1/commands/index.html | 237 ---------------------------- docs/tr/commands.html | 237 ---------------------------- docs/tr/commands/index.html | 237 ---------------------------- docs/tr/next/commands.html | 1 + docs/tr/next/commands/index.html | 1 + docs/zh-CN/next/commands.html | 1 + docs/zh-CN/next/commands/index.html | 1 + 16 files changed, 12 insertions(+), 1424 deletions(-) delete mode 100644 docs/tr/1.8.0/commands.html delete mode 100644 docs/tr/1.8.0/commands/index.html delete mode 100644 docs/tr/1.8.1/commands.html delete mode 100644 docs/tr/1.8.1/commands/index.html delete mode 100644 docs/tr/commands.html delete mode 100644 docs/tr/commands/index.html 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