diff --git a/daprdocs/content/en/_index.md b/daprdocs/content/en/_index.md index 670b9c74e..0db703ac4 100644 --- a/daprdocs/content/en/_index.md +++ b/daprdocs/content/en/_index.md @@ -77,7 +77,7 @@ Welcome to the Dapr documentation site!
Language SDKs

Create Dapr applications in your preferred language using the Dapr SDKs.

- + .NET logo
@@ -109,7 +109,7 @@ Welcome to the Dapr documentation site!
- + PHP logo
diff --git a/daprdocs/content/en/developing-applications/sdks/_index.md b/daprdocs/content/en/developing-applications/sdks/_index.md index 1e86e16d5..f3ab7da55 100644 --- a/daprdocs/content/en/developing-applications/sdks/_index.md +++ b/daprdocs/content/en/developing-applications/sdks/_index.md @@ -18,7 +18,7 @@ The Dapr SDKs are the easiest way for you to get Dapr into your application. Cho - Interact with external resources through input and output [bindings]({{< ref bindings >}}) - Get [secrets]({{< ref secrets >}}) from secret stores - Interact with [virtual actors]({{< ref actors >}}) -- **Service extensions**: The Dapr service extensions allow you to create services that can: +- **Server extensions**: The Dapr service extensions allow you to create services that can: - Be [invoked]({{< ref service-invocation >}}) by other services - [Subscribe]({{< ref pubsub >}}) to topics - **Actor SDK**: The Dapr Actor SDK allows you to build virtual actors with: @@ -29,13 +29,13 @@ The Dapr SDKs are the easiest way for you to get Dapr into your application. Cho ## SDK languages -| Language | Status | Client SDK | Service Extensions | Actor SDK | -|----------|:-----:|:----------:|:-----------:|:---------:| -| [.NET](https://github.com/dapr/dotnet-sdk) | Stable | ✔ | ✔
ASP.NET Core | ✔ | -| [Python]({{< ref python >}}) | Stable | ✔ | ✔
[gRPC]({{< ref python-grpc.md >}}) | ✔
[FastAPI]({{< ref python-fastapi.md >}})
[Flask]({{< ref python-flask.md >}}) | -| [Java](https://github.com/dapr/java-sdk) | Stable | ✔ | ✔
Spring Boot | ✔ | +| Language | Status | Client SDK | Server extensions | Actor SDK | +|----------|:------|:----------:|:-----------:|:---------:| +| [.NET]({{< ref dotnet >}}) | Stable | ✔ | [ASP.NET Core]({{< ref dotnet-aspnet >}}) | ✔ | +| [Python]({{< ref python >}}) | Stable | ✔ | [gRPC]({{< ref python-grpc.md >}}) | [FastAPI]({{< ref python-fastapi.md >}})
[Flask]({{< ref python-flask.md >}}) | +| [Java](https://github.com/dapr/java-sdk) | Stable | ✔ | Spring Boot | ✔ | | [Go](https://github.com/dapr/go-sdk) | Stable | ✔ | ✔ | | -| [PHP](https://github.com/dapr/php-sdk) | Stable | ✔ | ✔ | ✔ | +| [PHP]({{< ref php >}}) | Stable | ✔ | ✔ | ✔ | | [C++](https://github.com/dapr/cpp-sdk) | In development | ✔ | | | [Rust]() | In development | ✔ | | | | [Javascript]() | In development| ✔ | |