Sketch inclusion of Pluggable Components docs.

Signed-off-by: Phillip Hoff <phillip@orst.edu>
This commit is contained in:
Phillip Hoff 2023-01-25 12:44:37 -08:00
parent e93d700a83
commit 06aa5f5bc7
4 changed files with 27 additions and 0 deletions

3
.gitmodules vendored
View File

@ -23,3 +23,6 @@
[submodule "sdkdocs/js"] [submodule "sdkdocs/js"]
path = sdkdocs/js path = sdkdocs/js
url = https://github.com/dapr/js-sdk.git 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

View File

@ -67,6 +67,10 @@ id = "G-60C6Q1ETC1"
source = "../sdkdocs/dotnet/daprdocs/content/en/dotnet-sdk-docs" source = "../sdkdocs/dotnet/daprdocs/content/en/dotnet-sdk-docs"
target = "content/developing-applications/sdks/dotnet" target = "content/developing-applications/sdks/dotnet"
lang = "en" 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]] [[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/"

View File

@ -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