Skip to content

Commit

Permalink
docs(core): fix images to point to webp (#23244)
Browse files Browse the repository at this point in the history
A few images were missed when converting to webp.

## 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 #
  • Loading branch information
jaysoo committed May 8, 2024
1 parent ef85a63 commit 3a7e657
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ To connect to Nx Cloud:
- Commit and push your changes to GitHub
- Go to [https://cloud.nx.app](https://cloud.nx.app), create an account, and connect your repository

![Connect to your repository](/shared/tutorials/connect-to-repository.png)
![Connect to your repository](/shared/tutorials/connect-to-repository.webp)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/shared/angular-tutorial/angular-monorepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ To connect to Nx Cloud:
- Commit and push your changes to GitHub
- Go to [https://cloud.nx.app](https://cloud.nx.app), create an account, and connect your repository

![Connect to your repository](/shared/tutorials/connect-to-repository.png)
![Connect to your repository](/shared/tutorials/connect-to-repository.webp)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/shared/react-standalone-tutorial/react-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ To connect to Nx Cloud:
- Commit and push your changes to GitHub
- Go to [https://cloud.nx.app](https://cloud.nx.app), create an account, and connect your repository

![Connect to your repository](/shared/tutorials/connect-to-repository.png)
![Connect to your repository](/shared/tutorials/connect-to-repository.webp)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/shared/react-tutorial/react-monorepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ To connect to Nx Cloud:
- Commit and push your changes to GitHub
- Go to [https://cloud.nx.app](https://cloud.nx.app), create an account, and connect your repository

![Connect to your repository](/shared/tutorials/connect-to-repository.png)
![Connect to your repository](/shared/tutorials/connect-to-repository.webp)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/shared/tutorials/npm-workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ To connect to Nx Cloud:
- Commit and push your changes to GitHub
- Go to [https://cloud.nx.app](https://cloud.nx.app), create an account, and connect your repository

![Connect to your repository](/shared/tutorials/connect-to-repository.png)
![Connect to your repository](/shared/tutorials/connect-to-repository.webp)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/shared/vue-standalone-tutorial/vue-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ To connect to Nx Cloud:
- Commit and push your changes to GitHub
- Go to [https://cloud.nx.app](https://cloud.nx.app), create an account, and connect your repository

![Connect to your repository](/shared/tutorials/connect-to-repository.png)
![Connect to your repository](/shared/tutorials/connect-to-repository.webp)

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

Expand Down

0 comments on commit 3a7e657

Please sign in to comment.