mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 18:32:52 +02:00
Fix form of its (#329)
This commit is contained in:
parent
b5fefcc676
commit
0a9aa41538
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Documents use the following markdown header fields that are enclosed by a line `
|
|||
|
||||
`title`: The title of your document. If this field is not present, the document's `title` will default to it's `id`.
|
||||
|
||||
`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 it's `title`.
|
||||
`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`.
|
||||
|
||||
For example:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue