From 5057d1c4b5959cc5a9ad40d257473ddae78ca5a1 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Thu, 13 Jul 2023 15:43:31 -0700 Subject: [PATCH] Add cascading metadata 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 f60b5dc..64aaf7b 100644 --- a/daprdocs/content/en/go-sdk-docs/_index.md +++ b/daprdocs/content/en/go-sdk-docs/_index.md @@ -6,6 +6,11 @@ weight: 1000 description: How to get up and running with the Dapr pluggable components Go SDK no_list: true is_preview: true +cascade: + github_repo: https://github.com/dapr-sandbox/components-go-sdk + github_subdir: daprdocs/content/en/go-sdk-docs + path_base_for_github_subdir: content/en/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/pluggable-components-go/ + github_branch: main --- Dapr offers packages to help with the development of Go pluggable components.