This commit is contained in:
2025-05-13 11:22:51 +03:00
parent 1e914aa56d
commit d8d6bf1f4a
7 changed files with 167 additions and 356 deletions

View File

@@ -0,0 +1,33 @@
[
{
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
}
]