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

@@ -8,13 +8,17 @@
{
name: biz
url: https://git.ourworld.tf/tfgrid/docs_tfgrid4/src/branch/main/aibox/collectios/aaa
url: https://git.ourworld.tf/tfgrid/docs_tfgrid4/src/branch/main/aibox/collections/aaa
description: Business documentation.
}
{
name: products
url: https://git.ourworld.tf/tfgrid/docs_tfgrid4/src/branch/main/aibox/collectios/vvv
url: https://git.ourworld.tf/tfgrid/docs_tfgrid4/src/branch/main/aibox/collections/vvv
description: Information about ThreeFold products.
}
{
scan: true
url: https://git.ourworld.tf/tfgrid/docs_tfgrid4/src/branch/main/aibox/collections
}
]

View File

@@ -3,30 +3,30 @@
name: home
title: Home Page
description: This is the main landing page.
navPath: /
navpath: /
collection: acollection
}
{
name: about
title: About Us
navPath: /about
navpath: /about
collection: acollection
}
{
name: docs
title: Documentation
navPath: /sub/docs
navpath: /sub/docs
collection: docs_hero
}
{
name: hidden-page
title: Hidden Page
name: draft-page
title: draft Page
description: This page is not shown in navigation.
hidden: true
navPath: /cantsee
draft: true
navpath: /cantsee
collection: acollection
}
]