Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion COMPONENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ For example, the Python SDK integrations page pre-filters to Python:
<IntegrationsGrid defaultSdks={["Python"]} />
```

Valid SDK values are `"Java"`, `"Python"`, `"TypeScript"`, and `"Ruby"`.
Valid SDK values are `"Go"`, `"Java"`, `"Python"`, `"TypeScript"`, and `"Ruby"`.

### Filter behavior

Expand Down
6 changes: 5 additions & 1 deletion docs/develop/go/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ From there, you can dive deeper into any of the Temporal primitives to start bui
- [Testing](/develop/go/best-practices/testing-suite)
- [Data handling](/develop/go/data-handling)

## Temporal Go Technical Resources
## [Integrations](/develop/go/integrations)

- [Google ADK integration](/develop/go/integrations/google-adk)

## Temporal Go technical resources
Comment thread
DABH marked this conversation as resolved.

- [Go SDK Quickstart - Setup Guide](/develop/go/set-up-your-local-go)
- [Go API Documentation](https://pkg.go.dev/go.temporal.io/sdk)
Expand Down
Loading