diff --git a/docs/sources/dashboards/dashboard-folders.md b/docs/sources/dashboards/dashboard-folders.md index 0d7d3a265df..4c5e067dba1 100644 --- a/docs/sources/dashboards/dashboard-folders.md +++ b/docs/sources/dashboards/dashboard-folders.md @@ -22,11 +22,11 @@ Folders are a way to organize and group dashboards - very useful if you have a l ## How To Create A Folder -- Create a folder by using the Create Folder link in the side menu (under the create menu (+ icon)) -- Use the create Folder button on the Manage Dashboards page. +- Create a folder by using the **New folder** link in the side menu (under the **Dashboards** menu) +- Use the **New folder** button on the **Browse dashboards** page. - When saving a dashboard, you can either choose a folder for the dashboard to be saved in or create a new folder -On the Create Folder page, fill in a unique name for the folder and then click Create. +On the New folder page, fill in a unique name for the folder and then click Create. ## Manage Dashboards diff --git a/docs/sources/dashboards/export-import.md b/docs/sources/dashboards/export-import.md index 8f1f4c7d376..220a9bfbd5a 100644 --- a/docs/sources/dashboards/export-import.md +++ b/docs/sources/dashboards/export-import.md @@ -34,7 +34,7 @@ the dashboard, and will also be added as a required input when the dashboard is ## Import dashboard -To import a dashboard click the + icon in the side menu, and then click **Import**. +To import a dashboard click **Import** under the **Dashboards** icon in the side menu. {{< figure src="/static/img/docs/v70/import_step1.png" max-width="700px" >}} diff --git a/docs/sources/getting-started/build-first-dashboard.md b/docs/sources/getting-started/build-first-dashboard.md index da7fd4c8cd2..9c5d7ed2bb6 100644 --- a/docs/sources/getting-started/build-first-dashboard.md +++ b/docs/sources/getting-started/build-first-dashboard.md @@ -34,7 +34,7 @@ To sign in to Grafana for the first time: To create your first dashboard: -1. Click the **+** icon on the side menu. +1. Click the **New dashboard** item under the **Dashboards** icon in the side menu. 1. On the dashboard, click **Add an empty panel**. 1. In the New dashboard/Edit panel view, go to the **Query** tab. 1. Configure your [query]({{< relref "../panels/query-a-data-source/add-a-query/" >}}) by selecting `-- Grafana --` from the data source selector. This generates the Random Walk dashboard. diff --git a/docs/sources/panels/library-panels/add-library-panel.md b/docs/sources/panels/library-panels/add-library-panel.md index 24be42ccf89..49daa67e8fc 100644 --- a/docs/sources/panels/library-panels/add-library-panel.md +++ b/docs/sources/panels/library-panels/add-library-panel.md @@ -16,7 +16,7 @@ Add a Grafana library panel to a dashboard when you want to provide visualizatio **To add a library panel to a dashboard**: -1. Hover over the **+** option on the left menu, then select **Create** from the drop-down options. +1. Hover over the **Dashboards** option on the left menu, then select **New dashboard** from the drop-down options. The **Add** panel dialog opens. {{< figure src="/static/img/docs/library-panels/add-library-panel-8-0.png" class="docs-image--no-shadow" max-width= "900px" caption="Screenshot of the edit panel" >}}