mirror of https://github.com/dapr/docs.git
Add dotnet sdk
This commit is contained in:
parent
4d27143453
commit
d5efe6487b
|
@ -7,3 +7,6 @@
|
||||||
[submodule "sdkdocs/php"]
|
[submodule "sdkdocs/php"]
|
||||||
path = sdkdocs/php
|
path = sdkdocs/php
|
||||||
url = https://github.com/dapr/php-sdk.git
|
url = https://github.com/dapr/php-sdk.git
|
||||||
|
[submodule "sdkdocs/dotnet"]
|
||||||
|
path = sdkdocs/dotnet
|
||||||
|
url = https://github.com/dapr/dotnet-sdk.git
|
||||||
|
|
|
@ -46,6 +46,12 @@ id = "UA-149338238-3"
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "../sdkdocs/php/daprdocs/content/en/php-sdk-docs"
|
source = "../sdkdocs/php/daprdocs/content/en/php-sdk-docs"
|
||||||
target = "content/developing-applications/sdks/php"
|
target = "content/developing-applications/sdks/php"
|
||||||
|
[[module.mounts]]
|
||||||
|
source = "../sdkdocs/dotnet/daprdocs/content/en/dotnet-sdk-docs"
|
||||||
|
target = "content/developing-applications/sdks/dotnet"
|
||||||
|
[[module.mounts]]
|
||||||
|
source = "../sdkdocs/dotnet/daprdocs/content/en/dotnet-sdk-contributing"
|
||||||
|
target = "content/contributing/"
|
||||||
|
|
||||||
# Markdown Engine - Allow inline html
|
# Markdown Engine - Allow inline html
|
||||||
[markup]
|
[markup]
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 008a4f35dd953669891a8414cd8c3f96bcf9b9dd
|
Loading…
Reference in New Issue