Skip to content

Commit

Permalink
Merge branch 'v1.2' into add_go_sdk_to_dapr_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis committed Jul 8, 2021
2 parents 978cd6a + 380fb89 commit 8614587
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions daprdocs/content/en/getting-started/configure-state-pubsub.md
Expand Up @@ -30,7 +30,7 @@ Dapr can use any Redis instance - either containerized on your local dev machine
{{< tabs "Self-Hosted" "Kubernetes" "Azure" "AWS" "GCP" >}}

{{% codetab %}}
Redis is automatically installed in self-hosted environments by the Dapr CLI as part of the initialization process. You are all set and can skip to the [next steps](next steps)
Redis is automatically installed in self-hosted environments by the Dapr CLI as part of the initialization process. You are all set and can skip to the [next steps](#next-steps)
{{% /codetab %}}

{{% codetab %}}
Expand Down Expand Up @@ -127,7 +127,7 @@ spec:
key: redis-password
```

This example uses the the kubernetes secret that was created when setting up a cluster with the above instructions.
This example uses the kubernetes secret that was created when setting up a cluster with the above instructions.

{{% alert title="Other stores" color="primary" %}}
If using a state store other than Redis, refer to the [supported state stores]({{< ref supported-state-stores >}}) for information on what options to set.
Expand Down Expand Up @@ -155,7 +155,7 @@ spec:
key: redis-password
```

This example uses the the kubernetes secret that was created when setting up a cluster with the above instructions.
This example uses the kubernetes secret that was created when setting up a cluster with the above instructions.

{{% alert title="Other stores" color="primary" %}}
If using a pub/sub message broker other than Redis, refer to the [supported pub/sub message brokers]({{< ref supported-pubsub >}}) for information on what options to set.
Expand Down
2 changes: 1 addition & 1 deletion daprdocs/content/en/reference/api/health_api.md
Expand Up @@ -14,7 +14,7 @@ Gets the health state for Dapr.

### HTTP Request

```http
```
GET http://localhost:<daprPort>/v1.0/healthz
```

Expand Down
2 changes: 1 addition & 1 deletion daprdocs/content/en/reference/api/metadata_api.md
Expand Up @@ -18,7 +18,7 @@ Gets the Dapr sidecar information provided by the Metadata Endpoint.

### HTTP Request

```http
```
GET http://localhost:<daprPort>/v1.0/metadata
```

Expand Down
6 changes: 3 additions & 3 deletions daprdocs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8614587

Please sign in to comment.