Frontmatter in documents
Documents should have a block at the beginning of the file which can configure them. Frontmatter is written in YAML.
The general format is:
---
title: My Page Title
# other fields
---
...
Fields
This is used as the page title and is rendered into the top header.
A subtitle that is rendered smaller and above the main header on the page.
A list of tags that will be rendered in the side bar of the page, below the table of contents.
Default value:[]
Sets the position of the page in the navigation menu. A larger number will be farther down and a smaller number will be closer to the top.
If not specified the value is 0 and negative numbers can be used to prioritize groups above default ones.
Pages which have the same position (including pages with unspecified positions) will be sorted alphabetically.
Default value:0
If true the page will not be displayed in the navigation menu.
Default value:false
Specify a JSON Schema file to automatically generate field definitions and object example based on the details in the schema file.
Default value:false