doctree/examples/doctreenew/sites/demo1/pages/mypages1.hjson
2025-05-13 11:22:51 +03:00

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
}
]