From 4c57f0fcbd94f156b7594524fc78e00864eb4619 Mon Sep 17 00:00:00 2001
From: Website Deployment Script
Date: Fri, 13 Sep 2019 19:16:43 +0000
Subject: [PATCH] Deploy website
Deploy website version based on a5853241e1e8981dd993bf8bd37fd76d1b5c5716
---
docs/en/next/site-config.html | 4 +--
docs/en/next/site-config/index.html | 4 +--
docs/fr/next/site-config.html | 2 +-
docs/fr/next/site-config/index.html | 2 +-
docs/ko/next/site-config.html | 2 +-
docs/ko/next/site-config/index.html | 2 +-
docs/pt-BR/next/site-config.html | 2 +-
docs/pt-BR/next/site-config/index.html | 2 +-
docs/ro/next/site-config.html | 2 +-
docs/ro/next/site-config/index.html | 2 +-
docs/ru/1.10.x/publishing.html | 2 +-
docs/ru/1.10.x/publishing/index.html | 2 +-
docs/ru/1.10.x/site-config.html | 10 +++----
docs/ru/1.10.x/site-config/index.html | 10 +++----
docs/ru/1.10.x/tutorial-create-pages.html | 10 +++----
.../1.10.x/tutorial-create-pages/index.html | 10 +++----
docs/ru/1.11.x/adding-blog.html | 2 +-
docs/ru/1.11.x/adding-blog/index.html | 2 +-
docs/ru/1.11.x/publishing.html | 2 +-
docs/ru/1.11.x/publishing/index.html | 2 +-
docs/ru/1.11.x/site-config.html | 10 +++----
docs/ru/1.11.x/site-config/index.html | 10 +++----
docs/ru/1.11.x/tutorial-create-pages.html | 10 +++----
.../1.11.x/tutorial-create-pages/index.html | 10 +++----
docs/ru/1.9.x/tutorial-create-pages.html | 10 +++----
.../ru/1.9.x/tutorial-create-pages/index.html | 10 +++----
docs/ru/adding-blog.html | 27 ++++++++++---------
docs/ru/adding-blog/index.html | 27 ++++++++++---------
docs/ru/next/adding-blog.html | 27 ++++++++++---------
docs/ru/next/adding-blog/index.html | 27 ++++++++++---------
docs/ru/next/publishing.html | 2 +-
docs/ru/next/publishing/index.html | 2 +-
docs/ru/next/site-config.html | 12 ++++-----
docs/ru/next/site-config/index.html | 12 ++++-----
docs/ru/publishing.html | 2 +-
docs/ru/publishing/index.html | 2 +-
docs/ru/site-config.html | 10 +++----
docs/ru/site-config/index.html | 10 +++----
docs/ru/tutorial-create-pages.html | 10 +++----
docs/ru/tutorial-create-pages/index.html | 10 +++----
docs/zh-CN/next/site-config.html | 2 +-
docs/zh-CN/next/site-config/index.html | 2 +-
42 files changed, 162 insertions(+), 158 deletions(-)
diff --git a/docs/en/next/site-config.html b/docs/en/next/site-config.html
index f1dff9d664..5a444bf9b6 100644
--- a/docs/en/next/site-config.html
+++ b/docs/en/next/site-config.html
@@ -142,7 +142,7 @@
Control the number of blog posts that show up in the sidebar. See the adding a blog docs for more information.
blogSidebarTitle
[string]
Control the title of the blog sidebar. See the adding a blog docs for more information.
-cleanUrl
[string]
+cleanUrl
[boolean]
If true
, allow URLs with no HTML
extension. For example, a request to URL https://docusaurus.io/docs/installation will return the same result as https://docusaurus.io/docs/installation.html.
cname
[string]
The CNAME for your website. It will go into a CNAME
file when your site is built.
@@ -378,7 +378,7 @@ If unset, it is defaulted to docs
.
module.exports = siteConfig;
-Last updated on 2019-8-1 by Nick Baroni