match order of quickstarts to order of APIs in diagram

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2022-06-23 11:46:27 -05:00
parent a43c9d5a89
commit 92f712d294
3 changed files with 3 additions and 3 deletions

View File

@ -25,8 +25,8 @@ Hit the ground running with our Dapr quickstarts, complete with code samples aim
| [Service Invocation]({{< ref serviceinvocation-quickstart.md >}}) | Call a method on another service using the service invocation API. |
| [State Management]({{< ref statemanagement-quickstart.md >}}) | Create stateful applications using the state management API. |
| [Publish and Subscribe]({{< ref pubsub-quickstart.md >}}) | Send and receive messages using the publish and subscribe API. |
| [Secrets Management]({{< ref secrets-quickstart.md >}}) | Retrieve secrets in the application code from a configured secret store using the secrets management API. |
| [Bindings]({{< ref bindings-quickstart.md >}}) | Schedule a database insert job using the input and output bindings API. |
| [Secrets Management]({{< ref secrets-quickstart.md >}}) | Retrieve secrets in the application code from a configured secret store using the secrets management API. |
| Actors | Coming soon. |
| Observability | Coming soon. |
| Configuration | Coming soon. |

View File

@ -2,7 +2,7 @@
type: docs
title: "Quickstart: Input & Output Bindings"
linkTitle: "Bindings"
weight: 75
weight: 74
description: "Get started with Dapr's Binding building block"
---

View File

@ -2,7 +2,7 @@
type: docs
title: "Quickstart: Secrets Management"
linkTitle: "Secrets Management"
weight: 74
weight: 75
description: "Get started with Dapr's Secrets Management building block"
---