Skip to content

Commit 3fc9a1d

Browse files
committed
docs: link Cloud Code how-to guides in skaffold Tutorials
1 parent af75d9e commit 3fc9a1d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/content/en/docs/tutorials/_index.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ weight: 90
55
simple_list: true
66
---
77

8-
See the [Github Examples page](https://github.com/GoogleContainerTools/skaffold/tree/main/examples) for more examples.
9-
108
{{< alert title="Deploying examples to a remote cluster" >}}
119
When deploying to a remote cluster you have to point Skaffold to your default image repository in one of the four ways:
1210

@@ -15,3 +13,15 @@ When deploying to a remote cluster you have to point Skaffold to your default im
1513
1. global skaffold config (one time): `skaffold config set --global default-repo <myrepo>`
1614
1. skaffold config for current kubectl context: `skaffold config set default-repo <myrepo>`
1715
{{< /alert >}}
16+
17+
{{< alert >}}
18+
If you're [running Skaffold through Cloud Code]({{< relref "../install/#managed-ide" >}}) then you can additionally checkout these tutorials:
19+
- [how-to guides for Cloud Code for VSCode](https://cloud.google.com/code/docs/vscode/how-to)
20+
- [how-to guides for Cloud Code for Intellij](https://cloud.google.com/code/docs/intellij/how-to)
21+
{{< /alert >}}
22+
23+
{{< alert >}}
24+
See the [Github Examples page](https://github.com/GoogleContainerTools/skaffold/tree/main/examples) for even more examples.
25+
{{< /alert >}}
26+
27+
### Detailed Tutorials

0 commit comments

Comments
 (0)