You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(plugindefinitions): add docsUrl field to ClusterPD and PD, deprecate docMarkDownUrl field (#1827)
* add docsUrl field to ClusterPD and PD, deprecate docMarkDownUrl field
On-behalf-of: @SAP krzysztof.zagorski@sap.com
* Automatic generation of CRD API Docs
* fix suggestions
On-behalf-of: @SAP krzysztof.zagorski@sap.com
* Automatic generation of CRD API Docs
* change field json value to docsURL
On-behalf-of: @SAP krzysztof.zagorski@sap.com
* Automatic generation of CRD API Docs
* update docsURL references
On-behalf-of: @SAP krzysztof.zagorski@sap.com
---------
Co-authored-by: cloud-operator-bot[bot] <224791424+cloud-operator-bot[bot]@users.noreply.github.com>
The fields `weight` and `icon` are optional and are used to customize the appearance of the Plugin in the Greenhouse UI sidebar. The optional field `docMarkDownUrl` can be used to provide a link to documentation for the PluginDefinition, which will be displayed in the entry of available PluginDefinitions in the Greenhouse UI.
51
+
The fields `weight` and `icon` are optional and are used to customize the appearance of the Plugin in the Greenhouse UI sidebar. The optional field `docsURL` can be used to provide a link to documentation for the PluginDefinition, which will be displayed in the entry of available PluginDefinitions in the Greenhouse UI.
52
+
53
+
> **Note:** The `docMarkDownUrl` field is deprecated and will be removed in a future release. Please use `docsURL` instead.
52
54
53
55
`.spec.helmChart`is an optional field that specifies the Helm chart that is deployed when creating a Plugin from this PluginDefinition.
0 commit comments