Minimal front matter

What is mandatory in a LibDoc front matter

Last modified 2025-05-12

ITADS

Here is the minimal front matter for a page:

layout: libdoc_page

Note that a page with the above front matter is not linked into the main/primary menu and there is no breadcrumb. To enable link item in the primary navigation, eleventyNavigation.key must be set into the front matter. Learn more how to create ordered and hierarchical primary menu.

View an example of a minimal page