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

text

Table of contents

Description:

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

Appears in:
└── documentation
    └── text
Type:
string
Examples:

In this example, the text for the documentation link is CloudCannon Documentation.

Copied to clipboard
collections_config:
  data:
    documentation:
      url: https://cloudcannon.com/documentation/
      text: CloudCannon Documentation
{
  "collections_config": {
    "data": {
      "documentation": {
        "url": "https://cloudcannon.com/documentation/",
        "text": "CloudCannon Documentation"
      }
    }
  }
}
Open in a new tab