From f95248224ff4ed30d1869b9dded48ce41fbf5139 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 22 Nov 2018 10:45:57 +0000 Subject: [PATCH] Deploy website Deploy website version based on 2df14feafd7909818e6b50e6cf11421fe3795492 --- docs/en/next/doc-markdown.html | 4 ++-- docs/en/next/doc-markdown/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/next/doc-markdown.html b/docs/en/next/doc-markdown.html index af5c43e839..641281e1f1 100644 --- a/docs/en/next/doc-markdown.html +++ b/docs/en/next/doc-markdown.html @@ -60,7 +60,7 @@

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 for this document. If this field is not present, the document's sidebar_label will default to its title.

+

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
@@ -186,7 +186,7 @@ ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('roo
 

Adding Copy Code Buttons

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

-
Last updated on 2018-11-19 by tsmrachel
CLI CommandsPages and Styles