diff --git a/packages/carbon-web-components/docs/form.mdx b/packages/carbon-web-components/docs/form.mdx
index 900a89bd375..a5c8e34b6fb 100644
--- a/packages/carbon-web-components/docs/form.mdx
+++ b/packages/carbon-web-components/docs/form.mdx
@@ -29,8 +29,6 @@ button.addEventListener('click', () => {
});
```
-
+## Framework-specific approaches of form participation
+
+- [Redux form](https://web-components.carbondesignsystem.com/react/?path=/story/introduction-form-paticipation--page)
diff --git a/packages/carbon-web-components/docs/styling.mdx b/packages/carbon-web-components/docs/styling.mdx
index 7722315c831..8aef4c1e349 100644
--- a/packages/carbon-web-components/docs/styling.mdx
+++ b/packages/carbon-web-components/docs/styling.mdx
@@ -15,20 +15,6 @@ to change the styles of our components, there are a few options.
## Using CSS Custom Properties
-Changes to CSS Custom Properties of the Carbon theme are reflected in the color
-scheme of `@carbon/web-components` components:
-
-
-
For example, if you add CSS like below:
```css
@@ -100,14 +86,3 @@ class MyDropdown extends CDSDropdown {
`;
}
```
-
-
diff --git a/packages/carbon-web-components/docs/welcome.mdx b/packages/carbon-web-components/docs/welcome.mdx
index 6168812ee7b..4f17a516c49 100644
--- a/packages/carbon-web-components/docs/welcome.mdx
+++ b/packages/carbon-web-components/docs/welcome.mdx
@@ -47,13 +47,6 @@ yarn add @carbon/web-components
Our example at [Stackblitz](https://stackblitz.com/github/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/carbon-web-components/examples/stackblitz/basic) shows the most basic usage:
-
-
The first thing you need is **setting up a module bundler** to resolve ECMAScript `import`s. The above example uses [Webpack](https://webpack.js.org), but you can use other bundlers like [Rollup](https://rollupjs.org/) too.
Once you set up a module bundler, you can start importing our component modules, for example: