From f45523091a3b447138f83079dd32197654d3920e Mon Sep 17 00:00:00 2001 From: Phillip Hoff Date: Fri, 14 Apr 2023 10:34:19 -0700 Subject: [PATCH] Include Pluggable Components Go SDK docs. Signed-off-by: Phillip Hoff --- .gitmodules | 3 +++ daprdocs/config.toml | 4 ++++ .../pluggable-components/pluggable-components-sdks/_index.md | 1 + sdkdocs/pluggable-components/go | 1 + 4 files changed, 9 insertions(+) create mode 160000 sdkdocs/pluggable-components/go diff --git a/.gitmodules b/.gitmodules index 3024748a2..4a973eee9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,3 +26,6 @@ [submodule "sdkdocs/pluggable-components/dotnet"] path = sdkdocs/pluggable-components/dotnet url = https://github.com/dapr-sandbox/components-dotnet-sdk +[submodule "sdkdocs/pluggable-components/go"] + path = sdkdocs/pluggable-components/go + url = https://github.com/dapr-sandbox/components-go-sdk diff --git a/daprdocs/config.toml b/daprdocs/config.toml index 6d801e64c..d7121dca9 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -71,6 +71,10 @@ id = "G-60C6Q1ETC1" source = "../sdkdocs/pluggable-components/dotnet/daprdocs/content/en/dotnet-sdk-docs" target = "content/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/pluggable-components-dotnet" lang = "en" + [[module.mounts]] + source = "../sdkdocs/pluggable-components/go/daprdocs/content/en/go-sdk-docs" + target = "content/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/pluggable-components-go" + lang = "en" [[module.mounts]] source = "../sdkdocs/dotnet/daprdocs/content/en/dotnet-sdk-contributing" target = "content/contributing/sdk-contrib/" diff --git a/daprdocs/content/en/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/_index.md b/daprdocs/content/en/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/_index.md index d205ca3c8..3720c8736 100644 --- a/daprdocs/content/en/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/_index.md +++ b/daprdocs/content/en/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/_index.md @@ -14,4 +14,5 @@ The Dapr SDKs are the easiest way for you to create pluggable components. Choose | Language | Status | |----------|:------:| +| [Go]({{< ref pluggable-components-go >}}) | In development | | [.NET]({{< ref pluggable-components-dotnet >}}) | In development | diff --git a/sdkdocs/pluggable-components/go b/sdkdocs/pluggable-components/go new file mode 160000 index 000000000..dbb1a9526 --- /dev/null +++ b/sdkdocs/pluggable-components/go @@ -0,0 +1 @@ +Subproject commit dbb1a9526875e8df6af1823e09dae11216221444