From 55cfec8bce8f1927c05dc4e7e01caeec9637f4f8 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sun, 20 Oct 2019 18:45:11 +0000 Subject: [PATCH] Deploy website Deploy website version based on a690d34af05c8a4caa5cbfe3a9f44eb68a0cc162 --- docs/en/next/doc-markdown.html | 13 ++++++++----- docs/en/next/doc-markdown/index.html | 13 ++++++++----- docs/en/next/installation.html | 4 ++-- docs/en/next/installation/index.html | 4 ++-- docs/fr/next/doc-markdown.html | 11 +++++++---- docs/fr/next/doc-markdown/index.html | 11 +++++++---- docs/fr/next/installation.html | 2 +- docs/fr/next/installation/index.html | 2 +- docs/ko/next/doc-markdown.html | 11 +++++++---- docs/ko/next/doc-markdown/index.html | 11 +++++++---- docs/ko/next/installation.html | 2 +- docs/ko/next/installation/index.html | 2 +- docs/pt-BR/next/doc-markdown.html | 11 +++++++---- docs/pt-BR/next/doc-markdown/index.html | 11 +++++++---- docs/pt-BR/next/installation.html | 2 +- docs/pt-BR/next/installation/index.html | 2 +- docs/ro/next/doc-markdown.html | 11 +++++++---- docs/ro/next/doc-markdown/index.html | 11 +++++++---- docs/ro/next/installation.html | 2 +- docs/ro/next/installation/index.html | 2 +- docs/ru/next/doc-markdown.html | 11 +++++++---- docs/ru/next/doc-markdown/index.html | 11 +++++++---- docs/ru/next/installation.html | 2 +- docs/ru/next/installation/index.html | 2 +- docs/zh-CN/next/doc-markdown.html | 11 +++++++---- docs/zh-CN/next/doc-markdown/index.html | 11 +++++++---- docs/zh-CN/next/installation.html | 2 +- docs/zh-CN/next/installation/index.html | 2 +- 28 files changed, 116 insertions(+), 74 deletions(-) diff --git a/docs/en/next/doc-markdown.html b/docs/en/next/doc-markdown.html index e4e0e9beb3..0771c039cf 100644 --- a/docs/en/next/doc-markdown.html +++ b/docs/en/next/doc-markdown.html @@ -84,10 +84,13 @@

Markdown Headers

Documents

Documents use the following markdown header fields that are enclosed by a line --- on either side:

-

id: A unique document id. If this field is not present, the document's id will default to its file name (without the extension).

-

title: The title of your document. If this field is not present, the document's title will default to its id.

-

hide_title: Whether to hide the title at the top of the doc.

-

sidebar_label: The text shown in the document sidebar and in the next/previous button for this document. If this field is not present, the document's sidebar_label will default to its title.

+

For example:

---
 id: doc1
@@ -223,7 +226,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 

Adding Copy Code Buttons

Docusaurus allows for adding buttons to copy the code within fenced code blocks. Please follow the instructions here to add "Copy" buttons to your code blocks.

-
Last updated on 2019-10-12 by Yangshun Tay
CLI CommandsPages and Styles