...
This commit is contained in:
33
examples/doctreenew/sites/demo1/pages/mypages1.hjson
Normal file
33
examples/doctreenew/sites/demo1/pages/mypages1.hjson
Normal 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
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user