mirror of https://github.com/dapr/docs.git
Sketch inclusion of Pluggable Components docs.
Signed-off-by: Phillip Hoff <phillip@orst.edu>
This commit is contained in:
parent
e93d700a83
commit
06aa5f5bc7
|
@ -23,3 +23,6 @@
|
|||
[submodule "sdkdocs/js"]
|
||||
path = sdkdocs/js
|
||||
url = https://github.com/dapr/js-sdk.git
|
||||
[submodule "sdkdocs/pluggable-components/dotnet"]
|
||||
path = sdkdocs/pluggable-components/dotnet
|
||||
url = https://github.com/dapr-sandbox/components-dotnet-sdk
|
||||
|
|
|
@ -67,6 +67,10 @@ id = "G-60C6Q1ETC1"
|
|||
source = "../sdkdocs/dotnet/daprdocs/content/en/dotnet-sdk-docs"
|
||||
target = "content/developing-applications/sdks/dotnet"
|
||||
lang = "en"
|
||||
[[module.mounts]]
|
||||
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/dotnet/daprdocs/content/en/dotnet-sdk-contributing"
|
||||
target = "content/contributing/sdk-contrib/"
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
type: docs
|
||||
title: "Pluggable components SDKs"
|
||||
linkTitle: "SDKs"
|
||||
weight: 2000
|
||||
description: "Develop pluggable components in your favorite language"
|
||||
no_list: true
|
||||
---
|
||||
|
||||
The Dapr SDKs are the easiest way for you to create Dapr Pluggable Components. Choose your favorite language and get up and running with Dapr in minutes.
|
||||
|
||||
|
||||
## Pluggable Components SDKs
|
||||
|
||||
| Language | Status |
|
||||
|----------|:------:|
|
||||
| [.NET]({{< ref pluggable-components-dotnet >}}) | In development |
|
||||
| [Java]({{< ref java >}}) | In development |
|
||||
| [Go]({{< ref go >}}) | In development |
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 6c1a835edaf4820d30fdfcfd37c92cd50a47bd1d
|
Loading…
Reference in New Issue