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

25 lines
697 B
Plaintext

[
{
name: docs_hero
#existing docusaurus site can be used as collection as long as no duplicates
url: https://git.ourworld.tf/tfgrid/docs_tfgrid4/src/branch/main/aibox/docs
description: Documentation for the ThreeFold Hero project.
}
{
name: biz
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/collections/vvv
description: Information about ThreeFold products.
}
{
scan: true
url: https://git.ourworld.tf/tfgrid/docs_tfgrid4/src/branch/main/aibox/collections
}
]