Skip to content

docs: copilot feature flags info update #4037

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

Open
wants to merge 4 commits into
base: v24
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
3 changes: 3 additions & 0 deletions articles/flow/configuration/feature-flags.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ dl code {
`masterDetailLayoutComponent`::
A component for building UIs with a horizontally or vertically split pair consisting of a master area and a detail area that can responsively switch to an overlay. <</components/master-detail-layout#,Learn More>>

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