mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 03:42:34 +02:00
parent
06fc1378c5
commit
ac94f8ebf8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
<p>Documents use the following markdown header fields that are enclosed by a line <code>---</code> on either side:</p>
|
<p>Documents use the following markdown header fields that are enclosed by a line <code>---</code> on either side:</p>
|
||||||
<p><code>id</code>: A unique document id. If this field is not present, the document's <code>id</code> will default to it's file name (without the extension).</p>
|
<p><code>id</code>: A unique document id. If this field is not present, the document's <code>id</code> will default to it's file name (without the extension).</p>
|
||||||
<p><code>title</code>: The title of your document. If this field is not present, the document's <code>title</code> will default to it's <code>id</code>.</p>
|
<p><code>title</code>: The title of your document. If this field is not present, the document's <code>title</code> will default to it's <code>id</code>.</p>
|
||||||
<p><code>sidebar_label</code>: The text shown in the document sidebar for this document. If this field is not present, the document's <code>sidebar_label</code> will default to it's <code>title</code>.</p>
|
<p><code>sidebar_label</code>: The text shown in the document sidebar for this document. If this field is not present, the document's <code>sidebar_label</code> will default to its <code>title</code>.</p>
|
||||||
<p>For example:</p>
|
<p>For example:</p>
|
||||||
<pre><code class="hljs css markdown">---
|
<pre><code class="hljs css markdown">---
|
||||||
id: doc1
|
id: doc1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue