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