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

[docs] Fix /base-ui redirect and prune links #45083

Merged
merged 9 commits into from
Jan 22, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update links on Joy component pages
mj12albert committed Jan 22, 2025
commit 01fb0a8f773842c50c32fd5498251723678eec6e
1 change: 1 addition & 0 deletions docs/data/joy/components/accordion/accordion.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ title: React Accordion component
components: Accordion, AccordionDetails, AccordionGroup, AccordionSummary
githubLabel: 'component: accordion'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/accordion/
unstyled: https://base-ui.com/react/components/accordion
Copy link
Member Author

@mj12albert mj12albert Jan 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the Joy UI docs, I've added the corresponding (new) Base UI page when applicable
e.g. https://deploy-preview-45084--material-ui.netlify.app/joy-ui/react-accordion/#unstyled

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good shout

---

# Accordion
1 change: 0 additions & 1 deletion docs/data/joy/components/badge/badge.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@ productId: joy-ui
title: React Badge component
components: Badge
githubLabel: 'component: badge'
unstyled: /base-ui/react-badge/
---

# Badge
1 change: 0 additions & 1 deletion docs/data/joy/components/button/button.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ title: React Button component
components: Button, IconButton
githubLabel: 'component: button'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/button/
unstyled: /base-ui/react-button/
---

# Button
1 change: 1 addition & 0 deletions docs/data/joy/components/checkbox/checkbox.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ title: React Checkbox component
components: Checkbox
githubLabel: 'component: checkbox'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/
unstyled: https://base-ui.com/react/components/checkbox
---

# Checkbox
1 change: 1 addition & 0 deletions docs/data/joy/components/divider/divider.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ productId: joy-ui
title: React Divider component
components: Divider
githubLabel: 'component: divider'
unstyled: https://base-ui.com/react/components/separator
---

# Divider
2 changes: 1 addition & 1 deletion docs/data/joy/components/input/input.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
productId: joy-ui
title: React Input component
components: FormControl, FormHelperText, FormLabel, Input
unstyled: /base-ui/react-input/
unstyled: https://base-ui.com/react/components/input
---

# Input
2 changes: 1 addition & 1 deletion docs/data/joy/components/menu/menu.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ title: React Menu component
components: Menu, MenuItem, MenuList, MenuButton
githubLabel: 'component: menu'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/menu-button/
unstyled: /base-ui/react-menu/
unstyled: https://base-ui.com/react/components/menu
---

# Menu
1 change: 1 addition & 0 deletions docs/data/joy/components/modal/modal.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ title: React Modal component
components: Modal, ModalClose, ModalDialog, ModalOverflow, DialogTitle, DialogContent, DialogActions
githubLabel: 'component: modal'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/
unstyled: https://base-ui.com/react/components/dialog
---

# Modal
1 change: 1 addition & 0 deletions docs/data/joy/components/radio-button/radio-button.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ title: React Radio Button component
components: Radio, RadioGroup
githubLabel: 'component: radio'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/radio/
unstyled: https://base-ui.com/react/components/radio
---

# Radio
2 changes: 1 addition & 1 deletion docs/data/joy/components/select/select.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ title: React Select component
components: Select, Option
githubLabel: 'component: select'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-select-only/
unstyled: /base-ui/react-select/
unstyled: https://base-ui.com/react/components/select
---

# Select
2 changes: 1 addition & 1 deletion docs/data/joy/components/slider/slider.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ productId: joy-ui
title: React Slider component
components: Slider
githubLabel: 'component: slider'
unstyled: /base-ui/react-slider/
unstyled: https://base-ui.com/react/components/slider
---

# Slider
2 changes: 1 addition & 1 deletion docs/data/joy/components/switch/switch.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ productId: joy-ui
title: React Switch component
components: Switch
githubLabel: 'component: switch'
unstyled: /base-ui/react-switch/
unstyled: https://base-ui.com/react/components/switch
---

# Switch
2 changes: 1 addition & 1 deletion docs/data/joy/components/tabs/tabs.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ title: React Tabs component
components: Tab, TabList, TabPanel, Tabs
githubLabel: 'component: tabs'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tabs/
unstyled: /base-ui/react-tabs/
unstyled: https://base-ui.com/react/components/menu
---

# Tabs
1 change: 1 addition & 0 deletions docs/data/joy/components/text-field/text-field.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
productId: joy-ui
title: React Text Field component
githubLabel: 'component: text field'
unstyled: https://base-ui.com/react/components/field
---

# Text Field
1 change: 0 additions & 1 deletion docs/data/joy/components/textarea/textarea.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@ productId: joy-ui
title: React Textarea component
components: Textarea
githubLabel: 'component: TextareaAutosize'
unstyled: /base-ui/react-textarea-autosize/
---

# Textarea
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ productId: joy-ui
title: React Toggle Button Group component
githubLabel: 'component: toggle button'
components: ToggleButtonGroup, Button, IconButton
unstyled: https://base-ui.com/react/components/toggle-group
---

# Toggle Button Group
1 change: 1 addition & 0 deletions docs/data/joy/components/tooltip/tooltip.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ title: React Tooltip component
components: Tooltip
githubLabel: 'component: tooltip'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/
unstyled: https://base-ui.com/react/components/tooltip
---

# Tooltip