PageFrontmatter
WARNING
Several of these properties overlap with properties on the page's RouteMeta. Properties defined on the RouteMeta take precedence over properties defined on each page's Frontmatter.
Refer to the Page Setup guide to learn about how to apply these properties.
API
Name & Description | Option(s) | Default |
---|---|---|
The title of the page. |
| |
Override the categories used to render the breadcrumb labels. Note that this
will only match up to the length of the route's path segments. If a route only
has 1 path segment, and you supply 2 categories, only the first category will be
accounted for. |
| |
If true, this route will not be shown in the side navigation or adjacent
routes' page links. |
| |
If true, the breadcrumbs will not render on this route. |
| |
If true, this page's contents will not be added to the search index. |
| |
If true, the page links will be hidden on this route. |
| |
If true, the side navigation will be hidden on this route. |
| |
If true, the table of contents be hidden on this route. |
| |
Optional id. Used to associate the page with its entry in the _meta.json. |
| |
If true , the route will be flagged as restricted. This flag does nothing
internally. You will need to handle this in your application. |
| |
Title for the page in the side nav. Takes precedence over title. |
|
Type
string
Description
The title of the page.
Type
string[]
Description
Override the categories used to render the breadcrumb labels. Note that this
will only match up to the length of the route's path segments. If a route only
has 1 path segment, and you supply 2 categories, only the first category will be
accounted for.
Type
boolean
Description
If true, this route will not be shown in the side navigation or adjacent
routes' page links.
Type
boolean
Description
If true, the breadcrumbs will not render on this route.
Type
boolean
Description
If true, this page's contents will not be added to the search index.
Type
boolean
Description
If true, the page links will be hidden on this route.
Type
boolean
Description
If true, the side navigation will be hidden on this route.
Type
boolean
Description
If true, the table of contents be hidden on this route.
Type
string
Description
Optional id. Used to associate the page with its entry in the _meta.json.
Type
boolean
Description
If
true
, the route will be flagged as restricted. This flag does nothing
internally. You will need to handle this in your application.Type
string
Description
Title for the page in the side nav. Takes precedence over title.