From c3a8819ed20ba38e5eaed327a5ea5b5c5bbdf6ba Mon Sep 17 00:00:00 2001 From: Robby Milo Date: Tue, 11 Jul 2023 14:21:14 +0200 Subject: [PATCH] fix shortcode usage (#71353) --- .../developers/plugins/migration-guide/v6.x-v7.x/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/developers/plugins/migration-guide/v6.x-v7.x/_index.md b/docs/sources/developers/plugins/migration-guide/v6.x-v7.x/_index.md index 493675d3fec..3ebc25676c5 100644 --- a/docs/sources/developers/plugins/migration-guide/v6.x-v7.x/_index.md +++ b/docs/sources/developers/plugins/migration-guide/v6.x-v7.x/_index.md @@ -37,7 +37,8 @@ With Grafana 7.0, we released a new tool for making it easier to develop plugins For more information, refer to [@grafana/toolkit](https://www.npmjs.com/package/@grafana/toolkit). -{{% admonition type="note" %}} As of Grafana 10.0, `@grafana/toolkit` is deprecated. It is replaced by the [`create-plugin`](https://grafana.github.io/plugin-tools/docs/creating-a-plugin) tool. %}} +{{% admonition type="note" %}} As of Grafana 10.0, `@grafana/toolkit` is deprecated. It is replaced by the [`create-plugin`](https://grafana.github.io/plugin-tools/docs/creating-a-plugin) tool. +{{% /admonition %}} ### Field options