diff --git a/articles/flow/configuration/feature-flags.adoc b/articles/flow/configuration/feature-flags.adoc index b87f6c11cc..c97817d85f 100644 --- a/articles/flow/configuration/feature-flags.adoc +++ b/articles/flow/configuration/feature-flags.adoc @@ -26,9 +26,9 @@ 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>> +Collaboration Kit backend for clustering support. https://github.com/vaadin/platform/issues/1988[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..834b508d98 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. See the <<{articles}/flow/configuration/feature-flags#,Feature Flags>> page to learn more.