mirror of https://github.com/dapr/docs.git
link to github repos; wording changes
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
71a5a2fac4
commit
12421aaa71
|
@ -13,7 +13,7 @@ Running [`dapr init`]({{<ref install-dapr-selfhost.md>}}) loads your local envir
|
|||
- State management, and
|
||||
- A message broker.
|
||||
|
||||
With this setup, you can run a Dapr sidecar with the Dapr CLI and try out the state API to store and retrieve a state. [Learn more about the state building block and how it works in our concept docs]({{< ref state-management >}}).
|
||||
With this setup, run Dapr using the Dapr CLI and try out the state API to store and retrieve a state. [Learn more about the state building block and how it works in our concept docs]({{< ref state-management >}}).
|
||||
|
||||
In this guide, you will simulate an application by running the sidecar and calling the API directly. For the purpose of this tutorial you'll run the sidecar without an application.
|
||||
|
||||
|
@ -32,7 +32,7 @@ Since no custom component folder was defined with the above command, Dapr uses t
|
|||
- On Windows, under `%UserProfile%\.dapr\components`
|
||||
- On Linux/MacOS, under `~/.dapr/components`
|
||||
|
||||
These tell Dapr to use the local Redis Docker container as a state store and message broker.
|
||||
These tell Dapr to use the local Docker container for Redis as a state store and message broker.
|
||||
|
||||
### Step 2: Save state
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ Hit the ground running with our Dapr quickstarts, complete with code samples aim
|
|||
|
||||
{{% /alert %}}
|
||||
|
||||
|
||||
#### Before you begin
|
||||
|
||||
- [Set up your local Dapr environment]({{< ref "install-dapr-cli.md" >}}).
|
||||
|
@ -24,8 +23,8 @@ Hit the ground running with our Dapr quickstarts, complete with code samples aim
|
|||
| Quickstarts | Description |
|
||||
| ----------- | ----------- |
|
||||
| [Publish and Subscribe]({{< ref pubsub-quickstart.md >}}) | Get started with Dapr's Publish and Subscribe building block. |
|
||||
| State Management | Coming soon. |
|
||||
| Service Invocation | Coming soon. |
|
||||
| State Management | While we work on quickstarts for Dapr's State Management, get started with our [examples on GitHub](https://github.com/dapr/quickstarts/state_management). |
|
||||
| Service Invocation | While we work on quickstarts for Dapr's Service Invocation, get started with our [examples on GitHub](https://github.com/dapr/quickstarts/service_invocation). |
|
||||
| Bindings | Coming soon. |
|
||||
| Actors | Coming soon. |
|
||||
| Observability | Coming soon. |
|
||||
|
|
Loading…
Reference in New Issue