☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

url

Table of contents

Description:

This key defines the URL for the documentation link at the top of a Collection browser.

You must define this key for the documentation object to function.

This key has no default.

Appears in:
└── documentation
    └── url
Type:
string Required
Examples:

In this example, we have configured the blog Collection documentation link to go to example.com.

Copied to clipboard
collections_config:
  blog:
    documentation:
      url: https://example.com
{
  "collections_config": {
    "blog": {
      "documentation": {
        "url": "https://example.com"
      }
    }
  }
}
Open in a new tab