From ab512fcf88ea8172ddd54d9cdf18ffddb5c4f45c Mon Sep 17 00:00:00 2001 From: Andriy Date: Fri, 3 Mar 2023 10:50:08 +0100 Subject: [PATCH] docs: Prevent internal docs on setting up plugin spellcheck from appearing on public website (#64113) --- docs/sources/developers/plugins/plugin-spellcheck.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/sources/developers/plugins/plugin-spellcheck.md b/docs/sources/developers/plugins/plugin-spellcheck.md index 23ce303c1bf..abfd2d9df27 100644 --- a/docs/sources/developers/plugins/plugin-spellcheck.md +++ b/docs/sources/developers/plugins/plugin-spellcheck.md @@ -1,3 +1,9 @@ +--- +title: Configuring plugin spellcheck +description: Internal docs on how to setup the plugin spellcheck +draft: true +--- + # Configuring plugin spellcheck > ℹ️ This process is applicable only for grafana maintained plugins and only if the plugins are activated in drone.grafana.net for CI process.