From b4044e3e51ce3717d99b3ae31de4bdbaf0728ef6 Mon Sep 17 00:00:00 2001 From: Marcus Olsson Date: Thu, 14 May 2020 14:15:18 +0200 Subject: [PATCH] Docs: Update Explore plugin docs (#24667) * Update Explore plugin docs * Fix review comment --- .../developers/plugins/add-support-for-explore-queries.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/developers/plugins/add-support-for-explore-queries.md b/docs/sources/developers/plugins/add-support-for-explore-queries.md index 6be66e94a0d..17ec123479d 100644 --- a/docs/sources/developers/plugins/add-support-for-explore-queries.md +++ b/docs/sources/developers/plugins/add-support-for-explore-queries.md @@ -5,13 +5,13 @@ type = "docs" # Add support for Explore queries -This guide explains how to add support for [Explore]({{< relref "../../features/explore/index.md" >}}) to an existing data source plugin. +This guide explains how to improve support for [Explore]({{< relref "../../features/explore/index.md" >}}) to an existing data source plugin. This guide assumes that you're already familiar with how to [Build a data source plugin]({{< relref "../../../../../tutorials/build-a-data-source-plugin.md" >}}). -By adding support for Explore to your data source, users can make ad-hoc queries without the new of a dashboard. This is useful when users want to troubleshoot or to learn more about the data. +With Explore, users can make ad-hoc queries without the use of a dashboard. This is useful when users want to troubleshoot or to learn more about the data. -To support Explore, your plugin needs to define a _query editor_ for Explore. Optionally, your plugin can also define a _start page_ for Explore. +Your data source already supports Explore by default, and will use the existing query editor for the data source. If you want to offer extended Explore functionality for your data source however, you can define a Explore-specific query editor. Optionally, your plugin can also define a _start page_ for Explore. ## Add a query editor for Explore