Skip to content

Commit f455230

Browse files
committed
Include Pluggable Components Go SDK docs.
Signed-off-by: Phillip Hoff <phillip@orst.edu>
1 parent 992c460 commit f455230

File tree

4 files changed

+9
-0
lines changed
  • daprdocs
    • content/en/developing-applications/develop-components/pluggable-components/pluggable-components-sdks
  • sdkdocs/pluggable-components

4 files changed

+9
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@
2626
[submodule "sdkdocs/pluggable-components/dotnet"]
2727
path = sdkdocs/pluggable-components/dotnet
2828
url = https://github.com/dapr-sandbox/components-dotnet-sdk
29+
[submodule "sdkdocs/pluggable-components/go"]
30+
path = sdkdocs/pluggable-components/go
31+
url = https://github.com/dapr-sandbox/components-go-sdk

daprdocs/config.toml

+4
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ id = "G-60C6Q1ETC1"
7171
source = "../sdkdocs/pluggable-components/dotnet/daprdocs/content/en/dotnet-sdk-docs"
7272
target = "content/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/pluggable-components-dotnet"
7373
lang = "en"
74+
[[module.mounts]]
75+
source = "../sdkdocs/pluggable-components/go/daprdocs/content/en/go-sdk-docs"
76+
target = "content/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/pluggable-components-go"
77+
lang = "en"
7478
[[module.mounts]]
7579
source = "../sdkdocs/dotnet/daprdocs/content/en/dotnet-sdk-contributing"
7680
target = "content/contributing/sdk-contrib/"

daprdocs/content/en/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ The Dapr SDKs are the easiest way for you to create pluggable components. Choose
1414

1515
| Language | Status |
1616
|----------|:------:|
17+
| [Go]({{< ref pluggable-components-go >}}) | In development |
1718
| [.NET]({{< ref pluggable-components-dotnet >}}) | In development |

sdkdocs/pluggable-components/go

Submodule go added at dbb1a95

0 commit comments

Comments
 (0)