diff --git a/daprdocs/content/en/getting-started/configure-state-pubsub.md b/daprdocs/content/en/getting-started/configure-state-pubsub.md index 84faafa3bfb..2b49fced2dd 100644 --- a/daprdocs/content/en/getting-started/configure-state-pubsub.md +++ b/daprdocs/content/en/getting-started/configure-state-pubsub.md @@ -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 %}} @@ -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. @@ -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. diff --git a/daprdocs/content/en/reference/api/health_api.md b/daprdocs/content/en/reference/api/health_api.md index 98c6fcb44fd..697e50117a9 100644 --- a/daprdocs/content/en/reference/api/health_api.md +++ b/daprdocs/content/en/reference/api/health_api.md @@ -14,7 +14,7 @@ Gets the health state for Dapr. ### HTTP Request -```http +``` GET http://localhost:/v1.0/healthz ``` diff --git a/daprdocs/content/en/reference/api/metadata_api.md b/daprdocs/content/en/reference/api/metadata_api.md index da956fe782a..f731e5abadc 100644 --- a/daprdocs/content/en/reference/api/metadata_api.md +++ b/daprdocs/content/en/reference/api/metadata_api.md @@ -18,7 +18,7 @@ Gets the Dapr sidecar information provided by the Metadata Endpoint. ### HTTP Request -```http +``` GET http://localhost:/v1.0/metadata ``` diff --git a/daprdocs/package-lock.json b/daprdocs/package-lock.json index b3212025ac4..32f4940608e 100644 --- a/daprdocs/package-lock.json +++ b/daprdocs/package-lock.json @@ -342,9 +342,9 @@ "dev": true }, "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", - "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "requires": { "is-glob": "^4.0.1"