mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 03:13:49 +08:00
Fix all the old usage of admonition syntax (#106984)
This commit is contained in:
@ -24,11 +24,11 @@ refs:
|
||||
|
||||
# Shared Dashboards API
|
||||
|
||||
{{% admonition type="note" %}}
|
||||
{{< admonition type="note" >}}
|
||||
|
||||
If you're running Grafana Enterprise, you'll need to have specific permissions for some endpoints. Refer to [Role-based access control permissions](ref:role-based-access-control-permissions) for more information.
|
||||
|
||||
{{% /admonition %}}
|
||||
{{< /admonition >}}
|
||||
|
||||
## Create a shared dashboard
|
||||
|
||||
|
Reference in New Issue
Block a user