From f03be943ae2d3e31102d2edd9959d09f209f8f9c Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 13:58:39 -0500 Subject: [PATCH] [release-11.6.0] Docs: updating admonition shortcodes in plugin management (#102818) Docs: updating admonition shortcodes in plugin management (#102817) (cherry picked from commit 4dccc03fa2d8ecb563c92c5102834c6be3910320) Co-authored-by: Jacob Valdez --- .../administration/plugin-management/index.md | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/sources/administration/plugin-management/index.md b/docs/sources/administration/plugin-management/index.md index 1f43832b69b..bdd619f8ef3 100644 --- a/docs/sources/administration/plugin-management/index.md +++ b/docs/sources/administration/plugin-management/index.md @@ -60,9 +60,9 @@ Customize access to app plugins with [RBAC](../roles-and-permissions/access-cont By default, the Viewer, Editor and Admin roles have access to all app plugins that their Organization role allows them to access. Access is granted by the `fixed:plugins.app:reader` role. -{{% admonition type="note" %}} +{{< admonition type="note" >}} To prevent users from seeing an app plugin, refer to [these permissions scenarios](../roles-and-permissions/access-control/plan-rbac-rollout-strategy/#prevent-viewers-from-accessing-an-app-plugin). -{{% /admonition %}} +{{< /admonition >}} ## Plugin catalog @@ -74,9 +74,9 @@ The following access rules apply depending on the user role: - If you are a **Server Admin**, you can't configure app plugins, but you can install, uninstall, or update them. - If you are both **Org Admin** and **Server Admin**, you can configure app plugins and also install, uninstall, or update them. -{{% admonition type="note" %}} +{{< admonition type="note" >}} The Grafana plugin catalog is designed to work with a single Grafana server instance only. Support for Grafana clusters is planned for future Grafana releases. -{{% /admonition %}} +{{< /admonition >}}