From b72e019045f90da216a618abdd3b4e16c85c4e4b Mon Sep 17 00:00:00 2001 From: marcin Date: Fri, 20 Dec 2024 09:18:25 +0100 Subject: [PATCH 1/2] Include info about vs code --- articles/flow/configuration/feature-flags.adoc | 4 ++-- articles/tools/copilot/index.adoc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/articles/flow/configuration/feature-flags.adoc b/articles/flow/configuration/feature-flags.adoc index b87f6c11cc..cc72b02171 100644 --- a/articles/flow/configuration/feature-flags.adoc +++ b/articles/flow/configuration/feature-flags.adoc @@ -27,8 +27,8 @@ dl code { `collaborationEngineBackend`:: Collaboration Kit backend for clustering support. https://github.com/vaadin/platform/issues/1988[Learn more] -`themeEditor`:: -Theme Editor (Free Preview). <<{articles}/tools/copilot/theme-editor#,Learn more>> +`copilotExperimentalFeatures`:: +Experimental, not stable new features of Vaadin Copilot. == Managing Feature Flags diff --git a/articles/tools/copilot/index.adoc b/articles/tools/copilot/index.adoc index 7e1f659e49..87c4ec4070 100644 --- a/articles/tools/copilot/index.adoc +++ b/articles/tools/copilot/index.adoc @@ -281,3 +281,4 @@ It's best to know the limitations of software that you use. These are some known - Vaadin Copilot contains all of the functionality found previously in Development Tools. - It's possible to disable Vaadin Copilot using `vaadin.copilot.enable=false` system property. - It's not possible to disable explicitly any AI features of Vaadin Copilot. +- Experimental, new features of Vaadin Copilot are available under the `copilotExperimentalFeatures` feature flag. <<{articles}/flow/configuration/feature-flags#,Learn more>> From 1a7b70a78210daaaa59781a6a397a418e3086027 Mon Sep 17 00:00:00 2001 From: Russell JT Dyer Date: Mon, 6 Jan 2025 09:28:56 +0100 Subject: [PATCH 2/2] Minor edits. --- articles/flow/configuration/feature-flags.adoc | 2 +- articles/tools/copilot/index.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/flow/configuration/feature-flags.adoc b/articles/flow/configuration/feature-flags.adoc index cc72b02171..c97817d85f 100644 --- a/articles/flow/configuration/feature-flags.adoc +++ b/articles/flow/configuration/feature-flags.adoc @@ -26,7 +26,7 @@ dl code { ++++ `collaborationEngineBackend`:: -Collaboration Kit backend for clustering support. https://github.com/vaadin/platform/issues/1988[Learn more] +Collaboration Kit backend for clustering support. https://github.com/vaadin/platform/issues/1988[Learn more.] `copilotExperimentalFeatures`:: Experimental, not stable new features of Vaadin Copilot. diff --git a/articles/tools/copilot/index.adoc b/articles/tools/copilot/index.adoc index 87c4ec4070..834b508d98 100644 --- a/articles/tools/copilot/index.adoc +++ b/articles/tools/copilot/index.adoc @@ -281,4 +281,4 @@ It's best to know the limitations of software that you use. These are some known - Vaadin Copilot contains all of the functionality found previously in Development Tools. - It's possible to disable Vaadin Copilot using `vaadin.copilot.enable=false` system property. - It's not possible to disable explicitly any AI features of Vaadin Copilot. -- Experimental, new features of Vaadin Copilot are available under the `copilotExperimentalFeatures` feature flag. <<{articles}/flow/configuration/feature-flags#,Learn more>> +- Experimental, new features of Vaadin Copilot are available under the `copilotExperimentalFeatures` feature flag. See the <<{articles}/flow/configuration/feature-flags#,Feature Flags>> page to learn more.