diff --git a/docs/sources/reference/share_dashboard.md b/docs/sources/reference/share_dashboard.md
new file mode 100644
index 00000000000..ddfe6082ff5
--- /dev/null
+++ b/docs/sources/reference/share_dashboard.md
@@ -0,0 +1,29 @@
++++
+title = "Sharing a Dashboard"
+keywords = ["grafana", "dashboard", "documentation", "sharing"]
+type = "docs"
+[menu.docs]
+parent = "dashboard_features"
+weight = 6
++++
+
+# Share dashboard
+
+Share a dashboard via the share icon in the top nav. This opens the share dialog where you
+can get a link to the current dashboard with the current selected time range and template variables. If you have
+made changes to the dashboard, make sure those are saved before sending the link. Below are ways to share a dashboard.
+
+## Dashboard snapshot
+
+A dashboard snapshot is an instant way to share an interactive dashboard publicly. When created, we strip sensitive data like queries
+(metric, template and annotation) and panel links, leaving only the visible metric data and series names embedded into your dashboard. Dashboard
+snapshots can be accessed by anyone who has the link and can reach the URL.
+
+{{< docs-imagebox img="/img/docs/v50/share_panel_modal.png" max-width="700px" >}}
+
+## Publish snapshots
+
+You can publish snapshots to you local instance or to [snapshot.raintank.io](http://snapshot.raintank.io). The later is a free service
+that is provided by [Raintank](http://raintank.io) that allows you to publish dashboard snapshots to an external grafana instance.
+The same rules still apply, anyone with the link can view it. You can set an expiration time if you want the snapshot to be removed
+after a certain time period.
diff --git a/docs/sources/reference/sharing.md b/docs/sources/reference/share_panel.md
similarity index 58%
rename from docs/sources/reference/sharing.md
rename to docs/sources/reference/share_panel.md
index 7f9599d0040..06478a0a2ea 100644
--- a/docs/sources/reference/sharing.md
+++ b/docs/sources/reference/share_panel.md
@@ -1,5 +1,5 @@
+++
-title = "Sharing"
+title = "Sharing a Panel"
keywords = ["grafana", "dashboard", "documentation", "sharing"]
type = "docs"
[menu.docs]
@@ -7,37 +7,11 @@ parent = "dashboard_features"
weight = 6
+++
-# Sharing features
+# Share Panel
-Grafana provides a number of ways to share a dashboard or a specific panel to other users within your
-organization. It also provides ways to publish interactive snapshots that can be accessed by external partners.
+Click a panel title to open the panel menu, then click share in the panel menu to open the Share Panel dialog. Here you have access to a link that will take you to exactly this panel with the current time range and selected template variables. Below are ways to share a panel.
-## Share dashboard
-
-Share a dashboard via the share icon in the top nav. This opens the share dialog where you
-can get a link to the current dashboard with the current selected time range and template variables. If you have
-made changes to the dashboard, make sure those are saved before sending the link.
-
-### Dashboard snapshot
-
-A dashboard snapshot is an instant way to share an interactive dashboard publicly. When created, we strip sensitive data like queries
-(metric, template and annotation) and panel links, leaving only the visible metric data and series names embedded into your dashboard. Dashboard
-snapshots can be accessed by anyone who has the link and can reach the URL.
-
-{{< docs-imagebox img="/img/docs/v50/share_panel_modal.png" max-width="700px" >}}
-
-### Publish snapshots
-
-You can publish snapshots to you local instance or to [snapshot.raintank.io](http://snapshot.raintank.io). The later is a free service
-that is provided by [Raintank](http://raintank.io) that allows you to publish dashboard snapshots to an external grafana instance.
-The same rules still apply, anyone with the link can view it. You can set an expiration time if you want the snapshot to be removed
-after a certain time period.
-
-## Share Panel
-
-Click a panel title to open the panel menu, then click share in the panel menu to open the Share Panel dialog. Here you have access to a link that will take you to exactly this panel with the current time range and selected template variables.
-
-### Direct Link Rendered Image
+## Direct Link Rendered Image
You also get a link to render a PNG image of the panel. Useful if you want to share an image of the panel. Read more about the requirements and how to configure image rendering [here](/administration/image_rendering/).
@@ -54,7 +28,7 @@ https://play.grafana.org/d/000000012/grafana-play-home?orgId=1&from=156871968017
- **tz**: timezone in the format `UTC%2BHH%3AMM` where HH and MM are offset in hours and minutes after UTC
- **timeout**: number of seconds. The timeout can be increased if the query for the panel needs more than the default 30 seconds.
-### Embed Panel
+## Embed Panel
You can embed a panel using an iframe on another web site. This tab will show you the html that you need to use.
@@ -70,7 +44,7 @@ Below there should be an interactive Grafana graph embedded in an iframe:
-### Export Panel Data
+#### Export Panel Data
{{< docs-imagebox img="/img/docs/v50/export_panel_data.png" max-width="500px" >}}