* Docs: Remove old plugin docs, fix URLs to go to new dev portal (#75325)
* Remove old plugin docs, add redirects to new dev portal
* Restore plugin.schema.json file
* Update docs/sources/administration/plugin-management/index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* More updates
* Cleanup links
* Update docs/sources/alerting/fundamentals/evaluate-grafana-alerts.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* fix codeowners
* Change reference links to inline links to avoid 404s
* Update docs/sources/datasources/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/datasources/mysql/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/datasources/postgres/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/fundamentals/timeseries-dimensions/index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/fundamentals/dashboards-overview/index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/panels-visualizations/configure-standard-options/index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Remove grafana.com from 2 URLs
* Fix 1 more reference link
* Prettier fix
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
(cherry picked from commit 0e2b741fc3)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Clean up
* Remove `docs/reference` that came from backport
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Remove incorrect content
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Update .changelog-archive/CHANGELOG.7.md
Co-authored-by: David Harris <david.harris@grafana.com>
* Update contribute/breaking-changes-guide.md
Co-authored-by: David Harris <david.harris@grafana.com>
* Update docs/sources/administration/data-source-management/index.md
Co-authored-by: David Harris <david.harris@grafana.com>
* Update docs/sources/datasources/_index.md
Co-authored-by: David Harris <david.harris@grafana.com>
* Update docs/sources/developers/_index.md
Co-authored-by: David Harris <david.harris@grafana.com>
* Prettier
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
Co-authored-by: David Harris <david.harris@grafana.com>
This commit is contained in:
co-authored by
Isabel
David Harris
Joseph Perez
parent
db63486961
commit
6d0ec34e6e
@@ -197,7 +197,7 @@ In the Loki data source, the dataframe format used to represent Loki logs-data h
|
||||
|
||||
### Deprecations
|
||||
|
||||
`setExploreQueryField`, `setExploreMetricsQueryField` and `setExploreLogsQueryField` are now deprecated and will be removed in a future release. If you need to set a different query editor for Explore, conditionally render based on `props.app` in your regular query editor. Please refer to https://grafana.com/docs/grafana/latest/developers/plugins/add-support-for-explore-queries/ for more information.
|
||||
`setExploreQueryField`, `setExploreMetricsQueryField` and `setExploreLogsQueryField` are now deprecated and will be removed in a future release. If you need to set a different query editor for Explore, conditionally render based on `props.app` in your regular query editor. Please refer to https://grafana.com/developers/plugin-tools/create-a-plugin/extend-a-plugin/add-support-for-explore-queries for more information.
|
||||
Issue [#48701](https://github.com/grafana/grafana/issues/48701)
|
||||
|
||||
### Plugin development fixes & changes
|
||||
|
||||
Reference in New Issue
Block a user