Skip to content

Commit

Permalink
Move deprecated components to a folder (#1705)
Browse files Browse the repository at this point in the history
* Move deprecated components to a folder

* fix url + move deprecated components down
  • Loading branch information
siddharthkp authored and pksjce committed Dec 19, 2021
1 parent f99705a commit f9a9326
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
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

0 comments on commit f9a9326

Please sign in to comment.