From 6b805aaac5461f59ff70131c425e7e6a764ddb0c Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 30 Aug 2022 18:52:45 +0200 Subject: [PATCH] removes previously refactored content (#54416) (#54471) (cherry picked from commit dc2616f833632eaff78bc23acb0d3b50a900c26f) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- docs/sources/dashboards/dashboard-manage.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 docs/sources/dashboards/dashboard-manage.md diff --git a/docs/sources/dashboards/dashboard-manage.md b/docs/sources/dashboards/dashboard-manage.md deleted file mode 100644 index a12e4015920..00000000000 --- a/docs/sources/dashboards/dashboard-manage.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -aliases: - - /docs/grafana/latest/dashboards/dashboard-manage/ - - /docs/grafana/latest/features/dashboard/dashboards/ -title: Manage dashboards -weight: 8 ---- - -## Manage dashboards - -When managing dashboads, you can use: - -- Select a time period for a dashboard using the [Time range controls]({{< relref "time-range-controls/" >}}) in the upper right of the dashboard. -- Tag dashboards. -- Use [templating]({{< relref "../variables/" >}}) to make them more dynamic and interactive. -- Use [annotations]({{< relref "annotations/" >}}) to display event data across panels. This can help correlate the time series data in the panel with other events. -- Use the dashboard picker for quick, searchable access to all dashboards in a particular organization. - -You can also [share dashboards]({{< relref "../share-dashboards-panels#share-a-dashboard" >}}) in a variety of ways.