@c8y/options 1023.14.204 → 1023.14.207

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/options",
3
- "version": "1023.14.204",
3
+ "version": "1023.14.207",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity",
6
6
  "description": "Cumulocity application options",
@@ -17,6 +17,6 @@
17
17
  "options"
18
18
  ],
19
19
  "peerDependencies": {
20
- "@c8y/client": "1023.14.204"
20
+ "@c8y/client": "1023.14.207"
21
21
  }
22
22
  }
@@ -150,7 +150,11 @@ export interface ApplicationOptions {
150
150
  companyName?: string;
151
151
  /** URL template for documentation links (default: `'${docsBaseUrl}${partialUrl}'`). */
152
152
  guideHrefTemplate?: string;
153
- /** Base URL for documentation links (include `{{ version }}` placeholder, if you want versioned links). */
153
+ /**
154
+ * Base URL for documentation links (include `{{ version }}` placeholder, if you want versioned
155
+ * links). Set it to `null` or to an empty string to hide all documentation links, or to `'/'` to
156
+ * link to documentation served from the same host as the application.
157
+ */
154
158
  docsBaseUrl?: string;
155
159
  /** CSP string to be applied to `index.html` by replacing default values. */
156
160
  contentSecurityPolicy?: string;