mirror of https://github.com/dapr/docs.git
Add Go SDK submodule and docs
This commit is contained in:
parent
a8751aefc3
commit
0c73cdf9b4
|
@ -14,3 +14,6 @@
|
||||||
path = translations/docs-zh
|
path = translations/docs-zh
|
||||||
url = https://github.com/dapr/docs-zh.git
|
url = https://github.com/dapr/docs-zh.git
|
||||||
branch = v1.0_content
|
branch = v1.0_content
|
||||||
|
[submodule "sdkdocs/go"]
|
||||||
|
path = sdkdocs/go
|
||||||
|
url = git@github.com:dapr/go-sdk.git
|
||||||
|
|
|
@ -71,6 +71,14 @@ id = "UA-149338238-3"
|
||||||
source = "../sdkdocs/dotnet/daprdocs/content/en/dotnet-sdk-contributing"
|
source = "../sdkdocs/dotnet/daprdocs/content/en/dotnet-sdk-contributing"
|
||||||
target = "content/contributing/"
|
target = "content/contributing/"
|
||||||
lang = "en"
|
lang = "en"
|
||||||
|
[[module.mounts]]
|
||||||
|
source = "../sdkdocs/go/daprdocs/content/en/go-sdk-docs"
|
||||||
|
target = "content/developing-applications/sdks/go"
|
||||||
|
lang = "en"
|
||||||
|
[[module.mounts]]
|
||||||
|
source = "../sdkdocs/go/daprdocs/content/en/go-sdk-contributing"
|
||||||
|
target = "content/contributing/"
|
||||||
|
lang = "en"
|
||||||
|
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "../translations/docs-zh/content/zh-hans"
|
source = "../translations/docs-zh/content/zh-hans"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit df8589712fb18d577e8979df27bb880a6b692ebf
|
Loading…
Reference in New Issue