docs(nx-cloud): add cards to point to the tutorials from the entry page

This commit is contained in:
Juri 2023-11-29 10:57:52 +01:00 committed by Juri Strumpflohner
parent eb0f16e5e5
commit f261c5b52c

View File

@ -29,15 +29,23 @@ npx nx connect
{% /cards %} {% /cards %}
{% cards cols="2" lgCols="2" mdCols="2" smCols="2" %}
{% link-card title="Circle CI with Nx" type="tutorial" url="/nx-cloud/intro/tutorials/circle" icon="circleci" /%}
{% link-card title="GitHub Actions with Nx" type="tutorial" url="/nx-cloud/intro/tutorials/github-actions" icon="github" /%}
{% /cards %}
## Ready? Get Started With Your Provider ## Ready? Get Started With Your Provider
Run the following command Not interested in a tutorial but you want to jump right in? Run the following command
```shell ```shell
npx nx g ci-workflow npx nx g ci-workflow
``` ```
...or choose from our guides below: ...or choose from our CI recipes with copy & pasteable code:
{% cards cols="3" lgCols="8" mdCols="6" smCols="5" %} {% cards cols="3" lgCols="8" mdCols="6" smCols="5" %}