Skip to content

Commit 2fd33d8

Browse files
[core] Fix duplicate branch reference
1 parent a719dd3 commit 2fd33d8

File tree

43 files changed

+66
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+66
-66
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ For how-to questions that don't involve making changes to the code base, please
105105

106106
## Examples
107107

108-
<!-- #repo-reference -->
108+
<!-- #target-branch-reference -->
109109

110110
Our documentation features [a collection of example projects](https://github.com/mui/material-ui/tree/master/examples).
111111

docs/data/material/customization/dark-mode/dark-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Use the `theme.applyStyles()` utility to apply styles for a specific mode.
247247

248248
We recommend using this function over checking `theme.palette.mode` to switch between styles as it has more benefits:
249249

250-
<!-- #repo-reference -->
250+
<!-- #target-branch-reference -->
251251

252252
- It can be used with [Pigment CSS](https://github.com/mui/material-ui/tree/master/packages/pigment-css-react), our in-house zero-runtime CSS-in-JS solution.
253253
- It is generally more readable and maintainable.

docs/data/material/customization/palette/palette.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const theme = createTheme({
149149

150150
{{"demo": "ManuallyProvideCustomColor.js", "defaultCodeOpen": false}}
151151

152-
<!-- #repo-reference -->
152+
<!-- #target-branch-reference -->
153153

154154
If you need to manipulate colors, `@mui/material/styles` provides [a set of utilities](https://github.com/mui/material-ui/blob/master/packages/mui-material/src/styles/index.d.ts#L52-L67) to help with this.
155155
The following example uses the `alpha()` and `getContrastRatio()` utilities to define tokens using opacity:

docs/data/material/getting-started/example-projects/example-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Official integrations
66

7-
<!-- #repo-reference -->
7+
<!-- #target-branch-reference -->
88

99
The following integration examples are available in the [`/examples`](https://github.com/mui/material-ui/tree/master/examples) folder of the Material UI GitHub repository.
1010
These examples feature Material UI paired with other popular React libraries and frameworks, so you can skip the initial setup steps and jump straight into building.

docs/data/material/getting-started/installation/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ For instance, via Google Web Fonts:
156156

157157
You can start using Material UI right away with minimal front-end infrastructure by installing it via CDN, which is a great option for rapid prototyping.
158158

159-
<!-- #repo-reference -->
159+
<!-- #target-branch-reference -->
160160

161161
Follow [this CDN example](https://github.com/mui/material-ui/tree/master/examples/material-ui-via-cdn) to get started.
162162

docs/data/material/getting-started/supported-platforms/supported-platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You don't need to provide any JavaScript polyfill as it manages unsupported brow
1313
| :----- | :------ | :----- | :------------- | :----------- |
1414
| >= 121 | >= 115 | >= 109 | >= 15.4 | >= 15.4 |
1515

16-
<!-- #repo-reference -->
16+
<!-- #target-branch-reference -->
1717

1818
An extensive list can be found in our [.browserlistrc](https://github.com/mui/material-ui/blob/-/.browserslistrc#L12-L27) (check the `stable` entry).
1919

docs/data/material/getting-started/templates/blog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage
44

5-
<!-- #repo-reference -->
5+
<!-- #target-branch-reference -->
66

77
1. Copy these folders (`blog` and `shared-theme`) into your project, or one of the [example projects](https://github.com/mui/material-ui/tree/master/examples).
88
2. Make sure your project has the required dependencies: @mui/material, @mui/icons-material, @emotion/styled, @emotion/react, markdown-to-jsx.

docs/data/material/getting-started/templates/checkout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage
44

5-
<!-- #repo-reference -->
5+
<!-- #target-branch-reference -->
66

77
1. Copy these folders (`checkout` and `shared-theme`) into your project, or one of the [example projects](https://github.com/mui/material-ui/tree/master/examples).
88
2. Make sure your project has the required dependencies: @mui/material, @emotion/styled, @emotion/react.

docs/data/material/getting-started/templates/dashboard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage
44

5-
<!-- #repo-reference -->
5+
<!-- #target-branch-reference -->
66

77
1. Copy these folders (`dashboard` and `shared-theme`) into your project, or one of the [example projects](https://github.com/mui/material-ui/tree/master/examples).
88
2. Make sure your project has the required dependencies: @mui/material, @mui/icons-material, @emotion/styled, @emotion/react, @mui/x-charts, @mui/x-date-pickers, @mui/x-data-grid, @mui/x-tree-view, dayjs

docs/data/material/getting-started/templates/marketing-page/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage
44

5-
<!-- #repo-reference -->
5+
<!-- #target-branch-reference -->
66

77
1. Copy these folders (`marketing-page` and `shared-theme`) into your project, or one of the [example projects](https://github.com/mui/material-ui/tree/master/examples).
88
2. Make sure your project has the required dependencies: @mui/material, @mui/icons-material, @emotion/styled, @emotion/react.

docs/data/material/getting-started/templates/sign-in-side/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage
44

5-
<!-- #repo-reference -->
5+
<!-- #target-branch-reference -->
66

77
1. Copy these folders (`sign-in-side` and `shared-theme`) into your project, or one of the [example projects](https://github.com/mui/material-ui/tree/master/examples).
88
2. Make sure your project has the required dependencies: @mui/material, @mui/icons-material, @emotion/styled, @emotion/react.

docs/data/material/getting-started/templates/sign-in/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage
44

5-
<!-- #repo-reference -->
5+
<!-- #target-branch-reference -->
66

77
1. Copy these folders (`sign-in` and `shared-theme`) into your project, or one of the [example projects](https://github.com/mui/material-ui/tree/master/examples).
88
2. Make sure your project has the required dependencies: @mui/material, @mui/icons-material, @emotion/styled, @emotion/react.

docs/data/material/getting-started/templates/sign-up/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage
44

5-
<!-- #repo-reference -->
5+
<!-- #target-branch-reference -->
66

77
1. Copy these folders (`sign-up` and `shared-theme`) into your project, or one of the [example projects](https://github.com/mui/material-ui/tree/master/examples).
88
2. Make sure your project has the required dependencies: @mui/material, @mui/icons-material, @emotion/styled, @emotion/react.

docs/data/material/guides/localization/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The [Data Grid and Data Grid Pro](/x/react-data-grid/) components have their own
9696
| Urdu (Pakistan) | ur-PK | `urPK` |
9797
| Vietnamese | vi-VN | `viVN` |
9898

99-
<!-- #repo-reference -->
99+
<!-- #target-branch-reference -->
100100

101101
You can [find the source](https://github.com/mui/material-ui/blob/master/packages/mui-material/src/locale/index.ts) in the GitHub repository.
102102

docs/data/material/guides/typescript/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Minimum configuration
66

7-
<!-- #repo-reference -->
7+
<!-- #target-branch-reference -->
88

99
Material UI requires a minimum version of TypeScript 4.9. Have a look at the [Vite.js with TypeScript](https://github.com/mui/material-ui/tree/master/examples/material-ui-vite-ts) example.
1010

docs/data/material/integrations/interoperability/interoperability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export default function GlobalCssSliderDeep() {
272272
By default, Material UI components come with Emotion as their style engine.
273273
If, however, you would like to use styled-components, you can configure your app by following the [styled-components guide](/material-ui/integrations/styled-components/) or starting with one of the example projects:
274274

275-
<!-- #repo-reference -->
275+
<!-- #target-branch-reference -->
276276

277277
- [Create React App with styled-components](https://github.com/mui/material-ui/tree/master/examples/material-ui-cra-styled-components)
278278
- [Create React App with styled-components and TypeScript](https://github.com/mui/material-ui/tree/master/examples/material-ui-cra-styled-components-ts)
@@ -580,7 +580,7 @@ It works exactly like styled components. You can [use the same guide](/material-
580580

581581
### Setup
582582

583-
<!-- #repo-reference -->
583+
<!-- #target-branch-reference -->
584584

585585
If you are used to Tailwind CSS and want to use it together with the Material UI components, you can start by cloning the [Tailwind CSS](https://github.com/mui/material-ui/tree/master/examples/material-ui-cra-tailwind-ts) example project.
586586
If you use a different framework, or already have set up your project, follow these steps:

docs/data/material/integrations/styled-components/styled-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ For TypeScript, you must also update the `tsconfig.json` as shown here:
100100

101101
We provide boilerplate examples of Create React App with Material UI and styled-components in both JavaScript and TypeScript:
102102

103-
<!-- #repo-reference -->
103+
<!-- #target-branch-reference -->
104104

105105
- [Material UI + CRA + styled-components (JavaScript)](https://github.com/mui/material-ui/tree/master/examples/material-ui-cra-styled-components)
106106
- [Material UI + CRA + styled-components (TypeScript)](https://github.com/mui/material-ui/tree/master/examples/material-ui-cra-styled-components-ts)

docs/data/system/experimental-api/css-theme-variables/css-theme-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Now, the Button's `backgroundColor`, `borderColor` and text `color` values will
189189
For framework- or language-specific setup instructions, see [CSS theme variables—Usage—Server-side rendering](/material-ui/customization/css-theme-variables/usage/).
190190
For framework or language specific setup, see [this](/material-ui/customization/css-theme-variables/usage/)
191191

192-
<!-- #repo-reference -->
192+
<!-- #target-branch-reference -->
193193

194194
See the complete usage of `createCssVarsProvider` in [Material UI](https://github.com/mui/material-ui/blob/master/packages/mui-material/src/styles/ThemeProviderWithVars.tsx) and [Joy UI](https://github.com/mui/material-ui/blob/master/packages/mui-joy/src/styles/CssVarsProvider.tsx).
195195

docs/data/system/getting-started/usage/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Runtime performance takes a hit.
156156
| c. Render 1,000 styled components | `<StyledDiv>` | 181ms |
157157
| d. Render 1,000 Box | `<Box sx={…}>` | 296ms |
158158

159-
<!-- #repo-reference -->
159+
<!-- #target-branch-reference -->
160160

161161
Visit the [benchmark folder](https://github.com/mui/material-ui/tree/master/benchmark/browser) for a reproduction of the metrics above.
162162

docs/src/modules/components/MaterialUIExampleCollection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Link from '@mui/material/Link';
88
import ChevronRightRoundedIcon from '@mui/icons-material/ChevronRightRounded';
99
import CloudRoundedIcon from '@mui/icons-material/CloudRounded';
1010

11-
// #repo-reference
11+
// #target-branch-reference
1212
const examples = [
1313
{
1414
name: 'Next.js App Router',

docs/src/modules/components/Notifications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function fetchNotifications() {
2121
const items = (await import('../../../notifications.json')).default;
2222
return items;
2323
}
24-
// #repo-reference
24+
// #target-branch-reference
2525
const response = await fetch(
2626
'https://raw.githubusercontent.com/mui/material-ui/master/docs/notifications.json',
2727
);

examples/joy-ui-cra-ts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Download the example [or clone the repo](https://github.com/mui/material-ui):
88

9-
<!-- #repo-reference -->
9+
<!-- #target-branch-reference -->
1010

1111
```bash
1212
curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/joy-ui-cra-ts
@@ -22,7 +22,7 @@ npm start
2222

2323
or:
2424

25-
<!-- #repo-reference -->
25+
<!-- #target-branch-reference -->
2626

2727
[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/mui/material-ui/tree/master/examples/joy-ui-cra-ts)
2828

examples/joy-ui-nextjs-ts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
66

77
Download the example [or clone the repo](https://github.com/mui/material-ui):
88

9-
<!-- #repo-reference -->
9+
<!-- #target-branch-reference -->
1010

1111
```bash
1212
curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/joy-ui-nextjs-ts
@@ -24,7 +24,7 @@ Open [http://localhost:3000](http://localhost:3000) with your web browser to see
2424

2525
or:
2626

27-
<!-- #repo-reference -->
27+
<!-- #target-branch-reference -->
2828

2929
[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/mui/material-ui/tree/master/examples/joy-ui-nextjs-ts)
3030

examples/joy-ui-vite-ts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Download the example [or clone the repo](https://github.com/mui/material-ui):
1010

11-
<!-- #repo-reference -->
11+
<!-- #target-branch-reference -->
1212

1313
```bash
1414
curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/joy-ui-vite-ts
@@ -24,7 +24,7 @@ npm run dev
2424

2525
or:
2626

27-
<!-- #repo-reference -->
27+
<!-- #target-branch-reference -->
2828

2929
[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/mui/material-ui/tree/master/examples/joy-ui-vite-ts)
3030

examples/material-ui-cra-styled-components-ts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Alternatively, to skip this configuration, you can set `skipLibCheck: true` in y
2020

2121
Download the example [or clone the repo](https://github.com/mui/material-ui):
2222

23-
<!-- #repo-reference -->
23+
<!-- #target-branch-reference -->
2424

2525
```bash
2626
curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/material-ui-cra-styled-components-ts
@@ -36,7 +36,7 @@ npm start
3636

3737
## CodeSandbox
3838

39-
<!-- #repo-reference -->
39+
<!-- #target-branch-reference -->
4040

4141
Note that CodeSandbox is not supporting react-app-rewired, yet you can [still see the code](https://codesandbox.io/p/sandbox/github/mui/material-ui/tree/master/examples/material-ui-cra-styled-components-ts).
4242

examples/material-ui-cra-styled-components/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Download the example [or clone the repo](https://github.com/mui/material-ui):
66

7-
<!-- #repo-reference -->
7+
<!-- #target-branch-reference -->
88

99
```bash
1010
curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/material-ui-cra-styled-components
@@ -20,7 +20,7 @@ npm start
2020

2121
## CodeSandbox
2222

23-
<!-- #repo-reference -->
23+
<!-- #target-branch-reference -->
2424

2525
Note that CodeSandbox is not supporting react-app-rewired, yet you can [still see the code](https://codesandbox.io/p/sandbox/github/mui/material-ui/tree/master/examples/material-ui-cra-styled-components).
2626

examples/material-ui-cra-tailwind-ts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Download the example [or clone the repo](https://github.com/mui/material-ui):
66

7-
<!-- #repo-reference -->
7+
<!-- #target-branch-reference -->
88

99
```bash
1010
curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/material-ui-cra-tailwind-ts
@@ -20,7 +20,7 @@ npm start
2020

2121
or:
2222

23-
<!-- #repo-reference -->
23+
<!-- #target-branch-reference -->
2424

2525
[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/mui/material-ui/tree/master/examples/material-ui-cra-tailwind-ts)
2626

examples/material-ui-cra-ts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Download the example [or clone the repo](https://github.com/mui/material-ui):
66

7-
<!-- #repo-reference -->
7+
<!-- #target-branch-reference -->
88

99
```bash
1010
curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/material-ui-cra-ts
@@ -20,7 +20,7 @@ npm start
2020

2121
or:
2222

23-
<!-- #repo-reference -->
23+
<!-- #target-branch-reference -->
2424

2525
[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/github/mui/material-ui/tree/master/examples/material-ui-cra-ts)
2626

examples/material-ui-cra/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Download the example [or clone the repo](https://github.com/mui/material-ui):
66

7-
<!-- #repo-reference -->
7+
<!-- #target-branch-reference -->
88

99
```bash
1010
curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/material-ui-cra
@@ -20,7 +20,7 @@ npm start
2020

2121
or:
2222

23-
<!-- #repo-reference -->
23+
<!-- #target-branch-reference -->
2424

2525
[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/github/mui/material-ui/tree/master/examples/material-ui-cra)
2626

examples/material-ui-express-ssr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Download the example [or clone the repo](https://github.com/mui/material-ui):
66

7-
<!-- #repo-reference -->
7+
<!-- #target-branch-reference -->
88

99
```bash
1010
curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/material-ui-express-ssr
@@ -20,7 +20,7 @@ npm run start
2020

2121
or:
2222

23-
<!-- #repo-reference -->
23+
<!-- #target-branch-reference -->
2424

2525
[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/mui/material-ui/tree/master/examples/material-ui-express-ssr)
2626

examples/material-ui-gatsby/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Download the example [or clone the repo](https://github.com/mui/material-ui):
66

7-
<!-- #repo-reference -->
7+
<!-- #target-branch-reference -->
88

99
```bash
1010
curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/material-ui-gatsby

examples/material-ui-nextjs-pages-router-ts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Download the example [or clone the repo](https://github.com/mui/material-ui):
66

7-
<!-- #repo-reference -->
7+
<!-- #target-branch-reference -->
88

99
```bash
1010
curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/material-ui-nextjs-pages-router-ts
@@ -20,7 +20,7 @@ npm run dev
2020

2121
or:
2222

23-
<!-- #repo-reference -->
23+
<!-- #target-branch-reference -->
2424

2525
[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/mui/material-ui/tree/master/examples/material-ui-nextjs-pages-router-ts)
2626

@@ -40,7 +40,7 @@ If you prefer, you can [use styled-components instead](https://mui.com/material-
4040

4141
## The link component
4242

43-
<!-- #repo-reference -->
43+
<!-- #target-branch-reference -->
4444
<!-- #host-reference -->
4545

4646
The [example folder](https://github.com/mui/material-ui/tree/HEAD/examples/material-ui-nextjs-pages-router-ts) provides an adapter for the use of [Next.js's Link component](https://nextjs.org/docs/pages/api-reference/components/link) with Material UI.

0 commit comments

Comments
 (0)