diff --git a/docs/api/datetime-button.md b/docs/api/datetime-button.md
index 5bdb7195a6a..87f7c245f82 100644
--- a/docs/api/datetime-button.md
+++ b/docs/api/datetime-button.md
@@ -47,13 +47,6 @@ import FormatOptions from '@site/static/usage/v8/datetime-button/format-options/
`ion-datetime-button` must be associated with a mounted `ion-datetime` instance. As a result, [Inline Modals](./modal#inline-modals-recommended) and [Inline Popovers](./popover#inline-popovers) with the `keepContentsMounted` property set to `true` must be used.
-{/* ## Customization */}
-{/* TODO */}
-{/* ### Buttons */}
-{/* TODO */}
-{/* ### Theming */}
-{/* TODO */}
-
## Properties
diff --git a/docs/api/item.md b/docs/api/item.md
index 12ec8ef001c..55af3f19ad1 100644
--- a/docs/api/item.md
+++ b/docs/api/item.md
@@ -178,15 +178,6 @@ import DetailArrows from '@site/static/usage/v8/item/detail-arrows/index.md';
-
-{/* TODO add this functionality back as a css variable */}
-{/* This feature is not enabled by default on clickable items for the `md` mode, but it can be enabled by setting the following CSS variable: */}
-{/* ```css */}
-{/* --item-detail-push-show: true; */}
-{/* ``` */}
-{/* Refer to the [theming documentation](/docs/theming/css-variables) for more information. */}
-
-
## Item Lines
Items show an inset bottom border by default. The border has padding on the left and does not appear under any content that is slotted in the `"start"` slot. The `lines` property can be modified to `"full"` or `"none"` which will show a full width border or no border, respectively.
diff --git a/docs/cli.md b/docs/cli.md
index 89d83cb2ecf..c1f34b5260f 100644
--- a/docs/cli.md
+++ b/docs/cli.md
@@ -37,8 +37,6 @@ Be sure to run `ionic --help` in your project directory.
For some commands, such as `ionic serve`, the help documentation is contextual to the type of your project, e.g. React vs Angular.
:::
-{/* TODO: image? */}
-
## Architecture
The Ionic CLI is built with [TypeScript](/docs/reference/glossary#typescript) and [Node.js](/docs/reference/glossary#node). It supports Node 10.3+, but the latest Node LTS is always recommended. Follow development on the open source GitHub repository.
diff --git a/docs/core-concepts/what-are-progressive-web-apps.md b/docs/core-concepts/what-are-progressive-web-apps.md
index 14147a6484b..29ec43b7943 100644
--- a/docs/core-concepts/what-are-progressive-web-apps.md
+++ b/docs/core-concepts/what-are-progressive-web-apps.md
@@ -11,8 +11,6 @@ title: Progressive Web Apps
/>
-{/* TOC goes here */}
-
### The web...but better
A Progressive Web App (PWA) is a web app that uses modern web capabilities to deliver an app-like experience to users.
diff --git a/docs/reference/versioning.md b/docs/reference/versioning.md
index 8257ed883de..c17a0c40c58 100644
--- a/docs/reference/versioning.md
+++ b/docs/reference/versioning.md
@@ -1,7 +1,5 @@
# Versioning
-{/* TOC goes here */}
-
Ionic Framework follows the Semantic Versioning (SemVer) convention: major.minor.patch. Incompatible API changes increment the major version, adding backwards-compatible functionality increments the minor version, and backwards-compatible bug fixes increment the patch version.
## Release Schedule
diff --git a/docs/utilities/gestures.md b/docs/utilities/gestures.md
index 2eca9e61ea8..7ad0400f658 100644
--- a/docs/utilities/gestures.md
+++ b/docs/utilities/gestures.md
@@ -119,7 +119,7 @@ constructor(private gestureCtrl: GestureController) {
-Developers using React should install the latest version of `@ionic/react`. Full React wrappers are coming soon!
+Developers using React should install the latest version of `@ionic/react`.
```tsx
import { createGesture, Gesture } from '@ionic/react';
diff --git a/versioned_docs/version-v7/api/datetime-button.md b/versioned_docs/version-v7/api/datetime-button.md
index 8d7e809c11e..536c4616935 100644
--- a/versioned_docs/version-v7/api/datetime-button.md
+++ b/versioned_docs/version-v7/api/datetime-button.md
@@ -51,13 +51,6 @@ import FormatOptions from '@site/static/usage/v7/datetime-button/format-options/
`ion-datetime-button` must be associated with a mounted `ion-datetime` instance. As a result, [Inline Modals](./modal#inline-modals-recommended) and [Inline Popovers](./popover#inline-popovers) with the `keepContentsMounted` property set to `true` must be used.
-{/* ## Customization */}
-{/* TODO */}
-{/* ### Buttons */}
-{/* TODO */}
-{/* ### Theming */}
-{/* TODO */}
-
## Properties
diff --git a/versioned_docs/version-v7/api/item.md b/versioned_docs/version-v7/api/item.md
index b58fb4d32c4..598cae79c9e 100644
--- a/versioned_docs/version-v7/api/item.md
+++ b/versioned_docs/version-v7/api/item.md
@@ -292,13 +292,6 @@ import DetailArrows from '@site/static/usage/v7/item/detail-arrows/index.md';
-{/* TODO add this functionality back as a css variable */}
-{/* This feature is not enabled by default on clickable items for the `md` mode, but it can be enabled by setting the following CSS variable: */}
-{/* ```css */}
-{/* --item-detail-push-show: true; */}
-{/* ``` */}
-{/* See the [theming documentation](/docs/theming/css-variables) for more information. */}
-
## Item Lines
Items show an inset bottom border by default. The border has padding on the left and does not appear under any content that is slotted in the `"start"` slot. The `lines` property can be modified to `"full"` or `"none"` which will show a full width border or no border, respectively.
diff --git a/versioned_docs/version-v7/cli.md b/versioned_docs/version-v7/cli.md
index df4e01df543..c976b1a9f82 100644
--- a/versioned_docs/version-v7/cli.md
+++ b/versioned_docs/version-v7/cli.md
@@ -37,8 +37,6 @@ Be sure to run `ionic --help` in your project directory.
For some commands, such as `ionic serve`, the help documentation is contextual to the type of your project, e.g. React vs Angular.
:::
-{/* TODO: image? */}
-
## Architecture
The Ionic CLI is built with [TypeScript](/docs/reference/glossary#typescript) and [Node.js](/docs/reference/glossary#node). It supports Node 10.3+, but the latest Node LTS is always recommended. Follow development on the open source GitHub repository.
diff --git a/versioned_docs/version-v7/core-concepts/what-are-progressive-web-apps.md b/versioned_docs/version-v7/core-concepts/what-are-progressive-web-apps.md
index 5a79546a606..46b425a49bc 100644
--- a/versioned_docs/version-v7/core-concepts/what-are-progressive-web-apps.md
+++ b/versioned_docs/version-v7/core-concepts/what-are-progressive-web-apps.md
@@ -11,8 +11,6 @@ title: Progressive Web Apps
/>
-{/* TOC goes here */}
-
### The web...but better
A Progressive Web App (PWA) is a web app that uses modern web capabilities to deliver an app-like experience to users.
diff --git a/versioned_docs/version-v7/reference/versioning.md b/versioned_docs/version-v7/reference/versioning.md
index 9f17aa98877..6b2e95fa228 100644
--- a/versioned_docs/version-v7/reference/versioning.md
+++ b/versioned_docs/version-v7/reference/versioning.md
@@ -1,7 +1,5 @@
# Versioning
-{/* TOC goes here */}
-
Ionic Framework follows the Semantic Versioning (SemVer) convention: major.minor.patch. Incompatible API changes increment the major version, adding backwards-compatible functionality increments the minor version, and backwards-compatible bug fixes increment the patch version.
## Release Schedule
diff --git a/versioned_docs/version-v7/utilities/gestures.md b/versioned_docs/version-v7/utilities/gestures.md
index dcc4772e2fe..2324da88ca6 100644
--- a/versioned_docs/version-v7/utilities/gestures.md
+++ b/versioned_docs/version-v7/utilities/gestures.md
@@ -119,7 +119,7 @@ constructor(private gestureCtrl: GestureController) {
-Developers using React should install the latest version of `@ionic/react`. Full React wrappers are coming soon!
+Developers using React should install the latest version of `@ionic/react`.
```tsx
import { createGesture, Gesture } from '@ionic/react';