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(core): fix more images to point to webp #23245

Merged
merged 1 commit into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1083,11 +1083,11 @@ To connect to Nx Cloud:

`cloud.nx.app` will send a PR to your repository enabling Nx Cloud, after which caching, distribution and more will start working.

![Add an Nx Cloud access token to your repository dialog](/shared/tutorials/send-cloud-pr.png)
![Add an Nx Cloud access token to your repository dialog](/shared/tutorials/send-cloud-pr.webp)

Once you merge that PR, you'll be able to see CI pipeline runs appearing in the Nx Cloud dashboard:

![CI Pipeline Executions](/shared/tutorials/ci-pipeline-executions.png)
![CI Pipeline Executions](/shared/tutorials/ci-pipeline-executions.webp)

### Enable a Distributed CI Pipeline

Expand All @@ -1097,7 +1097,7 @@ The current CI pipeline runs on a single machine and can only handle small works
- run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci"
```

![Run details](/shared/tutorials/gradle-run-details.png)
![Run details](/shared/tutorials/gradle-run-details.webp)

For more information about how Nx can improve your CI pipeline, check out one of these detailed tutorials:

Expand Down
6 changes: 3 additions & 3 deletions docs/shared/angular-tutorial/angular-monorepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -1287,11 +1287,11 @@ To connect to Nx Cloud:

`cloud.nx.app` will send a PR to your repository enabling Nx Cloud, after which caching, distribution and more will start working.

![Add an Nx Cloud access token to your repository dialog](/shared/tutorials/send-cloud-pr.png)
![Add an Nx Cloud access token to your repository dialog](/shared/tutorials/send-cloud-pr.webp)

Once you merge that PR, you'll be able to see CI pipeline runs appearing in the Nx Cloud dashboard:

![CI Pipeline Executions](/shared/tutorials/ci-pipeline-executions.png)
![CI Pipeline Executions](/shared/tutorials/ci-pipeline-executions.webp)

### Enable a Distributed CI Pipeline

Expand All @@ -1301,7 +1301,7 @@ The current CI pipeline runs on a single machine and can only handle small works
- run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci"
```

![Run details](/shared/tutorials/gradle-run-details.png)
![Run details](/shared/tutorials/gradle-run-details.webp)

For more information about how Nx can improve your CI pipeline, check out one of these detailed tutorials:

Expand Down
6 changes: 3 additions & 3 deletions docs/shared/react-standalone-tutorial/react-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -895,11 +895,11 @@ To connect to Nx Cloud:

`cloud.nx.app` will send a PR to your repository enabling Nx Cloud, after which caching, distribution and more will start working.

![Add an Nx Cloud access token to your repository dialog](/shared/tutorials/send-cloud-pr.png)
![Add an Nx Cloud access token to your repository dialog](/shared/tutorials/send-cloud-pr.webp)

Once you merge that PR, you'll be able to see CI pipeline runs appearing in the Nx Cloud dashboard:

![CI Pipeline Executions](/shared/tutorials/ci-pipeline-executions.png)
![CI Pipeline Executions](/shared/tutorials/ci-pipeline-executions.webp)

### Enable a Distributed CI Pipeline

Expand All @@ -909,7 +909,7 @@ The current CI pipeline runs on a single machine and can only handle small works
- run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci"
```

![Run details](/shared/tutorials/gradle-run-details.png)
![Run details](/shared/tutorials/gradle-run-details.webp)

For more information about how Nx can improve your CI pipeline, check out one of these detailed tutorials:

Expand Down
6 changes: 3 additions & 3 deletions docs/shared/react-tutorial/react-monorepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -1114,11 +1114,11 @@ To connect to Nx Cloud:

`cloud.nx.app` will send a PR to your repository enabling Nx Cloud, after which caching, distribution and more will start working.

![Add an Nx Cloud access token to your repository dialog](/shared/tutorials/send-cloud-pr.png)
![Add an Nx Cloud access token to your repository dialog](/shared/tutorials/send-cloud-pr.webp)

Once you merge that PR, you'll be able to see CI pipeline runs appearing in the Nx Cloud dashboard:

![CI Pipeline Executions](/shared/tutorials/ci-pipeline-executions.png)
![CI Pipeline Executions](/shared/tutorials/ci-pipeline-executions.webp)

### Enable a Distributed CI Pipeline

Expand All @@ -1128,7 +1128,7 @@ The current CI pipeline runs on a single machine and can only handle small works
- run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci"
```

![Run details](/shared/tutorials/gradle-run-details.png)
![Run details](/shared/tutorials/gradle-run-details.webp)

For more information about how Nx can improve your CI pipeline, check out one of these detailed tutorials:

Expand Down
6 changes: 3 additions & 3 deletions docs/shared/tutorials/npm-workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,11 +419,11 @@ To connect to Nx Cloud:

`cloud.nx.app` will send a PR to your repository enabling Nx Cloud, after which caching, distribution and more will start working.

![Add an Nx Cloud access token to your repository dialog](/shared/tutorials/send-cloud-pr.png)
![Add an Nx Cloud access token to your repository dialog](/shared/tutorials/send-cloud-pr.webp)

Once you merge that PR, you'll be able to see CI pipeline runs appearing in the Nx Cloud dashboard:

![CI Pipeline Executions](/shared/tutorials/ci-pipeline-executions.png)
![CI Pipeline Executions](/shared/tutorials/ci-pipeline-executions.webp)

### Enable a Distributed CI Pipeline

Expand All @@ -433,7 +433,7 @@ The current CI pipeline runs on a single machine and can only handle small works
- run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci"
```

![Run details](/shared/tutorials/gradle-run-details.png)
![Run details](/shared/tutorials/gradle-run-details.webp)

For more information about how Nx can improve your CI pipeline, check out one of these detailed tutorials:

Expand Down
6 changes: 3 additions & 3 deletions docs/shared/vue-standalone-tutorial/vue-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -908,11 +908,11 @@ To connect to Nx Cloud:

`cloud.nx.app` will send a PR to your repository enabling Nx Cloud, after which caching, distribution and more will start working.

![Add an Nx Cloud access token to your repository dialog](/shared/tutorials/send-cloud-pr.png)
![Add an Nx Cloud access token to your repository dialog](/shared/tutorials/send-cloud-pr.webp)

Once you merge that PR, you'll be able to see CI pipeline runs appearing in the Nx Cloud dashboard:

![CI Pipeline Executions](/shared/tutorials/ci-pipeline-executions.png)
![CI Pipeline Executions](/shared/tutorials/ci-pipeline-executions.webp)

### Enable a Distributed CI Pipeline

Expand All @@ -922,7 +922,7 @@ The current CI pipeline runs on a single machine and can only handle small works
- run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci"
```

![Run details](/shared/tutorials/gradle-run-details.png)
![Run details](/shared/tutorials/gradle-run-details.webp)

For more information about how Nx can improve your CI pipeline, check out one of these detailed tutorials:

Expand Down