doctree/examples/doctreenew/sites/demo1/pages.hjson
2025-05-13 10:03:13 +03:00

33 lines
570 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: hidden-page
title: Hidden Page
description: This page is not shown in navigation.
hidden: true
navPath: /cantsee
collection: acollection
}
]