Skip to content

Commit 6243137

Browse files
authored
docs(core): gradle webp images (#23217)
Squoosh images
1 parent bf90604 commit 6243137

9 files changed

+4
-4
lines changed
-46.5 KB
Binary file not shown.
Binary file not shown.
-108 KB
Binary file not shown.
35.7 KB
Binary file not shown.
-141 KB
Binary file not shown.
34.1 KB
Binary file not shown.

docs/shared/tutorials/gradle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,15 +294,15 @@ To connect to Nx Cloud:
294294
- Commit and push your changes to GitHub
295295
- Go to [https://cloud.nx.app](https://cloud.nx.app), create an account, and connect your repository
296296

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

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

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

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

305-
![CI Pipeline Executiosn](/shared/tutorials/ci-pipeline-executions.png)
305+
![CI Pipeline Executiosn](/shared/tutorials/ci-pipeline-executions.webp)
306306

307307
### Enable a Distributed CI Pipeline
308308

@@ -314,7 +314,7 @@ The current CI pipeline runs on a single machine and can only handle small works
314314
- run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-jvm" --stop-agents-after="build"
315315
```
316316
317-
![Gradle run details](/shared/tutorials/gradle-run-details.png)
317+
![Gradle run details](/shared/tutorials/gradle-run-details.webp)
318318
319319
For more information about how Nx can improve your CI pipeline, check out one of these detailed tutorials:
320320
-54.6 KB
Binary file not shown.
17.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)