From 6884dc1cb67b326fcb4f1db6cf4a9869e4d6d0fb Mon Sep 17 00:00:00 2001 From: Nick Greenfield Date: Tue, 15 Mar 2022 10:07:00 -0700 Subject: [PATCH] Reorder quickstarts table Signed-off-by: Nick Greenfield --- daprdocs/content/en/getting-started/quickstarts/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/getting-started/quickstarts/_index.md b/daprdocs/content/en/getting-started/quickstarts/_index.md index 25feca2c9..3c2dd3674 100644 --- a/daprdocs/content/en/getting-started/quickstarts/_index.md +++ b/daprdocs/content/en/getting-started/quickstarts/_index.md @@ -22,9 +22,9 @@ Hit the ground running with our Dapr quickstarts, complete with code samples aim | Quickstarts | Description | | ----------- | ----------- | +| [Service Invocation]({{< ref serviceinvocation-quickstart.md >}}) | Invoke a method using HTTP proxying with Dapr's Service Invocation building block. | | [Publish and Subscribe]({{< ref pubsub-quickstart.md >}}) | Get started with Dapr's Publish and Subscribe building block. | | State Management | Coming soon. | -| [Service Invocation]({{< ref serviceinvocation-quickstart.md >}}) | Invoke a method using HTTP proxying with Dapr's Service Invocation building block. | | Bindings | Coming soon. | | Actors | Coming soon. | | Observability | Coming soon. |