Skip to content

Commit

Permalink
docs(core): fix more images to point to webp (#23245)
Browse files Browse the repository at this point in the history
Missed two images in last PR.

<!-- Example: `fix(nx): must begin with lowercase` -->

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #

(cherry picked from commit dfb994d)
  • Loading branch information
jaysoo authored and FrozenPandaz committed May 9, 2024
1 parent 7cb104a commit 29f65d6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions docs/shared/angular-standalone-tutorial/angular-standalone.md
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

0 comments on commit 29f65d6

Please sign in to comment.