Chore: Rename "marketplace" app to "catalog" (#34149)

This commit is contained in:
Ryan McKinley
2021-05-17 08:27:56 -07:00
committed by GitHub
parent 315ca109e1
commit edcefe1c8e
52 changed files with 86 additions and 94 deletions
+5 -6
View File
@@ -1467,17 +1467,16 @@ Set to `true` if you want to test alpha plugins that are not yet ready for gener
Enter a comma-separated list of plugin identifiers to identify plugins that are allowed to be loaded even if they lack a valid signature.
### marketplace_url
### catalog_url
Custom install/learn more url for enterprise plugins. Defaults to https://grafana.com/grafana/plugins/.
Custom install/learn more URL for enterprise plugins. Defaults to https://grafana.com/grafana/plugins/.
### marketplace_app_enabled
### catalog_app_enabled
> **Note:** Available in Grafana 8.0 and later versions.
Available to Grafana administrators only, the plugin marketplace app is set to `false` by default. Set it to `true` to enable the app.
Available to Grafana administrators only, the plugin catalog app is set to `false` by default. Set it to `true` to enable the app.
For more information, refer to [Plugin marketplace]({{< relref "../plugins/marketplace.md" >}}).
For more information, refer to [Plugin catalog]({{< relref "../plugins/catalog.md" >}}).
<hr>