Skip to content

Commit 37b40af

Browse files
[code-infra] Remove some csbci references (#46797)
Signed-off-by: Olivier Tassinari <oliviertassinari@users.noreply.github.com> Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com> Co-authored-by: Olivier Tassinari <oliviertassinari@users.noreply.github.com>
1 parent cb67d3f commit 37b40af

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,9 @@ For CircleCI, you need to log in first.
178178
No further permissions are required to view the build logs.
179179
The following sections give an overview of what each check is responsible for.
180180

181-
#### ci/codesandbox
181+
#### Continuous Releases
182182

183-
This task creates multiple sandboxes on CodeSandbox.com that use the version of npm packages that was built from this pull request.
184-
It should not fail in isolation. Use it to test more complex scenarios.
183+
This task publishes a preview for the packages to pkg.pr.new. It should not fail in isolation. Use it to test more complex scenarios.
185184

186185
#### ci/circleci: checkout
187186

@@ -329,9 +328,9 @@ Check out [this Toggle Button demo PR](https://github.com/mui/material-ui/pull/1
329328

330329
## How can I use a change that hasn't been released yet?
331330

332-
We use [CodeSandbox CI](https://codesandbox.io/docs/ci) to publish a working version of the packages for each pull request as a "preview."
331+
We use [pkg.pr.new](https://pkg.pr.new) to publish a working version of the packages for each pull request as a "preview."
333332

334-
You can check the CodeSandbox CI status of a pull request to get the URL needed to install these preview packages:
333+
You can check the _Continuous Releases_ status of a pull request to get the URL needed to install these preview packages:
335334

336335
```diff
337336
diff --git a//package.json b//package.json
@@ -343,11 +342,11 @@ index 791a7da1f4..a5db13b414 100644
343342
"@babel/runtime": "^7.4.4",
344343
"@mui/styled-engine": "^5.0.0-alpha.16",
345344
- "@mui/material": "^5.0.0-alpha.15",
346-
+ "@mui/material": "https://pkg.csb.dev/mui/material-ui/commit/371c952b/@mui/material",
345+
+ "@mui/material": "https://pkg.pr.new/mui/material-ui/@mui/material@b0f26aa",
347346
"@mui/system": "^5.0.0-alpha.16",
348347
```
349348

350-
Alternatively, you can open the Netlify preview of the documentation, and open any demo in CodeSandbox.
349+
Alternatively, you can open the Netlify preview of the documentation, and open any demo in CodeSandbox or StackBlitz.
351350
The documentation automatically configures the dependencies to use the preview packages.
352351

353352
You can also package and test your changes locally.

test/bundling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The created file might need some manual adjustment since not every edge case is
1919

2020
### To test a published npm dist tag
2121

22-
_For example: `latest` or `next` on npm or a codesandboxci published version_
22+
_For example: `latest` or `next` on npm or a pkg.pr.new published version_
2323

2424
1. Navigate into the fixture you want to test (where the `package.json` is located)
2525
1. Adjust `pnpm.overrides` of the `package.json` file to point to the desired version

0 commit comments

Comments
 (0)