From e64009fa88db3945a69bb71ca68b9bb224a53046 Mon Sep 17 00:00:00 2001 From: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Date: Wed, 31 Aug 2022 10:13:07 -0500 Subject: [PATCH] moves time series up, fixes random relrefs (#54477) --- docs/sources/dashboards/_index.md | 4 ++-- docs/sources/panels/create-reports/index.md | 2 +- docs/sources/share-dashboards-panels/index.md | 4 +++- docs/sources/visualizations/time-series/index.md | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/sources/dashboards/_index.md b/docs/sources/dashboards/_index.md index 6863bfd9f55..814d41b137f 100644 --- a/docs/sources/dashboards/_index.md +++ b/docs/sources/dashboards/_index.md @@ -22,7 +22,7 @@ Before you begin, ensure that you have configured a data source. See also: - [Annotations]({{< relref "annotations/" >}}) - [Playlist]({{< relref "./create-manage-playlists/" >}}) - [Reporting]({{< relref "../share-dashboards-panels#reporting" >}}) -- [Time range controls]({{< relref "time-range-controls/" >}}) +- [Time range controls]({{< relref "./manage-dashboards/#common-time-range-controls" >}}) - [Dashboard version history]({{< relref "dashboard-history/" >}}) -- [Dashboard export and import]({{< relref "export-import/" >}}) +- [Dashboard export and import]({{< relref "./manage-dashboards/#export-and-import-dashboards" >}}) - [Dashboard JSON model]({{< relref "json-model/" >}}) diff --git a/docs/sources/panels/create-reports/index.md b/docs/sources/panels/create-reports/index.md index 15eacfe4cbe..4796c889861 100644 --- a/docs/sources/panels/create-reports/index.md +++ b/docs/sources/panels/create-reports/index.md @@ -104,7 +104,7 @@ By default, reports use the saved time range of the dashboard. You can change th The page header of the report displays the time range for the dashboard's data queries. Dashboards set to use the browser's time zone use the time zone on the Grafana server. -If the time zone is set differently between your Grafana server and its remote image renderer, then the time ranges in the report might be different between the page header and the time axes in the panels. To avoid this, set the time zone to UTC for dashboards when using a remote renderer. Each dashboard's time zone setting is visible in the [time range controls]({{< relref "../../dashboards/time-range-controls/#dashboard-time-settings" >}}). +If the time zone is set differently between your Grafana server and its remote image renderer, then the time ranges in the report might be different between the page header and the time axes in the panels. To avoid this, set the time zone to UTC for dashboards when using a remote renderer. Each dashboard's time zone setting is visible in the [time range controls]({{< relref "../../dashboards/manage-dashboards/#dashboard-time-settings" >}}). ### Layout and orientation diff --git a/docs/sources/share-dashboards-panels/index.md b/docs/sources/share-dashboards-panels/index.md index f2913001ec2..7cf687648bc 100644 --- a/docs/sources/share-dashboards-panels/index.md +++ b/docs/sources/share-dashboards-panels/index.md @@ -87,7 +87,9 @@ If you created a snapshot by mistake, click **Delete snapshot** to remove the sn ### Dashboard export -Grafana dashboards can easily be exported and imported. For more information, refer to [Export and import dashboards]({{< relref "../dashboards/export-import/" >}}). +Grafana dashboards can easily be exported and imported. For more information, refer to [Export and import dashboards]({{< relref "../dashboards/manage-dashboards/#export-and-import-dashboards" >}}). + +Export and import dashboards ![Export](/static/img/docs/sharing/share-dashboard-export-7-3.png) diff --git a/docs/sources/visualizations/time-series/index.md b/docs/sources/visualizations/time-series/index.md index 5c4122196dc..d5b1216632a 100644 --- a/docs/sources/visualizations/time-series/index.md +++ b/docs/sources/visualizations/time-series/index.md @@ -25,7 +25,7 @@ keywords: - guide - graph title: Time series -weight: 1200 +weight: 90 --- # Time series