diff --git a/packages/example/src/data/nav-items.yaml b/packages/example/src/data/nav-items.yaml
index 78beca1ab..a09156ab7 100644
--- a/packages/example/src/data/nav-items.yaml
+++ b/packages/example/src/data/nav-items.yaml
@@ -12,8 +12,6 @@
- path: /contributions
- title: Guides
pages:
- - title: Testing tabs
- path: /guides/testing-tabs/whats-new
- title: Configuration
path: /guides/configuration
- title: Authoring MDX
diff --git a/packages/example/src/pages/guides/navigation/nav.mdx b/packages/example/src/pages/guides/navigation/nav.mdx
deleted file mode 100644
index 2bfe14cb6..000000000
--- a/packages/example/src/pages/guides/navigation/nav.mdx
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: Navigation
-tabs: ['Sidebar', 'Tabs', 'Nav']
-description: guide for building a page using tab navigation
----
-
-
-
-You have the option of adding tabs to your pages. This is only recommended if
-you have several pages that will use the same tabs. If you only have one page
-with a set of tabs, it might be better for discoverability to change the tabs to
-menu items.
-
-
-
-## Nav
diff --git a/packages/example/src/pages/guides/navigation/sidebar.mdx b/packages/example/src/pages/guides/navigation/sidebar.mdx
index 54b184967..8b9d923c3 100644
--- a/packages/example/src/pages/guides/navigation/sidebar.mdx
+++ b/packages/example/src/pages/guides/navigation/sidebar.mdx
@@ -1,6 +1,6 @@
---
title: Navigation
-tabs: ['Sidebar', 'Tabs', 'Nav']
+tabs: ['Sidebar', 'Tabs']
description: guide for adding and maintaining the sidebar entries
---
diff --git a/packages/example/src/pages/guides/navigation/tabs.mdx b/packages/example/src/pages/guides/navigation/tabs.mdx
index f0c0aa79d..884c9aafd 100644
--- a/packages/example/src/pages/guides/navigation/tabs.mdx
+++ b/packages/example/src/pages/guides/navigation/tabs.mdx
@@ -1,6 +1,6 @@
---
title: Navigation
-tabs: ['Sidebar', 'Tabs', 'Nav']
+tabs: ['Sidebar', 'Tabs']
description: guide for building a page using tab navigation
---
diff --git a/packages/example/src/pages/guides/testing-tabs/tabs.mdx b/packages/example/src/pages/guides/testing-tabs/tabs.mdx
deleted file mode 100644
index bb4a396ce..000000000
--- a/packages/example/src/pages/guides/testing-tabs/tabs.mdx
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: Testing tabs
-tabs: ['Testing', 'Tabs', 'What’s new']
-description: guide for building a page using tab navigation
----
-
-
-
-You have the option of adding tabs to your pages. This is only recommended if
-you have several pages that will use the same tabs. If you only have one page
-with a set of tabs, it might be better for discoverability to change the tabs to
-menu items.
-
-
-
-## Tabs
diff --git a/packages/example/src/pages/guides/testing-tabs/testing.mdx b/packages/example/src/pages/guides/testing-tabs/testing.mdx
deleted file mode 100644
index 67ce5f456..000000000
--- a/packages/example/src/pages/guides/testing-tabs/testing.mdx
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: Testing tabs
-tabs: ['Testing', 'Tabs', 'What’s new']
-description: guide for building a page using tab navigation
----
-
-
-
-You have the option of adding tabs to your pages. This is only recommended if
-you have several pages that will use the same tabs. If you only have one page
-with a set of tabs, it might be better for discoverability to change the tabs to
-menu items.
-
-
-
-## Testing
diff --git a/packages/example/src/pages/guides/testing-tabs/whats-new.mdx b/packages/example/src/pages/guides/testing-tabs/whats-new.mdx
deleted file mode 100644
index 1809cee45..000000000
--- a/packages/example/src/pages/guides/testing-tabs/whats-new.mdx
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: Testing tabs
-tabs: ['Testing', 'Tabs', 'What’s new']
-description: guide for building a page using tab navigation
----
-
-
-
-You have the option of adding tabs to your pages. This is only recommended if
-you have several pages that will use the same tabs. If you only have one page
-with a set of tabs, it might be better for discoverability to change the tabs to
-menu items.
-
-
-
-## What’s new