Skip to content

Commit

Permalink
link shortened-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kritvi-bhatia17 committed Oct 2, 2024
1 parent d374bac commit 21d99c3
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/pages/components/menu-buttons/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ each framework below.

### Feature flags

A [feature flag](/components/overview/feature-flag/) has been added to the
A [feature flag](/components/overview/feature-flags/) has been added to the
overflow menu variant of menu buttons to improve accessibility and changes parts
of its functionality, not its visual appearance. For more code-specific feature
flag information, refer to the
Expand Down
5 changes: 2 additions & 3 deletions src/pages/components/menu-buttons/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,10 @@ avoids cluttering the main interface with too many options.

### Feature flags

A [feature flag](/components/overview/feature-flag/) has been added to the
A [feature flag](/components/overview/feature-flags/) has been added to the
overflow menu variant of menu buttons to improve accessibility and changes parts
of its functionality, not its visual appearance. For code-specific feature flag
information, refer to the
[Code](https://carbondesignsystem.com/components/menu-buttons/code/) tab. The
information, refer to the [Code](/components/menu-buttons/code/) tab. The
current overflow menu is not being deprecated, but teams are encouraged to use
the feature flag overflow menu for their products moving forward.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/components/modal/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ documentation, see the Storybooks for each framework below.

### Feature flags

A [feature flag](/components/overview/feature-flag/) has been added to modal to
A [feature flag](/components/overview/feature-flags/) has been added to modal to
improve accessibility and changes parts of its functionality, not its visual
appearance. For more code-specific feature flag information, refer to the
[@carbon/react](https://react.carbondesignsystem.com/?path=/docs/experimental-feature-flags-modal--overview)
Expand Down
8 changes: 4 additions & 4 deletions src/pages/components/modal/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ destructive or irreversible then use a transactional danger modal.

### Feature flags

A [feature flag](/components/overview/feature-flag/) has been added to modal to
A [feature flag](/components/overview/feature-flags/) has been added to modal to
improve accessibility and changes parts of its functionality, not its visual
appearance. For code-specific feature flag information, refer to the
[Code](https://carbondesignsystem.com/components/modal/code/) tab. The current
modal is not being deprecated, but teams are encouraged to use the feature flag
modal for their products moving forward.
[Code](/components/modal/code/) tab. The current modal is not being deprecated,
but teams are encouraged to use the feature flag modal for their products moving
forward.

## Formatting

Expand Down
6 changes: 3 additions & 3 deletions src/pages/components/tree-view/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ usage documentation, see the Storybooks for each framework below.

### Feature flags

A [feature flag](/components/overview/feature-flag/) has been added to tree view
to improve accessibility and changes parts of its functionality, not its visual
appearance. For more code-specific feature flag information, refer to the
A [feature flag](/components/overview/feature-flags/) has been added to tree
view to improve accessibility and changes parts of its functionality, not its
visual appearance. For more code-specific feature flag information, refer to the
[@carbon/react](https://react.carbondesignsystem.com/?path=/docs/experimental-feature-flags-treeview--overview)
framework.

Expand Down
12 changes: 6 additions & 6 deletions src/pages/components/tree-view/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ child nodes.

### Feature flags

A [feature flag](/components/overview/feature-flag/) has been added to tree view
to improve accessibility and changes parts of its functionality, not its visual
appearance. For code-specific feature flag information, refer to the
[Code](https://carbondesignsystem.com/components/tree-view/code/) tab. The
current tree view is not being deprecated, but teams are encouraged to use the
feature flag tree view for their products moving forward.
A [feature flag](/components/overview/feature-flags/) has been added to tree
view to improve accessibility and changes parts of its functionality, not its
visual appearance. For code-specific feature flag information, refer to the
[Code](/components/tree-view/code/) tab. The current tree view is not being
deprecated, but teams are encouraged to use the feature flag tree view for their
products moving forward.

## Formatting

Expand Down

0 comments on commit 21d99c3

Please sign in to comment.