Skip to content

Commit

Permalink
Add links to esc-sdk docs from sdk pages
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyeh committed Jan 7, 2025
1 parent addf918 commit 74bd8eb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/docs/esc/development/languages-sdks/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,7 @@ func main() {

{{% /choosable %}}
{{< /chooser >}}

## Documentation

* [API Reference Documentation](https://pkg.go.dev/github.com/pulumi/esc-sdk/sdk/go)
4 changes: 4 additions & 0 deletions content/docs/esc/development/languages-sdks/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,7 @@ async function main() {

{{% /choosable %}}
{{< /chooser >}}

## Documentation

* [API Reference Documentation](/docs/reference/pkg/nodejs/pulumi/esc-sdk/)
4 changes: 4 additions & 0 deletions content/docs/esc/development/languages-sdks/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,7 @@ for tag in tags.tags:

{{% /choosable %}}
{{< /chooser >}}

## Documentation

* [API Reference Documentation](/docs/reference/pkg/python/pulumi_esc_sdk/)

0 comments on commit 74bd8eb

Please sign in to comment.