From 174df5019d22f56dc8f743220a6b1a0ec09bb1b0 Mon Sep 17 00:00:00 2001
From: Marie Lucca <40550942+francinelucca@users.noreply.github.com>
Date: Tue, 3 Dec 2024 21:35:18 -0500
Subject: [PATCH] docs: update React Ids & Delete Filter List (#898)
* docs: update react ids and remove filter list
* test: pull data from draft PRC pr
* Revert "test: pull data from draft PRC pr"
This reverts commit ff4d9537e19fab0807f8e8c9db2ce01dd8af2fe9.
---
content/components/page-header.mdx | 2 +-
content/components/tab-panels.mdx | 1 -
content/deprecated-components/filter-list.mdx | 22 -------------------
3 files changed, 1 insertion(+), 24 deletions(-)
delete mode 100644 content/deprecated-components/filter-list.mdx
diff --git a/content/components/page-header.mdx b/content/components/page-header.mdx
index a2e85566e..2818478fe 100644
--- a/content/components/page-header.mdx
+++ b/content/components/page-header.mdx
@@ -1,6 +1,6 @@
---
title: Page header
-reactId: drafts_page_header
+reactId: page_header
description: Page header determines the top-level headings of a UI.
---
diff --git a/content/components/tab-panels.mdx b/content/components/tab-panels.mdx
index 45753cafd..b080c1a8b 100644
--- a/content/components/tab-panels.mdx
+++ b/content/components/tab-panels.mdx
@@ -1,7 +1,6 @@
---
title: Tab panels
description: Tab panels let users switch between views in the same context.
-reactId: tab_panels
railsIds:
- Primer::Alpha::TabPanels
---
diff --git a/content/deprecated-components/filter-list.mdx b/content/deprecated-components/filter-list.mdx
deleted file mode 100644
index 89a0721d4..000000000
--- a/content/deprecated-components/filter-list.mdx
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: Filter list
-description: The FilterList component is a menu with filter options that filter the main content of the page.
-reactId: filter_list
----
-
-import ComponentLayout from '~/src/layouts/component-layout'
-import {Link, Text} from '@primer/react'
-import {Link as GatsbyLink} from 'gatsby'
-export default ComponentLayout
-import {AccessibilityLink} from '~/src/components/accessibility-link'
-
-
- Guidelines for this component are in progress
- Interested in contributing? Review the guidelines for writing component documentation and open a pull request in our documentation repository.
-
-
-## Accessibility
-
-### Known accessibility issues (GitHub staff only)
-
-