Skip to content

Commit

Permalink
add doc for dev feature flags (#3211)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvogt authored Sep 16, 2024
1 parent f046e94 commit 101545e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/dev-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ Run the tests.
For in-depth testing guidance review the [testing guidelines](./testing.md)
### Dev Feature Flags
Feature flags are defined in the [dashboard config](./dashboard-config.md#features). When testing on a live cluster, changing feature flags via the config affects all users on the cluster. It is also possible to personally control the enablement of feature flags within the browser session. Simply append `?devFeatureFlags` to the dashboard URL. A blue banner will appear at the top of the page where a modal can be opened, allowing one to adjust the enablement of feature flags. These settings will persist for the length of the browser session.
With the dev feature flags modal opened, the browser URL will update to include the current feature flag enablement settings. The URL can then be bookmarked or shared.
## Deploying the ODH Dashbard
### Official Image Builds
Expand Down

0 comments on commit 101545e

Please sign in to comment.