- Description:
This key defines the URL for the documentation link at the top of a Collection browser.
You must define this key for the
documentationobject to function.This key has no default.
- Appears in:
└── documentation └── url- Type:
stringRequired- Examples:
In this example, we have configured the
blogCollection documentation link to go toexample.com.Copied to clipboardcollections_config: blog: documentation: url: https://example.com{ "collections_config": { "blog": { "documentation": { "url": "https://example.com" } } } }