33 lines
567 B
Plaintext
33 lines
567 B
Plaintext
[
|
|
{
|
|
name: home
|
|
title: Home Page
|
|
description: This is the main landing page.
|
|
navpath: /
|
|
collection: acollection
|
|
}
|
|
|
|
{
|
|
name: about
|
|
title: About Us
|
|
navpath: /about
|
|
collection: acollection
|
|
}
|
|
|
|
{
|
|
name: docs
|
|
title: Documentation
|
|
navpath: /sub/docs
|
|
collection: docs_hero
|
|
}
|
|
|
|
{
|
|
name: draft-page
|
|
title: draft Page
|
|
description: This page is not shown in navigation.
|
|
draft: true
|
|
navpath: /cantsee
|
|
collection: acollection
|
|
}
|
|
]
|
|
|