diff --git a/.gitmodules b/.gitmodules index 6f4e986fb..3024748a2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/daprdocs/config.toml b/daprdocs/config.toml index 9e2523a6f..992c7962b 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -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/" diff --git a/daprdocs/content/en/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/_index.md b/daprdocs/content/en/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/_index.md new file mode 100644 index 000000000..c0ca51289 --- /dev/null +++ b/daprdocs/content/en/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/_index.md @@ -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 | diff --git a/sdkdocs/pluggable-components/dotnet b/sdkdocs/pluggable-components/dotnet new file mode 160000 index 000000000..6c1a835ed --- /dev/null +++ b/sdkdocs/pluggable-components/dotnet @@ -0,0 +1 @@ +Subproject commit 6c1a835edaf4820d30fdfcfd37c92cd50a47bd1d