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