Skip to content

Commit

Permalink
[docs-infra] Add GitHub source link to components (#43228)
Browse files Browse the repository at this point in the history
Co-authored-by: alex <alex.fauquette@gmail.com>
  • Loading branch information
Jay-Karia and alexfauquette committed Aug 20, 2024
1 parent f9425c5 commit e52c45e
Show file tree
Hide file tree
Showing 54 changed files with 74 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/data/material/components/accordion/accordion.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ components: Accordion, AccordionActions, AccordionDetails, AccordionSummary
githubLabel: 'component: accordion'
materialDesign: https://m1.material.io/components/expansion-panels.html
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/accordion/
githubSource: packages/mui-material/src/Accordion
---

# Accordion
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/alert/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Alert component
components: Alert, AlertTitle
githubLabel: 'component: alert'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/alert/
githubSource: packages/mui-material/src/Alert
---

# Alert
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/app-bar/app-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: App Bar React component
components: AppBar, Toolbar, Menu
githubLabel: 'component: app bar'
materialDesign: https://m2.material.io/components/app-bars-top
githubSource: packages/mui-material/src/AppBar
---

# App Bar
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/autocomplete/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Autocomplete component
components: TextField, Popper, Autocomplete
githubLabel: 'component: autocomplete'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/combobox/
githubSource: packages/mui-material/src/Autocomplete
---

# Autocomplete
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/avatars/avatars.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ productId: material-ui
title: React Avatar component
components: Avatar, AvatarGroup, Badge
githubLabel: 'component: avatar'
githubSource: packages/mui-material/src/Avatar
---

# Avatar
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/backdrop/backdrop.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ productId: material-ui
title: Backdrop React Component
components: Backdrop
githubLabel: 'component: backdrop'
githubSource: packages/mui-material/src/Backdrop
---

# Backdrop
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/badges/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Badge component
components: Badge
githubLabel: 'component: badge'
unstyled: /base-ui/react-badge/
githubSource: packages/mui-material/src/Badge
---

# Badge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Bottom Navigation React component
components: BottomNavigation, BottomNavigationAction
githubLabel: 'component: bottom navigation'
materialDesign: https://m2.material.io/components/bottom-navigation
githubSource: packages/mui-material/src/BottomNavigation
---

# Bottom Navigation
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/box/box.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ productId: material-ui
title: React Box
components: Box
githubLabel: 'component: Box'
githubSource: packages/mui-material/src/Box
---

<!-- This page's content is duplicated (with some product-specific details) across the Material UI, Joy UI, and MUI System docs. Any changes should be applied to all three pages at the same time. -->
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/breadcrumbs/breadcrumbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Breadcrumbs component
components: Breadcrumbs, Link, Typography
githubLabel: 'component: breadcrumbs'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/breadcrumb/
githubSource: packages/mui-material/src/Breadcrumbs
---

# Breadcrumbs
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/button-group/button-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ productId: material-ui
title: React Button Group component
components: Button, ButtonGroup, LoadingButton
githubLabel: 'component: ButtonGroup'
githubSource: packages/mui-material/src/ButtonGroup
---

# Button Group
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/buttons/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ materialDesign: https://m2.material.io/components/buttons
githubLabel: 'component: button'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/button/
unstyled: /base-ui/react-button/
githubSource: packages/mui-material/src/Button
---

# Button
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/cards/cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Card component
components: Card, CardActionArea, CardActions, CardContent, CardHeader, CardMedia, Collapse, Paper
githubLabel: 'component: card'
materialDesign: https://m2.material.io/components/cards
githubSource: packages/mui-material/src/Card
---

# Card
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/checkboxes/checkboxes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ components: Checkbox, FormControl, FormGroup, FormLabel, FormControlLabel
materialDesign: https://m2.material.io/components/selection-controls#checkboxes
githubLabel: 'component: checkbox'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/
githubSource: packages/mui-material/src/Checkbox
---

# Checkbox
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/chips/chips.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Chip component
components: Chip
githubLabel: 'component: chip'
materialDesign: https://m2.material.io/components/chips
githubSource: packages/mui-material/src/Chip
---

# Chip
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/container/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ productId: material-ui
title: React Container component
components: Container, PigmentContainer
githubLabel: 'component: Container'
githubSource: packages/mui-material/src/Container
---

# Container
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/css-baseline/css-baseline.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
productId: material-ui
components: CssBaseline, ScopedCssBaseline
githubLabel: 'component: CssBaseline'
githubSource: packages/mui-material/src/CssBaseline
---

# CSS Baseline
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/dialogs/dialogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ components: Dialog, DialogTitle, DialogContent, DialogContentText, DialogActions
githubLabel: 'component: dialog'
materialDesign: https://m2.material.io/components/dialogs
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/
githubSource: packages/mui-material/src/Dialog
---

# Dialog
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/dividers/dividers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Divider component
components: Divider
githubLabel: 'component: divider'
materialDesign: https://m2.material.io/components/dividers
githubSource: packages/mui-material/src/Divider
---

# Divider
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/drawers/drawers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Drawer component
components: Drawer, SwipeableDrawer
githubLabel: 'component: drawer'
materialDesign: https://m2.material.io/components/navigation-drawer
githubSource: packages/mui-material/src/Drawer
---

# Drawer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Floating Action Button (FAB) component
components: Fab
githubLabel: 'component: Fab'
materialDesign: https://m2.material.io/components/buttons-floating-action-button
githubSource: packages/mui-material/src/Fab
---

# Floating Action Button
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/grid/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Grid component
components: Grid
githubLabel: 'component: Grid'
materialDesign: https://m2.material.io/design/layout/understanding-layout.html
githubSource: packages/mui-material/src/Grid
---

# Grid
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/grid2/grid2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Grid component
components: PigmentGrid, Grid2
githubLabel: 'component: Grid'
materialDesign: https://m2.material.io/design/layout/understanding-layout.html
githubSource: packages/mui-material/src/Grid2
---

# Grid version 2
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/hidden/hidden.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Hidden component
description: The Hidden component is deprecated, check out the migration guide for more details.
components: Hidden, PigmentHidden
githubLabel: 'component: Hidden'
githubSource: packages/mui-material/src/Hidden
---

# Hidden
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/image-list/image-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Image List React component
components: ImageList, ImageListItem, ImageListItemBar
materialDesign: https://m2.material.io/components/image-lists
githubLabel: 'component: image list'
githubSource: packages/mui-material/src/ImageList
---

# Image List
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/links/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ productId: material-ui
components: Link
githubLabel: 'component: link'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/link/
githubSource: packages/mui-material/src/Link
---

# Links
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/lists/lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React List component
components: Collapse, Divider, List, ListItem, ListItemButton, ListItemAvatar, ListItemIcon, ListItemSecondaryAction, ListItemText, ListSubheader
githubLabel: 'component: list'
materialDesign: https://m2.material.io/components/lists
githubSource: packages/mui-material/src/List
---

# Lists
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/menus/menus.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ githubLabel: 'component: menu'
materialDesign: https://m2.material.io/components/menus
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/menu-button/
unstyled: /base-ui/react-menu/
githubSource: packages/mui-material/src/Menu
---

# Menu
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/modal/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ components: Modal
githubLabel: 'component: modal'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/
unstyled: /base-ui/react-modal/
githubSource: packages/mui-material/src/Modal
---

# Modal
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/pagination/pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ productId: material-ui
title: React Pagination component
components: Pagination, PaginationItem, TablePagination
githubLabel: 'component: pagination'
githubSource: packages/mui-material/src/Pagination
---

# Pagination
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Paper component
components: Paper
githubLabel: 'component: Paper'
materialDesign: https://m2.material.io/design/environment/elevation.html
githubSource: packages/mui-material/src/Paper
---

# Paper
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/popover/popover.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ productId: material-ui
title: React Popover component
components: Grow, Popover
githubLabel: 'component: Popover'
githubSource: packages/mui-material/src/Popover
---

# Popover
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/popper/popper.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Popper component
components: Popper
githubLabel: 'component: Popper'
unstyled: /base-ui/react-popper/
githubSource: packages/mui-material/src/Popper
---

# Popper
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/progress/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Circular, Linear progress React components
components: CircularProgress, LinearProgress
githubLabel: 'component: progress'
materialDesign: https://m2.material.io/components/progress-indicators
githubSource: packages/mui-material/src/LinearProgress
---

# Progress
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ components: Radio, RadioGroup, FormControl, FormLabel, FormControlLabel
githubLabel: 'component: radio'
materialDesign: https://m2.material.io/components/selection-controls#radio-buttons
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/radio/
githubSource: packages/mui-material/src/RadioGroup
---

# Radio Group
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/rating/rating.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Rating component
components: Rating
githubLabel: 'component: rating'
waiAria: https://www.w3.org/WAI/tutorials/forms/custom-controls/#a-star-rating
githubSource: packages/mui-material/src/Rating
---

# Rating
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/selects/selects.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ githubLabel: 'component: select'
materialDesign: https://m2.material.io/components/menus#exposed-dropdown-menu
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-select-only/
unstyled: /base-ui/react-select/
githubSource: packages/mui-material/src/Select
---

# Select
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/skeleton/skeleton.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ productId: material-ui
title: React Skeleton component
components: Skeleton
githubLabel: 'component: skeleton'
githubSource: packages/mui-material/src/Skeleton
---

# Skeleton
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/slider/slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ githubLabel: 'component: slider'
materialDesign: https://m2.material.io/components/sliders
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/slider-multithumb/
unstyled: /base-ui/react-slider/
githubSource: packages/mui-material/src/Slider
---

# Slider
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/snackbars/snackbars.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ components: Snackbar, SnackbarContent
githubLabel: 'component: snackbar'
materialDesign: https://m2.material.io/components/snackbars
waiAria: https://www.w3.org/TR/wai-aria-1.1/#alert
githubSource: packages/mui-material/src/Snackbar
---

# Snackbar
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/speed-dial/speed-dial.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ components: SpeedDial, SpeedDialAction, SpeedDialIcon
githubLabel: 'component: speed dial'
materialDesign: https://m2.material.io/components/buttons-floating-action-button#types-of-transitions
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/menu-button/
githubSource: packages/mui-material/src/SpeedDial
---

# Speed Dial
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/stack/stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ productId: material-ui
title: React Stack component
components: Stack, PigmentStack
githubLabel: 'component: Stack'
githubSource: packages/mui-material/src/Stack
---

# Stack
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/steppers/steppers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: React Stepper component
components: MobileStepper, Step, StepButton, StepConnector, StepContent, StepIcon, StepLabel, Stepper
githubLabel: 'component: stepper'
materialDesign: https://m1.material.io/components/steppers.html
githubSource: packages/mui-material/src/Stepper
---

# Stepper
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/switches/switches.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ components: Switch, FormControl, FormGroup, FormLabel, FormControlLabel
githubLabel: 'component: switch'
materialDesign: https://m2.material.io/components/selection-controls#switches
unstyled: /base-ui/react-switch/
githubSource: packages/mui-material/src/Switch
---

# Switch
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/table/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ components: Table, TableBody, TableCell, TableContainer, TableFooter, TableHead,
githubLabel: 'component: table'
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/table/
materialDesign: https://m2.material.io/components/data-tables
githubSource: packages/mui-material/src/Table
---

# Table
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/tabs/tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ githubLabel: 'component: tabs'
materialDesign: https://m2.material.io/components/tabs
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tabs/
unstyled: /base-ui/react-tabs/
githubSource: packages/mui-material/src/Tabs
---

# Tabs
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/text-fields/text-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ components: FilledInput, FormControl, FormHelperText, Input, InputAdornment, Inp
githubLabel: 'component: text field'
materialDesign: https://m2.material.io/components/text-fields
unstyled: /base-ui/react-input/
githubSource: packages/mui-material/src/TextField
---

# Text Field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Toggle Button React component
components: ToggleButton, ToggleButtonGroup
githubLabel: 'component: toggle button'
materialDesign: https://m2.material.io/components/buttons#toggle-button
githubSource: packages/mui-material/src/ToggleButton
---

# Toggle Button
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/tooltips/tooltips.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ components: Tooltip
githubLabel: 'component: tooltip'
materialDesign: https://m2.material.io/components/tooltips
waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/
githubSource: packages/mui-material/src/Tooltip
---

# Tooltip
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/transitions/transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ productId: material-ui
title: React Transition component
components: Collapse, Fade, Grow, Slide, Zoom
githubLabel: 'component: transitions'
githubSource: packages/mui-material/src/transitions
---

# Transitions
Expand Down
Loading

0 comments on commit e52c45e

Please sign in to comment.