Use expected types for admonition (#68080)

All types are declared lowercased.

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
pull/68088/head^2
Jack Baldry 2 years ago committed by GitHub
parent d88da205f6
commit 356eabc24c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/dashboards/assess-dashboard-usage/index.md
  2. 14
      docs/sources/dashboards/dashboard-public/index.md

@ -54,7 +54,7 @@ Dashboard insights show the following information:
{{< figure src="/static/img/docs/enterprise/dashboard_insights_stats.png" max-width="400px" class="docs-image--no-shadow" >}}{{< figure src="/static/img/docs/enterprise/dashboard_insights_users.png" max-width="400px" class="docs-image--no-shadow" >}} {{< figure src="/static/img/docs/enterprise/dashboard_insights_stats.png" max-width="400px" class="docs-image--no-shadow" >}}{{< figure src="/static/img/docs/enterprise/dashboard_insights_users.png" max-width="400px" class="docs-image--no-shadow" >}}
{{% admonition type="Note" %}} {{% admonition type="note" %}}
If you've enabled the `publicDashboards` feature toggle, you'll also see a Public dashboards tab in your analytics. If you've enabled the `publicDashboards` feature toggle, you'll also see a Public dashboards tab in your analytics.

@ -8,13 +8,13 @@ weight: 8
# Public dashboards # Public dashboards
{{% admonition type="Note" %}} {{% admonition type="note" %}}
This feature is in [public preview](/docs/release-life-cycle/). This feature is in [public preview](/docs/release-life-cycle/).
{{% /admonition %}} {{% /admonition %}}
{{% admonition type="Caution" %}} {{% admonition type="caution" %}}
Making your dashboard public could result in a large number of queries to the data sources used by your dashboard. Making your dashboard public could result in a large number of queries to the data sources used by your dashboard.
This can be mitigated by utilizing the enterprise [caching]({{< relref "../../administration/data-source-management/#query-caching" >}}) and/or rate limiting features. This can be mitigated by utilizing the enterprise [caching]({{< relref "../../administration/data-source-management/#query-caching" >}}) and/or rate limiting features.
@ -47,7 +47,7 @@ If you are using Docker, use an environment variable to enable public dashboards
--env GF_FEATURE_TOGGLES_ENABLE=publicDashboards --env GF_FEATURE_TOGGLES_ENABLE=publicDashboards
``` ```
{{% admonition type="Note" %}} {{% admonition type="note" %}}
For Grafana Cloud (Pro and Advanced only), contact support to have the feature enabled. For Grafana Cloud (Pro and Advanced only), contact support to have the feature enabled.
@ -81,7 +81,7 @@ The link no longer works. You must create a new public URL, as in [Make a dashbo
## Email sharing ## Email sharing
{{% admonition type="Note" %}} {{% admonition type="note" %}}
Available in [Grafana Enterprise]({{< relref "../../introduction/grafana-enterprise/" >}}) and [Grafana Cloud Pro and Advanced](/docs/grafana-cloud). Available in [Grafana Enterprise]({{< relref "../../introduction/grafana-enterprise/" >}}) and [Grafana Cloud Pro and Advanced](/docs/grafana-cloud).
@ -91,7 +91,7 @@ Email sharing allows you to share your public dashboard with only specific peopl
### Enable email sharing ### Enable email sharing
{{% admonition type="Note" %}} {{% admonition type="note" %}}
For Grafana Cloud (Pro and Advanced only), contact support to have the feature enabled. For Grafana Cloud (Pro and Advanced only), contact support to have the feature enabled.
@ -157,7 +157,7 @@ If a Grafana user has read access to the parent dashboard, they can view the pub
## Assess public dashboard usage ## Assess public dashboard usage
> **Note:** Available in [Grafana Enterprise]({{< relref "../../introduction/grafana-enterprise/" >}}) and [Grafana Cloud Pro and Advanced](/docs/grafana-cloud). > **note:** Available in [Grafana Enterprise]({{< relref "../../introduction/grafana-enterprise/" >}}) and [Grafana Cloud Pro and Advanced](/docs/grafana-cloud).
You can check usage analytics about your public dashboard by clicking the insights icon in the dashboard header: You can check usage analytics about your public dashboard by clicking the insights icon in the dashboard header:
@ -203,7 +203,7 @@ guaranteed because plugin developers can override this functionality. The follow
### Unconfirmed: ### Unconfirmed:
{{% admonition type="Note" %}} {{% admonition type="note" %}}
If you've confirmed one of these data sources work with public dashboards, let us know in our [Github](https://github.com/grafana/grafana/discussions/49253) discussion, and we'll mark it as confirmed! If you've confirmed one of these data sources work with public dashboards, let us know in our [Github](https://github.com/grafana/grafana/discussions/49253) discussion, and we'll mark it as confirmed!

Loading…
Cancel
Save