mirror of https://github.com/dapr/docs.git
Merge branch 'v1.2' into patch-1
This commit is contained in:
commit
2f35a55f04
|
@ -14,3 +14,6 @@
|
||||||
path = translations/docs-zh
|
path = translations/docs-zh
|
||||||
url = https://github.com/dapr/docs-zh.git
|
url = https://github.com/dapr/docs-zh.git
|
||||||
branch = v1.0_content
|
branch = v1.0_content
|
||||||
|
[submodule "sdkdocs/go"]
|
||||||
|
path = sdkdocs/go
|
||||||
|
url = https://github.com/dapr/go-sdk.git
|
||||||
|
|
|
@ -71,6 +71,14 @@ id = "UA-149338238-3"
|
||||||
source = "../sdkdocs/dotnet/daprdocs/content/en/dotnet-sdk-contributing"
|
source = "../sdkdocs/dotnet/daprdocs/content/en/dotnet-sdk-contributing"
|
||||||
target = "content/contributing/"
|
target = "content/contributing/"
|
||||||
lang = "en"
|
lang = "en"
|
||||||
|
[[module.mounts]]
|
||||||
|
source = "../sdkdocs/go/daprdocs/content/en/go-sdk-docs"
|
||||||
|
target = "content/developing-applications/sdks/go"
|
||||||
|
lang = "en"
|
||||||
|
[[module.mounts]]
|
||||||
|
source = "../sdkdocs/go/daprdocs/content/en/go-sdk-contributing"
|
||||||
|
target = "content/contributing/"
|
||||||
|
lang = "en"
|
||||||
|
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "../translations/docs-zh/content/zh-hans"
|
source = "../translations/docs-zh/content/zh-hans"
|
||||||
|
|
|
@ -101,7 +101,7 @@ Welcome to the Dapr documentation site!
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="media mt-3">
|
<div class="media mt-3">
|
||||||
<a class="pr-4" href="{{< ref sdks >}}">
|
<a class="pr-4" href="{{< ref go >}}">
|
||||||
<img src="/images/homepage/golang.svg" alt="Go logo" width=30>
|
<img src="/images/homepage/golang.svg" alt="Go logo" width=30>
|
||||||
</a>
|
</a>
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
|
|
|
@ -34,7 +34,7 @@ The Dapr SDKs are the easiest way for you to get Dapr into your application. Cho
|
||||||
| [.NET]({{< ref dotnet >}}) | Stable | ✔ | [ASP.NET Core]({{< ref dotnet-aspnet >}}) | ✔ |
|
| [.NET]({{< ref dotnet >}}) | Stable | ✔ | [ASP.NET Core]({{< ref dotnet-aspnet >}}) | ✔ |
|
||||||
| [Python]({{< ref python >}}) | Stable | ✔ | [gRPC]({{< ref python-grpc.md >}}) | [FastAPI]({{< ref python-fastapi.md >}})<br />[Flask]({{< ref python-flask.md >}}) |
|
| [Python]({{< ref python >}}) | Stable | ✔ | [gRPC]({{< ref python-grpc.md >}}) | [FastAPI]({{< ref python-fastapi.md >}})<br />[Flask]({{< ref python-flask.md >}}) |
|
||||||
| [Java](https://github.com/dapr/java-sdk) | Stable | ✔ | Spring Boot | ✔ |
|
| [Java](https://github.com/dapr/java-sdk) | Stable | ✔ | Spring Boot | ✔ |
|
||||||
| [Go](https://github.com/dapr/go-sdk) | Stable | ✔ | ✔ | |
|
| [Go]({{< ref go >}}) | Stable | ✔ | ✔ | |
|
||||||
| [PHP]({{< ref php >}}) | Stable | ✔ | ✔ | ✔ |
|
| [PHP]({{< ref php >}}) | Stable | ✔ | ✔ | ✔ |
|
||||||
| [C++](https://github.com/dapr/cpp-sdk) | In development | ✔ | |
|
| [C++](https://github.com/dapr/cpp-sdk) | In development | ✔ | |
|
||||||
| [Rust](https://github.com/dapr/rust-sdk) | In development | ✔ | | |
|
| [Rust](https://github.com/dapr/rust-sdk) | In development | ✔ | | |
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit fc67f725e0b5bb14ce903940fe889a76b59fceef
|
Loading…
Reference in New Issue