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 @@
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
.
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.description
: The description of your document which will become the <meta name="description" content="..."/>
and <meta property="og:description" content="..."/>
in <head>
, used by search engines. If this field is not present, it will default to the first line of the contents.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
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.
-