From c137cf60f0e51cb2b4f03377bb91f6e95a8600e5 Mon Sep 17 00:00:00 2001 From: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Date: Thu, 13 Oct 2022 14:39:05 -0500 Subject: [PATCH] moves canvas to proper directory, corrects relref (#56902) --- .../visualizations/{canvas.md => canvas/index.md} | 1 + docs/sources/whatsnew/whats-new-in-v9-2.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename docs/sources/panels-visualizations/visualizations/{canvas.md => canvas/index.md} (97%) diff --git a/docs/sources/panels-visualizations/visualizations/canvas.md b/docs/sources/panels-visualizations/visualizations/canvas/index.md similarity index 97% rename from docs/sources/panels-visualizations/visualizations/canvas.md rename to docs/sources/panels-visualizations/visualizations/canvas/index.md index 3a9330ced29..60e2ca2be72 100644 --- a/docs/sources/panels-visualizations/visualizations/canvas.md +++ b/docs/sources/panels-visualizations/visualizations/canvas/index.md @@ -2,6 +2,7 @@ aliases: - /docs/grafana/latest/features/panels/canvas/ - /docs/grafana/latest/visualizations/canvas/ + - /docs/grafana/latest/panels-visualizations/visualizations/canvas/ description: Canvas visualization documentation keywords: - grafana diff --git a/docs/sources/whatsnew/whats-new-in-v9-2.md b/docs/sources/whatsnew/whats-new-in-v9-2.md index 78701f56c96..5ecf3788999 100644 --- a/docs/sources/whatsnew/whats-new-in-v9-2.md +++ b/docs/sources/whatsnew/whats-new-in-v9-2.md @@ -42,7 +42,7 @@ Canvas visualizations are extensible form-built panels that allow you to explici For example, you can place image layers and then overlay text that's updated by Grafana data sources, and display icons that can change color conditionally based on data. -We've planned additional features and design elements for future releases to make Canvas panels even more powerful tools for creating custom, interactive, data-driven visualizations. To learn more about the Canvas panel, see the [documentation]({{< relref "../visualizations/canvas/" >}}). +We've planned additional features and design elements for future releases to make Canvas panels even more powerful tools for creating custom, interactive, data-driven visualizations. To learn more about the Canvas panel, see the [documentation]({{< relref "../panels-visualizations/visualizations/canvas" >}}). {{< video-embed src="/static/img/docs/canvas-panel/canvas-beta-overview-9-2-0.mp4" max-width="750px" caption="Canvas panel beta overview" >}}