From 1f3c64f784b4b7404012ab69cb3ebc4ef0c4d75d Mon Sep 17 00:00:00 2001 From: Mohit Nain Date: Thu, 2 Apr 2020 18:26:23 +0530 Subject: [PATCH] Multiple occurrences removed to overcome typo (#23278) --- docs/sources/features/datasources/add-a-data-source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/features/datasources/add-a-data-source.md b/docs/sources/features/datasources/add-a-data-source.md index 7902cd665e5..29e487ba3bb 100644 --- a/docs/sources/features/datasources/add-a-data-source.md +++ b/docs/sources/features/datasources/add-a-data-source.md @@ -13,7 +13,7 @@ weight = 2 Before you create your first dashboard, you need to add your data source. Following are the list of instructions to create one. 1. Move your cursor to the cog on the side menu which will show you the configuration menu. If the side menu is not visible click the Grafana icon in the upper left corner. Click on **Configuration** > **Data Sources** in the side menu and you'll be taken to the data sources page - where you can add add and edit data sources. You can also click the cog. + where you can add and edit data sources. You can also click the cog. {{< docs-imagebox img="/img/docs/v52/sidemenu-datasource.png" max-width="250px" class="docs-image--no-shadow">}} 1. Click **Add data source** and you will come to the settings page of your new data source. @@ -26,4 +26,4 @@ Before you create your first dashboard, you need to add your data source. Follow 1. In the **Type**, select the type of data source. See [Supported data sources]({{< relref "../../features/datasources/#supported-data-sources/" >}}) for more information and how to configure your data source. -1. Click **Save & Test**. \ No newline at end of file +1. Click **Save & Test**.