From d3b9eaba77def945ab84a8b52e94d3e0c2d0e881 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Fri, 9 Apr 2021 13:44:17 -0700 Subject: [PATCH] Update titles to put component type first --- .../reference/components-reference/supported-bindings/_index.md | 2 +- .../reference/components-reference/supported-pubsub/_index.md | 2 +- .../components-reference/supported-secret-stores/_index.md | 2 +- .../components-reference/supported-state-stores/_index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/_index.md b/daprdocs/content/en/reference/components-reference/supported-bindings/_index.md index 77536ca47..1f80e7bc4 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/_index.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/_index.md @@ -1,6 +1,6 @@ --- type: docs -title: "Supported external bindings" +title: "External bindings component specs" linkTitle: "Bindings" weight: 3000 description: The supported external bindings that interface with Dapr diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/_index.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/_index.md index 15f1a4b57..5fdc1a994 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/_index.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/_index.md @@ -1,6 +1,6 @@ --- type: docs -title: "Supported pub/sub brokers" +title: "Pub/sub brokers component specs" linkTitle: "Pub/sub brokers" weight: 2000 description: The supported pub/sub brokers that interface with Dapr diff --git a/daprdocs/content/en/reference/components-reference/supported-secret-stores/_index.md b/daprdocs/content/en/reference/components-reference/supported-secret-stores/_index.md index 88010446d..c6c43b74e 100644 --- a/daprdocs/content/en/reference/components-reference/supported-secret-stores/_index.md +++ b/daprdocs/content/en/reference/components-reference/supported-secret-stores/_index.md @@ -1,6 +1,6 @@ --- type: docs -title: "Supported secret stores" +title: "Secret store component specs" linkTitle: "Secret stores" weight: 4000 description: The supported secret stores that interface with Dapr diff --git a/daprdocs/content/en/reference/components-reference/supported-state-stores/_index.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/_index.md index 358e5e203..0dcdcd65a 100644 --- a/daprdocs/content/en/reference/components-reference/supported-state-stores/_index.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/_index.md @@ -1,6 +1,6 @@ --- type: docs -title: "Supported state stores" +title: "State store component specs" linkTitle: "State stores" description: "The supported state stores that interface with Dapr" weight: 1000