` element. Next add/update a warning message to the `.note` element, as well as the `.warning` class.
-
- ```html live
-
-```
-
-### Form actions
-
-Align buttons to the right—via `float: right` on the buttons—in forms with `.form-actions`. The floats are automatically cleared for you.
-
-```html live
-
-```
-
-## Checkboxes and radios
-
-Utilities to control alignment and styling of checkbox and radio controls.
-
-```html live
-
-```
-
-### Toggle content visibility based on a checkbox or radio button state
-
-Content that is hidden by default should only be done so if it is non-essential for the context of the surrounding content. Be sure to use the `aria-live="polite"` attribute on the parent label for added content to be announced when displayed.
-
-```html live
-
-```
-
-## Radio group
-
-Radio groups are tab like controls. Their blue border gives extra emphasis to what is selected.
-
-```html live
-
-```
-
-Adding `octicon` icons is also supported. To disable an option, use the `disabled` attribute.
-
-```html live
-
-```
diff --git a/docs/content/components/header.md b/docs/content/components/header.md
deleted file mode 100644
index a16a179f..00000000
--- a/docs/content/components/header.md
+++ /dev/null
@@ -1,104 +0,0 @@
----
-title: Header
-path: components/header
-status: Stable
-source: 'https://github.com/primer/css/tree/main/src/header'
-bundle: header
----
-
-Use the Header component to create a header that has all of its items aligned vertically with consistent horizontal spacing.
-
-## Header
-
-The `.Header` class is the wrapping class that aligns all the items properly and gives the header its dark background. Each direct child of the `.Header` component is expected to be a `.Header-item` component. The component utilizes flexbox CSS to align all these items properly and applies spacing scale margin.
-
-```html live
-
-
-```
-
-## Header-item
-
-All items directly under the `.Header` component should be a `.Header-item` component. Inside these components can be anything (text, forms, images...), and the `.Header-item` component will make sure these elements vertically align with each other.
-
-`.Header-item` elements have a built-in margin that will need to be overridden with the `mr-0` utility class for the last element in the container. We relied on the utility classes here instead of `:last-child` because the last child isn't always the item visible. On responsive pages, there's a mobile menu that gets presented to the user at smaller breakpoints.
-
-```html live
-
-
-```
-
-
-
-### Header-item--full
-
-The `.Header-item` element has a modifier class, `.Header-item--full`, that stretches it to fill the available space and push any remaining items to the right.
-
-```html live
-
-
-```
-
-## Header-link
-
-Add the `.Header-link` class to any anchor tags in the header to give them consistent styling and hover opacity. This class makes the links white, bold and 70% fade on hover.
-
-```html live
-
-```
diff --git a/docs/content/components/index.md b/docs/content/components/index.md
deleted file mode 100644
index 203ab6dd..00000000
--- a/docs/content/components/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-title: Components
-path: components/index
----
-
-Components make it easier to mark up a set of elements that are commonly grouped together with similar visual styles. Their base styles are shared and variants are added with modifier classes, so usually components are comprised of multiple classes. Most importantly, components should be highly reusable across the site, rather than built for specific pages or features. To achieve this:
-
-* **Separate structure and skin:** This means to define repeating visual features (like background and border styles) as separate “skins” that you can mix-and-match with your various components to achieve a large amount of visual variety without much code.
-* **Separate container and content:** Essentially, this means “rarely use location-dependent styles”. A component should look the same no matter where you put it.
diff --git a/docs/content/components/labels.md b/docs/content/components/labels.md
deleted file mode 100644
index 24645699..00000000
--- a/docs/content/components/labels.md
+++ /dev/null
@@ -1,101 +0,0 @@
----
-title: Labels
-path: components/labels
-status_issue: 'https://github.com/github/design-systems/issues/332'
-status: Stable
-source: 'https://github.com/primer/css/tree/main/src/labels'
-rails: 'https://primer.style/view-components/components/beta/label'
-bundle: labels
----
-
-Labels add metadata or indicate status of items and navigational elements.
-
-## Labels
-
-The base label component styles the text, adds padding and rounded corners, and a border. Labels come in various themes which apply different colors.
-
-GitHub also programmatically generates and applies a background color for labels on items such as issues and pull requests. Users are able to select any background color and the text color will adjust to work with light and dark background colors.
-
-The base `Label` style does not apply a background color and only uses the default border:
-
-```html live
-
-```
-
-### Label contrast
-
-Use `Label--primary` to create a label with a stronger border. This label is also neutral in color, however, since its border is stronger it can stand out more compared to the default `Label`.
-
-Use `Label--secondary` to create a label with a subtler text color. This label is neutral in color and can be used in contexts where all you need to communicate is metadata, or where you want a label to feel less prominent compared with labels with stronger colors.
-
-```html live
-
-```
-
-### Colored labels
-
-Labels come in a few different functional classes. Use to communicate the content of the label, and ensure it's used consistently.
-
-- `Label--accent`
-- `Label--success`
-- `Label--attention`
-- `Label--severe`
-- `Label--danger`
-- `Label--open`
-- `Label--closed`
-- `Label--done`
-- `Label--sponsors`
-
-```html live
-
-
-```
-
-### Label sizes
-
-If space allows, add the `Label--large` modifier to add a bit more padding to labels.
-
-```html live
-
-```
-
-### Inline labels
-
-Sometimes when adding a label the line-height can be increased. Or the parent element increases in height. If that is not desired, use the `Label--inline` modifier change to the `display` property to `inline`. The font-size also adapts.
-
-```html live
-
-```
-
-## Issue labels
-
-Issue labels are used for adding labels to issues and pull requests. They also come with emoji support.
-
-```html live
-
-```
-
-If an issue label needs to be bigger, add the `.IssueLabel--big` modifier.
-
-```html live
-
-```
diff --git a/docs/content/components/layout.md b/docs/content/components/layout.md
deleted file mode 100644
index 4bd3643f..00000000
--- a/docs/content/components/layout.md
+++ /dev/null
@@ -1,267 +0,0 @@
----
-title: Layout
-path: components/layout
-status: Alpha
-source: 'https://github.com/primer/css/tree/main/src/layout/layout.scss'
-rails: 'https://primer.style/view-components/components/alpha/layout'
-bundle: layout
----
-
-
-Build responsive-friendly page layouts with 2 columns.
-
-Use with .container-xx classes to limit the overall layout structure size.
-
-## Elements
-
-- `Layout-main`
-- `Layout-sidebar`
-- `Layout-divider`
-- `Layout-main-centered-md`
-- `Layout-main-centered-lg`
-- `Layout-main-centered-xl`
-
-Use `Layout-main-centered-xx` to wrap `container-xx` elements inside
-`Layout-main` so the content remains centered on the screen regardless
-of the sidebar position.
-
-## Default
-
-```html live
-
-```
-
-### Dividers
-
-Use `Layout--divided` in conjunction with a `Layout-divider` to show a divider between the main content and the sidebar.
-Flowing as row:
-- default: shows a `1px` line between main and sidebar
-- `Layout-divider--flowRow-shallow`: shows a filled `8px` divider.
-- `Layout-divider--flowRow-hidden`: hides the divider
-
-
-```html live
-
-```
-
-## Modifiers
-
-### Sidebar sizing
-
-- Default: [md: 256px, lg: 296px]
-- `Layout--sidebar-narrow` [md: 240px, lg: 256px]
-- `Layout--sidebar-wide` [md: 296px, lg: 320px, xl: 344px]
-
-```html live
-
-
-```
-
-### Column gutter
-
-- Default: [md: 16px, lg: 24px]
-- `Layout--gutter-none`: 0px
-- `Layout--gutter-condensed` 16px
-- `Layout--gutter-spacious` [md: 16px, lg: 32px, xl: 40px]
-
-```html live
-
-```
-
-### Sidebar positioning
-
-- `Layout--sidebarPosition-start` (default): sidebar to the left
-- `Layout--sidebarPosition-end`: sidebar to the right
-
-```html live
-
-
-```
-
-### Sidebar positioning as rows
-
-- `Layout--sidebarPosition-flowRow-start` (default): when stacked, render the sidebar first
-- `Layout--sidebarPosition-flowRow-end`: when stacked, render the sidebar last
-- `Layout--sidebarPosition-flowRow-none`: when stacked, hide the sidebar
-
-```html live
-
-
-
-```
-
-### Layout stacking
-
-- Default: stacks when container is `sm`.
-- `Layout--flowRow-until-md`: stacks when container is `md`.
-- `Layout--flowRow-until-lg`: stacks when container is `lg`.
-
-```html live
-
-```
-
-### Nesting Layouts
-
-It is possible to nest `Layout` components to generate 3-column layouts.
-
-```html live
-
-```
-
-## Accessibility and keyboard navigation
-
-Keyboard navigation follows the markup order. Decide carefully how the
-focus order should be be by deciding whether `Layout-main` or `Layout-sidebar`
-comes first in code. The code order won’t affect the visual position.
diff --git a/docs/content/components/links.md b/docs/content/components/links.md
deleted file mode 100644
index d6eaa59d..00000000
--- a/docs/content/components/links.md
+++ /dev/null
@@ -1,74 +0,0 @@
----
-title: Links
-path: components/links
-status: Beta
-source: 'https://github.com/primer/css/tree/main/src/links'
-rails: 'https://primer.style/view-components/components/beta/link'
-bundle: links
----
-
-By default `
-```
-
-If you like to override the default link styles you can do so with the following link utilities. **Bear in mind that link styles are easier for more people to see and interact with when the changes in styles do not rely on color alone.**
-
-## Primary link
-
-Use `.Link--primary` to turn the link color to blue only on hover.
-
-```html live
-
-```
-
-## Secondary link
-
-Use `.Link--secondary` for a more subtle link color that turns blue on hover.
-
-```html live
-Some text with a
-```
-
-## Muted link
-
-Use `.Link--muted` also removes the underline on hover. Tip: You can also use the `.no-underline` utility to do the same for `.Link--primary`.
-
-```html live
-
-```
-
-## On hover link
-
-Use `.Link--onHover` to make any text color used with links to turn blue on hover. This is useful when you want only part of a link to turn blue on hover.
-
-```html live
-
-```
-
-## Link and color utilities
-
-Link classes in combination with [color utilities](../utilities/colors) lets you colorize information separately inside of a link but have all of the link turn into one color on hover.
-
-```html live
-
-```
diff --git a/docs/content/components/loaders.md b/docs/content/components/loaders.md
deleted file mode 100644
index 820558c1..00000000
--- a/docs/content/components/loaders.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: Loaders
-path: components/loaders
-status: Beta
-source: 'https://github.com/primer/css/tree/main/src/loaders'
-bundle: loaders
----
-
-Loaders inform users that an action is still in progress and might take a while to complete.
-
-## Animated ellipsis
-
-Add an animated ellipsis at the end of text with `
-```
-
-It can also be used in combination with other components.
-
-```html live
-
-```
diff --git a/docs/content/components/markdown.md b/docs/content/components/markdown.md
deleted file mode 100644
index 475347eb..00000000
--- a/docs/content/components/markdown.md
+++ /dev/null
@@ -1,493 +0,0 @@
----
-title: Markdown
-path: components/markdown
-status: Stable
-source: 'https://github.com/primer/css/tree/main/src/markdown'
-bundle: markdown
----
-
-
-```html live
-
-
Text can be bold, italic, or strikethrough. Links should be blue with no underlines (unless hovered over).
-
-
There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs.
-
-
There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs.
-
-
- There should be no margin above this first sentence.
- Blockquotes should be a lighter gray with a gray border along the left side.
- There should be no margin below this final sentence.
-
-
-
Header 1
-
-
This is a normal paragraph following a header. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong.
-
-
Header 2
-
-
This is a blockquote following a header. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong.
-
-
Header 3
-
-
This is a code block following a header.
-
-
Header 4
-
-
- - This is an unordered list following a header.
- - This is an unordered list following a header.
- - This is an unordered list following a header.
-
-
-
Header 5
-
-
- - This is an ordered list following a header.
- - This is an ordered list following a header.
- - This is an ordered list following a header.
-
-
-
Header 6
-
-
-
-
- What |
- Follows |
-
-
-
-
- A table |
- A header |
-
-
- A table |
- A header |
-
-
- A table |
- A header |
-
-
-
-
-
-
-
There's a horizontal rule above and below this.
-
-
-
-
Here is an unordered list:
-
-
- - Salt-n-Pepa
- - Bel Biv DeVoe
- - Kid 'N Play
-
-
-
And an ordered list:
-
-
- - Michael Jackson
- - Michael Bolton
- - Michael Bublé
-
-
-
And an unordered task list:
-
-
-
-
And a "mixed" task list:
-
-
-
- And a nested list:
-
-
- - Jackson 5
-
- - Michael
- - Tito
- - Jackie
- - Marlon
- - Jermaine
-
-
- - TMNT
-
- - Leonardo
- - Michelangelo
- - Donatello
- - Raphael
-
-
-
-
-
Definition lists can be used with HTML syntax. Definition terms are bold and italic.
-
-
- - Name
- - Godzilla
- - Born
- - 1952
- - Birthplace
- - Japan
- - Color
- - Green
-
-
-
-
-
Tables should have bold headings and alternating shaded rows.
-
-
-
-
- Artist |
- Album |
- Year |
-
-
-
-
- David Bowie |
- Scary Monsters |
- 1980 |
-
-
- Prince |
- Purple Rain |
- 1982 |
-
-
- Beastie Boys |
- License to Ill |
- 1986 |
-
-
- Janet Jackson |
- Rhythm Nation 1814 |
- 1989 |
-
-
-
-
-
If a table is too wide, it should condense down and/or scroll horizontally.
-
-
-
-
- Artist |
- Album |
- Year |
- Label |
- Songs |
-
-
-
-
- David Bowie |
- Scary Monsters |
- 1980 |
- RCA Records |
- It's No Game (No. 1), Up the Hill Backwards, Scary Monsters (And Super Creeps), Ashes to Ashes, Fashion, Teenage Wildlife, Scream Like a Baby, Kingdom Come, Because You're Young, It's No Game (No. 2) |
-
-
- Prince |
- Purple Rain |
- 1982 |
- Warner Brothers Records |
- Let's Go Crazy, Take Me With U, The Beautiful Ones, Computer Blue, Darling Nikki, When Doves Cry, I Would Die 4 U, Baby I'm a Star, Purple Rain |
-
-
- Beastie Boys |
- License to Ill |
- 1986 |
- Def Jam |
- Rhymin & Stealin, The New Style, She's Crafty, Posse in Effect, Slow Ride, Girls, Fight for Your Right, No Sleep till Brooklyn, Paul Revere, "Hold It Now, Hit It", Brass Monkey, Slow and Low, Time to Get Ill |
-
-
- Janet Jackson |
- Rhythm Nation 1814 |
- 1989 |
- A&M |
- Interlude: Pledge, Rhythm Nation, Interlude: T.V., State of the World, Interlude: Race, The Knowledge, Interlude: Let's Dance, Miss You Much, Interlude: Come Back, Love Will Never Do (Without You), Livin' in a World (They Didn't Make), Alright, Interlude: Hey Baby, Escapade, Interlude: No Acid, Black Cat, Lonely, Come Back to Me, Someday Is Tonight, Interlude: Livin'...In Complete Darkness |
-
-
-
-
-
-
-
Code snippets like var foo = "bar";
can be shown inline.
-
-
Also, this should vertically align
with this
and this.
-
-
Code can also be shown in a block element.
-
-
var foo = "bar";
-
-
Code can also use syntax highlighting.
-
-
var foo = "bar";
-
-
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
-
-
var foo = "The same thing is true for code with syntax highlighting. A single line of code should horizontally scroll if it is really long.";
-
-
Inline code inside table cells should still be distinguishable.
-
-
-
-
- Language |
- Code |
-
-
-
-
- JavasScript |
- var foo = "bar"; |
-
-
- Ruby |
- foo = "bar" |
-
-
-
-
-
-
-
The samp
HTML element is used to enclose inline text which represents sample (or quoted) output from a computer program. Here an example of an error message: File not found
-
-
-
-
Small images should be shown at their actual size.
-
-
-
-
Large images should always scale down and fit in the content container.
-
-
-
-
- Here's a simple footnote,1 and here's a longer one.2
-
-
-
-
-
This is the final element on the page and there should be no margin below this.
-
-```
-
-
-
-
-
diff --git a/docs/content/components/marketing-buttons.md b/docs/content/components/marketing-buttons.md
deleted file mode 100644
index 6e09b376..00000000
--- a/docs/content/components/marketing-buttons.md
+++ /dev/null
@@ -1,83 +0,0 @@
----
-title: Marketing buttons
-path: components/marketing-buttons
-status: Beta
-source: 'https://github.com/primer/css/tree/main/src/marketing/buttons'
-bundle: marketing-buttons
----
-
-Marketing buttons come in a few different colors and sizes that can be produced by combining the base class `btn-mktg` with a set of modifier classes.
-
-## Button types
-
-Marketing buttons can be solid (default), outlined (`muted`), borderless (`subtle`), or green (`signup`, only used for signing up).
-
-```html live
-
-```
-
-## Sizes
-
-Marketing buttons can be set to three different sizes:
-
-- Small: `btn-small-mktg`
-- Medium (default)
-- Large: `btn-large-mktg`
-
-```html live
-
-```
-
-## Animated arrow symbol
-
-Marketing buttons can include an animated arrow symbol, by adding a class `arrow-target-mktg` and including the SVG symbol:
-
-```html live
-
-```
diff --git a/docs/content/components/marketing-links.md b/docs/content/components/marketing-links.md
deleted file mode 100644
index 3832f9f6..00000000
--- a/docs/content/components/marketing-links.md
+++ /dev/null
@@ -1,76 +0,0 @@
----
-title: Marketing links
-path: components/marketing-links
-status: Beta
-source: 'https://github.com/primer/css/tree/main/src/marketing/links'
-bundle: marketing-links
----
-
-Marketing links can be produced by combining the base class `link-mktg` with a set of modifier classes to control the size and color.
-
-
-## Link sizes
-
-The marketing link size is defined with utility classes and come in large (`.f3-mktg`) and small (`.f4-mktg`):
-
-```html live
-
-```
-
-## Link with emphasis
-
-Add class `link-emphasis-mktg` to the link, to give it a pale underline, that will fill up on hover.
-
-```html live
-
-```
-
-
-## Link colors
-
-The link color is controlled with the [Primer color classes](/utilities/colors), while the symbol and underline styling will follow:
-
-```html live
-
-```
\ No newline at end of file
diff --git a/docs/content/components/menu.md b/docs/content/components/menu.md
deleted file mode 100644
index e3cddb7b..00000000
--- a/docs/content/components/menu.md
+++ /dev/null
@@ -1,86 +0,0 @@
----
-title: Menu
-path: components/menu
-status: Stable
-source: 'https://github.com/primer/css/tree/main/src/navigation'
-rails: 'https://primer.style/view-components/components/alpha/menu'
-bundle: navigation
----
-
-The menu is a vertical list of navigational links. **A menu's width and placement must be set by you.** If you like, just use our grid columns as a parent. Otherwise, apply a custom `width`.
-
-```html live title="Menu"
-
-```
-
-There are a few subcomponents and add-ons that work well with the menu, including avatars, counters, and Octicons.
-
-```html live
-
-```
-
-You can also add optional headings to a menu. Feel free to use nearly any semantic element with the `.menu-heading` class, including inline elements, headings, and more.
-
-```html live title="Menu with heading"
-
-```
diff --git a/docs/content/components/navigation.md b/docs/content/components/navigation.md
deleted file mode 100644
index c919cd1c..00000000
--- a/docs/content/components/navigation.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: Navigation
-path: components/navigation
-status: Stable
-source: 'https://github.com/primer/css/tree/main/src/navigation'
-bundle: navigation
----
-
-Primer CSS comes with several navigation components. Some were designed with singular purposes, while others were design to be more flexible and appear quite frequently.
-
-- [Menu](./menu)
-- [Underline nav](./underline-nav)
-- [Side nav](./side-nav)
-- [Tabnav](./tabnav)
-- [Filter list](./filter-list)
-- [Sub navigation](./subnav)
diff --git a/docs/content/components/pagination.md b/docs/content/components/pagination.md
deleted file mode 100644
index 6f552da5..00000000
--- a/docs/content/components/pagination.md
+++ /dev/null
@@ -1,49 +0,0 @@
----
-title: Pagination
-path: components/pagination
-status: Beta
-source: 'https://github.com/primer/css/tree/main/src/pagination'
-bundle: pagination
----
-
-Use the pagination component to apply button styles to a connected set of links that go to related pages (for example, previous, next, or page numbers).
-
-## Previous/next pagination
-
-You can make a very simple pagination container with just the Previous and Next buttons. Add the `aria-disabled="true"` attribute to the `Previous` button if there isn't a preceding page, or to the `Next` button if there isn't a succeeding page.
-
-```html live
-
-```
-
-## Numbered pagination
-
-For pagination across multiple pages, make sure it's clear to the user where they are in a set of pages.
-
-To do this, add anchor links to the `pagination` element. Previous and Next buttons should always be present. Add the `aria-disabled="true"` attribute to the Previous button if you're on the first page. Apply the `aria-current="page"` attribute to the current numbered page.
-
-As always, make sure to include the appropriate `aria` attributes to make the element accessible.
-
-- Add `aria-label="Pagination"` to the `paginate-container` element.
-- Add `aria-label="Page X"` to each anchor link.
-
-```html live
-
-```
diff --git a/docs/content/components/popover.md b/docs/content/components/popover.md
deleted file mode 100644
index 95abd25a..00000000
--- a/docs/content/components/popover.md
+++ /dev/null
@@ -1,241 +0,0 @@
----
-title: Popover
-path: components/popover
-status: Alpha
-source: 'https://github.com/primer/css/tree/main/src/popover'
-storybook: 'https://primer.style/css/storybook/?path=/story/components-popover--playground'
-rails: 'https://primer.style/view-components/components/beta/popover'
-bundle: popover
----
-
-
-Popovers are used to bring attention to specific user interface elements, typically to suggest an action or to guide users through a new experience.
-
-| Class | Description |
-| :- | :- |
-| `Popover` | Block element, position absolute |
-| `Popover-message` | Child element, content and caret |
-
-In the examples below, `Popover-message`, in particular, uses a handful of utility classes to style it appropriately. And these are intended to demonstrate the default, go-to presentation for the popover's message. By default, the message's caret is centered on the top edge of the message.
-
-The `Popover-message` element also supports several modifiers. By default, the caret is shown on the top edge of the message, horizontally centered. To change the caret's position, use one of the following modifiers.
-
-### Variants
-
-| Class | Description |
-| :- | :- |
-| `Popover-message--bottom` | Caret bottom |
-| `Popover-message--right` | Caret right |
-| `Popover-message--left` | Caret left |
-| `Popover-message--bottom-left` | Caret bottom left |
-| `Popover-message--bottom-right` | Caret bottom right |
-| `Popover-message--left-bottom` | Caret left bottom |
-| `Popover-message--left-top` | Caret left top |
-| `Popover-message--right-bottom` | Caret right bottom |
-| `Popover-message--right-top` | Caret right top |
-| `Popover-message--top-left` | Caret top left |
-| `Popover-message--top-right` | Caret top right |
-| `Popover-message--large` | Larger width on screens wider than 544px |
-
-### Notes
-
-The samples below include optional markup, like:
-- An outermost container that establishes stacking context (e.g. `position-relative`).
-- A choice piece of user interface (a button, in this case) to relate the popover to.
-- Use of the `Details` and `js-details` family of class names, which interact with JavaScript to demonstrate dismissal of the popover by clicking the nested "Got it!" button.
-
-For screen sizes smaller than 767px, `Popover` will appear full-width and without a caret.
-
-## Basic example
-Defaults to caret oriented top-center.
-
-```html live title="Default (top-center)"
-
-```
diff --git a/docs/content/components/progress.md b/docs/content/components/progress.md
deleted file mode 100644
index 5df3f317..00000000
--- a/docs/content/components/progress.md
+++ /dev/null
@@ -1,74 +0,0 @@
----
-title: Progress
-path: components/progress
-status: Beta
-source: 'https://github.com/primer/css/tree/main/src/progress'
-rails: 'https://primer.style/view-components/components/beta/progressbar'
-bundle: progress
----
-
-Use progress components to visualize task completion. The `Progress` class adds a background color and aligns its children horizontally with flexbox. The children (`Progress-item`) should be individually colored with [background utilities](/utilities/colors#background-colors) and sized with inline `width` styles in percentages. Overflow is hidden, so children that overflow will be clipped.
-
-```html live
-
-```
-
-## Large progress
-
-Large progress bars are slightly taller than the default.
-
-```html live
-
-```
-
-## Small progress
-
-Small progress bars are shorter than the default.
-
-```html live
-
-```
-
-## Inline progress
-
-For inline progress indicators, use the `Progress` and `d-inline-flex` with an inline element such as `