Add hide_title metadata that hides the title text on the top of the doc (#540)

This commit is contained in:
Jason Gauci 2018-04-11 17:56:56 -07:00 committed by Joel Marcey
parent ad5b8b92b4
commit 6dd6ead19f
4 changed files with 3842 additions and 16 deletions

View file

@ -13,6 +13,8 @@ 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 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`.
For example: