From 202bde58ac361053f5c905af58792d12ceeff9ef Mon Sep 17 00:00:00 2001 From: Josefina Mancilla Date: Tue, 29 Sep 2020 16:16:20 -0700 Subject: [PATCH] fix: remove tabs testing pages --- packages/example/src/data/nav-items.yaml | 2 -- .../example/src/pages/guides/navigation/nav.mdx | 16 ---------------- .../src/pages/guides/navigation/sidebar.mdx | 2 +- .../example/src/pages/guides/navigation/tabs.mdx | 2 +- .../src/pages/guides/testing-tabs/tabs.mdx | 16 ---------------- .../src/pages/guides/testing-tabs/testing.mdx | 16 ---------------- .../src/pages/guides/testing-tabs/whats-new.mdx | 16 ---------------- 7 files changed, 2 insertions(+), 68 deletions(-) delete mode 100644 packages/example/src/pages/guides/navigation/nav.mdx delete mode 100644 packages/example/src/pages/guides/testing-tabs/tabs.mdx delete mode 100644 packages/example/src/pages/guides/testing-tabs/testing.mdx delete mode 100644 packages/example/src/pages/guides/testing-tabs/whats-new.mdx 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