From 8a3c6ab21c8742101b5dbabfc04993d3e1a3075f Mon Sep 17 00:00:00 2001 From: Anna Urbiztondo Date: Thu, 14 Aug 2025 10:37:20 +0200 Subject: [PATCH] Prettier --- .../administration/plugin-management/customize-nav-bar.md | 3 +-- .../sources/administration/plugin-management/plugin-install.md | 2 +- .../administration/plugin-management/plugin-integrate.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/sources/administration/plugin-management/customize-nav-bar.md b/docs/sources/administration/plugin-management/customize-nav-bar.md index 77dc20a900f..0e227c9a4f3 100644 --- a/docs/sources/administration/plugin-management/customize-nav-bar.md +++ b/docs/sources/administration/plugin-management/customize-nav-bar.md @@ -5,7 +5,6 @@ labels: products: - enterprise - oss - - cloud keywords: - grafana - plugins @@ -75,7 +74,7 @@ org-example-app = explore 50 ## Find page paths -To move individual pages you need to know their paths. To identify a plugin page path: +To move individual pages you need to know their paths. To identify a plugin page path: - Visit the page in the browser and check the URL in the address bar. - Page paths in app plugins follow the format `/a/PLUGIN_ID/PAGE_PATH` diff --git a/docs/sources/administration/plugin-management/plugin-install.md b/docs/sources/administration/plugin-management/plugin-install.md index 3029a7a6afc..18be4ea58fa 100644 --- a/docs/sources/administration/plugin-management/plugin-install.md +++ b/docs/sources/administration/plugin-management/plugin-install.md @@ -45,7 +45,7 @@ The path to the plugin directory is defined in the configuration file. For more This feature requires Grafana 11.5.0 or later. {{< /admonition >}} -You can install plugins by adding the plugin ID to the `plugins.preinstall` section in the Grafana configuration file. This prevents the plugin from being accidentally uninstalled and can be auto-updated. For more information, refer to [Configuration](https://grafana.com/docs/grafana//setup-grafana/configure-grafana/#plugins). +You can install plugins by adding the plugin ID to the `plugins.preinstall` section in the Grafana configuration file. This prevents the plugin from being accidentally uninstalled and can be auto-updated. For more information, refer to [Configuration](https://grafana.com/docs/grafana//setup-grafana/configure-grafana/#preinstall). ## Install a plugin in air-gapped environment diff --git a/docs/sources/administration/plugin-management/plugin-integrate.md b/docs/sources/administration/plugin-management/plugin-integrate.md index e9cb5199d89..7d688d92bd4 100644 --- a/docs/sources/administration/plugin-management/plugin-integrate.md +++ b/docs/sources/administration/plugin-management/plugin-integrate.md @@ -20,7 +20,7 @@ weight: 350 # Allow plugin backend communication -By default, you can only communicate with plugin backends remotely. +By default, you can only communicate with plugin backends remotely. However, you can configure your Grafana instance to let the frontends of installed plugins to directly communicate with the backends of other plugins installed locally. You can use this configuration to, for example, enable a [canvas panel](https://grafana.com/docs/grafana//panels-visualizations/visualizations/canvas/) to call an application resource API that is permitted by the `actions_allow_post_url` option.