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 & DescriptionOption(s)Default
The title of the page.
string
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.
string[]
If true, this route will not be shown in the side navigation or adjacent routes' page links.
boolean
If true, the breadcrumbs will not render on this route.
boolean
If true, this page's contents will not be added to the search index.
boolean
If true, the page links will be hidden on this route.
boolean
If true, the side navigation will be hidden on this route.
boolean
If true, the table of contents be hidden on this route.
boolean
Optional id. Used to associate the page with its entry in the _meta.json.
string
If true, the route will be flagged as restricted. This flag does nothing internally. You will need to handle this in your application.
boolean
Title for the page in the side nav. Takes precedence over title.
string
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.