mirror of https://github.com/dapr/docs.git
Merge pull request #3340 from philliphoff/philliphoff-go-pcs
Include Pluggable Components Go SDK docs.
This commit is contained in:
commit
c6a5175b54
|
@ -26,3 +26,6 @@
|
||||||
[submodule "sdkdocs/pluggable-components/dotnet"]
|
[submodule "sdkdocs/pluggable-components/dotnet"]
|
||||||
path = sdkdocs/pluggable-components/dotnet
|
path = sdkdocs/pluggable-components/dotnet
|
||||||
url = https://github.com/dapr-sandbox/components-dotnet-sdk
|
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
|
||||||
|
|
|
@ -71,6 +71,10 @@ id = "G-60C6Q1ETC1"
|
||||||
source = "../sdkdocs/pluggable-components/dotnet/daprdocs/content/en/dotnet-sdk-docs"
|
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"
|
target = "content/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/pluggable-components-dotnet"
|
||||||
lang = "en"
|
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]]
|
[[module.mounts]]
|
||||||
source = "../sdkdocs/dotnet/daprdocs/content/en/dotnet-sdk-contributing"
|
source = "../sdkdocs/dotnet/daprdocs/content/en/dotnet-sdk-contributing"
|
||||||
target = "content/contributing/sdk-contrib/"
|
target = "content/contributing/sdk-contrib/"
|
||||||
|
|
|
@ -14,4 +14,5 @@ The Dapr SDKs are the easiest way for you to create pluggable components. Choose
|
||||||
|
|
||||||
| Language | Status |
|
| Language | Status |
|
||||||
|----------|:------:|
|
|----------|:------:|
|
||||||
|
| [Go]({{< ref pluggable-components-go >}}) | In development |
|
||||||
| [.NET]({{< ref pluggable-components-dotnet >}}) | In development |
|
| [.NET]({{< ref pluggable-components-dotnet >}}) | In development |
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit dbb1a9526875e8df6af1823e09dae11216221444
|
Loading…
Reference in New Issue