Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: copilot feature flags info update #4037

Open
wants to merge 4 commits into
base: latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions articles/flow/configuration/feature-flags.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment on lines +29 to +31
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Collaboration Kit backend for clustering support. https://github.com/vaadin/platform/issues/1988[Learn more.]
`copilotExperimentalFeatures`::
Experimental, not stable new features of Vaadin Copilot.
Collaboration Kit backend for clustering support. https://github.com/vaadin/platform/issues/1988[Learn more]
`copilotExperimentalFeatures`::
Experimental Vaadin Copilot features.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we provide a "Learn more" link for experimental Copilot features?



== Managing Feature Flags
Expand Down
1 change: 1 addition & 0 deletions articles/tools/copilot/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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.
- Experimental Copilot features are available behind the `copilotExperimentalFeatures` feature flag. See <</flow/configuration/feature-flags#,Feature Flags>> to learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we list what those experimental features are? Now the reader is left guessing, without any incentive to enable this flag except pure curiosity.

Loading