From 69ba7bff8204008502efeaf92981640e0447765b Mon Sep 17 00:00:00 2001 From: Nitesh Koushik S <39699046+NiteshKoushik@users.noreply.github.com> Date: Fri, 25 Sep 2020 18:51:45 +0530 Subject: [PATCH] Document Update (#27801) * Document Update Correcting the JSON syntax * Document Update Correcting the JSON syntax --- docs/sources/reference/export_import.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/reference/export_import.md b/docs/sources/reference/export_import.md index 886ffe3eb83..3bbda6f018f 100644 --- a/docs/sources/reference/export_import.md +++ b/docs/sources/reference/export_import.md @@ -13,7 +13,7 @@ Grafana Dashboards can easily be exported and imported, either from the UI or fr ## Exporting a dashboard -Dashboards are exported in Grafana JSON format, and contain everything you need (layout, variables, styles, data sources, queries, etc)to import the dashboard at a later time. +Dashboards are exported in Grafana JSON format, and contain everything you need (layout, variables, styles, data sources, queries, etc) to import the dashboard at a later time. The export feature is accessed in the share window which you open by clicking the share button in the dashboard menu. @@ -76,7 +76,7 @@ Example: "value": "collectd", "description": "" } - ], + ] } ``` @@ -90,7 +90,7 @@ These are then referenced in the dashboard panels like this: "panels": [ { "type": "graph", - "datasource": "${DS_GRAPHITE}", + "datasource": "${DS_GRAPHITE}" } ] }