Merge pull request #3088 from philliphoff/philliphoff-sdk-docs

[WIP] Inclusion of Pluggable Components (.NET) SDK docs
This commit is contained in:
Hannah Hunter 2023-02-13 16:32:15 -06:00 committed by GitHub
commit ee77dfe53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 34 additions and 0 deletions

3
.gitmodules vendored
View File

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

View File

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

View File

@ -0,0 +1,17 @@
---
type: docs
title: "Pluggable components SDKs"
linkTitle: "SDKs"
weight: 2000
description: "Develop pluggable components in your favorite language"
no_list: true
is_preview: true
---
The Dapr SDKs are the easiest way for you to create pluggable components. Choose your favorite language and start creating components in minutes.
## Pluggable components SDKs
| Language | Status |
|----------|:------:|
| [.NET]({{< ref pluggable-components-dotnet >}}) | In development |

View File

@ -13,3 +13,12 @@
{{ end }}
</div>
{{ end }}
<!-- Check the variable that indicates whether this is a preview doc set.
If yes, display a banner. -->
{{ if .Params.is_preview }}
{{ $color := "primary" }}
<div class="pageinfo pageinfo-{{ $color }}">
<p>This is documentation on a preview feature.</p>
</div>
{{ end }}

@ -0,0 +1 @@
Subproject commit c753c3a6ac4222cc6a30147c533c71051aef87ea