Merge pull request #3340 from philliphoff/philliphoff-go-pcs

Include Pluggable Components Go SDK docs.
This commit is contained in:
Hannah Hunter 2023-04-17 17:21:15 -04:00 committed by GitHub
commit c6a5175b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 0 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -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/"

View File

@ -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 |

@ -0,0 +1 @@
Subproject commit dbb1a9526875e8df6af1823e09dae11216221444