Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move deprecated components to a folder #1705

Merged
merged 3 commits into from
Dec 9, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Dialog
status: Deprecated
---

import State from '../components/State'
import State from '../../components/State'

The dialog component is used for all modals. It renders on top of the rest of the app with an overlay.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions docs/src/@primer/gatsby-theme-doctocat/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@
url: /CounterLabel
- title: Details & useDetails
url: /Details
- title: Dialog
url: /Dialog
- title: Dropdown
url: /Dropdown
- title: FilteredSearch
url: /FilteredSearch
- title: FilterList
Expand Down Expand Up @@ -99,8 +95,6 @@
url: /ProgressBar
- title: Radio
url: /Radio
- title: SelectMenu
url: /SelectMenu
- title: SideNav
url: /SideNav
- title: Spinner
Expand Down Expand Up @@ -132,10 +126,16 @@
- title: Deprecated
children:
- title: BorderBox
url: /BorderBox
url: /deprecated/BorderBox
- title: Flex
url: /Flex
url: /deprecated/Flex
- title: Grid
url: /Grid
url: /deprecated/Grid
- title: Position
url: /Position
url: /deprecated/Position
- title: Dialog
url: /deprecated/Dialog
- title: Dropdown
url: /deprecated/Dropdown
- title: SelectMenu
url: /deprecated/SelectMenu