Skip to content

Commit

Permalink
[docs-infra] Fix broken anchor links (#40908)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 21, 2024
1 parent b5360a6 commit 274f1e6
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion docs/translations/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"required": "Required",
"optional": "Optional",
"additional-info": {
"cssApi": "See <a href='#css'>CSS API</a> below for more details.",
"cssApi": "See <a href='#classes'>CSS classes API</a> below for more details.",
"sx": "See the <a href='/system/getting-started/the-sx-prop/'>`sx` page</a> for more details.",
"slotsApi": "See <a href='#slots'>Slots API</a> below for more details.",
"joy-size": "To learn how to add custom sizes to the component, check out <a href='/joy-ui/customization/themed-components/#extend-sizes'>Themed components—Extend sizes</a>.",
Expand Down
1 change: 0 additions & 1 deletion packages/mui-material-next/src/ButtonBase/Ripple.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ function Ripple(props: RippleProps) {
Ripple.propTypes = {
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
className: PropTypes.string,
Expand Down
1 change: 0 additions & 1 deletion packages/mui-material-next/src/ButtonBase/TouchRipple.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ TouchRipple.propTypes = {
center: PropTypes.bool,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object,
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ NotchedOutline.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object,
/**
Expand Down
1 change: 0 additions & 1 deletion packages/mui-material-next/src/Select/SelectInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ SelectInput.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object,
/**
Expand Down
1 change: 0 additions & 1 deletion packages/mui-material/src/ButtonBase/Ripple.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ function Ripple(props) {
Ripple.propTypes = {
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object.isRequired,
className: PropTypes.string,
Expand Down
1 change: 0 additions & 1 deletion packages/mui-material/src/ButtonBase/TouchRipple.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ TouchRipple.propTypes = {
center: PropTypes.bool,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object,
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ NativeSelectInput.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object,
/**
Expand Down
1 change: 0 additions & 1 deletion packages/mui-material/src/OutlinedInput/NotchedOutline.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ NotchedOutline.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object,
/**
Expand Down
1 change: 0 additions & 1 deletion packages/mui-material/src/Radio/RadioButtonIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ RadioButtonIcon.propTypes = {
checked: PropTypes.bool,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object,
/**
Expand Down
1 change: 0 additions & 1 deletion packages/mui-material/src/Select/SelectInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,6 @@ SelectInput.propTypes = {
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object,
/**
Expand Down
1 change: 0 additions & 1 deletion packages/mui-material/src/internal/SwitchBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ SwitchBase.propTypes = {
checkedIcon: PropTypes.node.isRequired,
/**
* Override or extend the styles applied to the component.
* See [CSS API](#css) below for more details.
*/
classes: PropTypes.object,
/**
Expand Down

0 comments on commit 274f1e6

Please sign in to comment.