From d8f05106500d3fa1872be0ace7f55ff9581ef461 Mon Sep 17 00:00:00 2001 From: Ryuji Iwata Date: Wed, 7 Jul 2021 03:00:49 +0900 Subject: [PATCH 1/5] Remove "http" code type from health_api.md (#1610) Looking at this page, this line was highlighted. Co-authored-by: Aaron Crawfis --- daprdocs/content/en/reference/api/health_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` From 89f0a42cc423b7f439208593c661704e04248522 Mon Sep 17 00:00:00 2001 From: Ryuji Iwata Date: Wed, 7 Jul 2021 03:14:17 +0900 Subject: [PATCH 2/5] Remove "http" code type from metadata_api.md (#1611) Looking at this page, this line was highlighted. Co-authored-by: Aaron Crawfis --- daprdocs/content/en/reference/api/metadata_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` From d24038955e6cec151ff387d43cc3a268d6375296 Mon Sep 17 00:00:00 2001 From: Ryuji Iwata Date: Wed, 7 Jul 2021 03:17:10 +0900 Subject: [PATCH 3/5] Fix typo of "the" (#1616) the the -> the Co-authored-by: Aaron Crawfis --- daprdocs/content/en/getting-started/configure-state-pubsub.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/getting-started/configure-state-pubsub.md b/daprdocs/content/en/getting-started/configure-state-pubsub.md index 84faafa3bfb..23b7eeb33f1 100644 --- a/daprdocs/content/en/getting-started/configure-state-pubsub.md +++ b/daprdocs/content/en/getting-started/configure-state-pubsub.md @@ -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. From ec009555fddd7a0a710e4171ff8ef7198521f5e3 Mon Sep 17 00:00:00 2001 From: Ryuji Iwata Date: Wed, 7 Jul 2021 04:30:21 +0900 Subject: [PATCH 4/5] Fix a link to "Next steps" (#1617) A link description was broken. Co-authored-by: Aaron Crawfis --- daprdocs/content/en/getting-started/configure-state-pubsub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/getting-started/configure-state-pubsub.md b/daprdocs/content/en/getting-started/configure-state-pubsub.md index 23b7eeb33f1..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 %}} From 380fb8911bc6c0888064edbea368b023c82db66d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 12:35:02 -0700 Subject: [PATCH 5/5] Bump glob-parent from 5.1.1 to 5.1.2 in /daprdocs (#1618) Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Crawfis --- daprdocs/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"