From f13a84f883a86645625e316d1d74e19c16243ad9 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Mon, 31 Jul 2023 08:25:15 -0700 Subject: [PATCH] Add cascading metadata (#435) Signed-off-by: Aaron Crawfis --- daprdocs/content/en/go-sdk-docs/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/daprdocs/content/en/go-sdk-docs/_index.md b/daprdocs/content/en/go-sdk-docs/_index.md index 902d17c..51585d7 100644 --- a/daprdocs/content/en/go-sdk-docs/_index.md +++ b/daprdocs/content/en/go-sdk-docs/_index.md @@ -5,6 +5,11 @@ linkTitle: "Go" weight: 1000 description: Go SDK packages for developing Dapr applications no_list: true +cascade: + github_repo: https://github.com/dapr/go-sdk + github_subdir: daprdocs/content/en/go-sdk-docs + path_base_for_github_subdir: content/en/developing-applications/sdks/go/ + github_branch: main --- A client library to help build Dapr applications in Go. This client supports all public Dapr APIs while focusing on idiomatic Go experiences and developer productivity.