From 99bfa2d4dbf556c029f7ce50bbee075b16cefede Mon Sep 17 00:00:00 2001 From: Ori Zohar Date: Fri, 9 Apr 2021 12:06:09 -0700 Subject: [PATCH 1/4] Fixing v1.1.1 refernces in support table --- .../support/support-release-policy.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/daprdocs/content/en/operations/support/support-release-policy.md b/daprdocs/content/en/operations/support/support-release-policy.md index 1e80b774b..30c76d10e 100644 --- a/daprdocs/content/en/operations/support/support-release-policy.md +++ b/daprdocs/content/en/operations/support/support-release-policy.md @@ -33,19 +33,23 @@ The table below shows the versions of Dapr releases that have been tested togeth |--------------------|:--------:|:--------|---------|---------|---------| | Feb 17th 2021 | 1.0.0
| 1.0.0 | Java 1.0.0
Go 1.0.0
PHP 1.0.0
Python 1.0.0
.NET 1.0.0 | 0.6.0 | Supported | | Mar 4th 2021 | 1.0.1
| 1.0.1 | Java 1.0.2
Go 1.0.0
PHP 1.0.0
Python 1.0.0
.NET 1.0.0 | 0.6.0 | Supported | -| Apr 1st 2021 | 1.1.1
| 1.1.0 | Java 1.0.2
Go 1.1.0
PHP 1.0.0
Python 1.1.0
.NET 1.1.0 | 0.6.0 | Supported (current) | +| Apr 1st 2021 | 1.1.0
| 1.1.0 | Java 1.0.2
Go 1.1.0
PHP 1.0.0
Python 1.1.0
.NET 1.1.0 | 0.6.0 | Supported | +| Apr 6th 2021 | 1.1.1
| 1.1.0 | Java 1.0.2
Go 1.1.0
PHP 1.0.0
Python 1.1.0
.NET 1.1.0 | 0.6.0 | Supported (current) | ## Upgrade paths After the 1.0 release of the runtime there may be situations where it is necessary to explicitly upgrade through an additional release to reach the desired target. For example an upgrade from v1.0 to v1.2 may need go pass through v1.1 The table below shows the tested upgrade paths for the Dapr runtime. For example you are able to upgrade from 1.0-rc4 to the 1.0 release. Any other combinations of upgrades have not been tested. -| Current Runtime version | Must upgrade through | Target Runtime version | Notes -|--------------------------|-----------------------|------------------------- |------------------------- | -| 0.11 | N/A | 1.0.1 | Use Dapr CLI to upgrade for both self hosted and Kubernetes -| | 1.0.1| 1.1.0 | -| 1.0-rc1 to 1.0-rc4 | N/A | 1.0.1 | See Dapr 1.0 release notes -| 1.0.0 or 1.0.1 | N/A | 1.1.1 | See Dapr 1.1 release notes +General guidance on upgrading can be found for [self hosted mode]({{}}) and [Kubernetes]({{}}) deployments. It is best to review the target version release notes for specific guidance. + +| Current Runtime version | Must upgrade through | Target Runtime version | +|--------------------------|-----------------------|------------------------- | +| 0.11 | N/A | 1.0.1 | +| | 1.0.1 | 1.1.1 | +| 1.0-rc1 to 1.0-rc4 | N/A | 1.0.1 | +| 1.0.0 or 1.0.1 | N/A | 1.1.1 | +| 1.1.0 | N/A | 1.1.1 | ## Feature and deprecations There is a process for announcing feature deprecations. Deprecations are applied two (2) releases after the release in which they were announced. For example Feature X is announced to be deprecated in the 1.0.0 release notes and will then be removed in 1.2.0. From bbd2d18b3af803f036b758e8fa388f24e36f346b Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Fri, 9 Apr 2021 12:56:14 -0700 Subject: [PATCH 2/4] Move component specs into reference section --- .../building-blocks/secrets/howto-secrets.md | 6 +- .../building-blocks/secrets/secrets-scopes.md | 4 +- .../howto-stateful-service.md | 2 +- .../query-state-store/_index.md | 2 +- .../operations/components/component-scopes.md | 2 +- .../components/component-secrets.md | 2 +- .../operations/components/setup-bindings.md | 85 +++++++++++++++++++ .../components/setup-bindings/_index.md | 7 -- .../components/setup-pubsub/_index.md | 49 +++++++++++ .../setup-pubsub/setup-pubsub-overview.md | 55 ------------ ...ores-overview.md => setup-secret-store.md} | 15 ++-- .../components/setup-secret-store/_index.md | 8 -- ...store-overview.md => setup-state-store.md} | 15 +++- .../components/setup-state-store/_index.md | 7 -- .../reference/components-reference/_index.md | 7 ++ .../supported-bindings/_index.md | 6 +- .../supported-bindings/alicloudoss.md | 2 + .../supported-bindings/apns.md | 2 + .../supported-bindings/blobstorage.md | 2 + .../supported-bindings/cosmosdb.md | 2 + .../supported-bindings/cron.md | 2 + .../supported-bindings/dynamodb.md | 2 + .../supported-bindings/eventgrid.md | 2 + .../supported-bindings/eventhubs.md | 2 + .../supported-bindings/gcpbucket.md | 2 + .../supported-bindings/gcppubsub.md | 2 + .../supported-bindings/http.md | 2 + .../supported-bindings/influxdb.md | 2 + .../supported-bindings/kafka.md | 2 + .../supported-bindings/kinesis.md | 2 + .../supported-bindings/kubernetes-binding.md | 2 + .../supported-bindings/localstorage.md | 2 + .../supported-bindings/mqtt.md | 2 + .../supported-bindings/mysql.md | 2 + .../supported-bindings/postgres.md | 2 + .../supported-bindings/postmark.md | 2 + .../supported-bindings/rabbitmq.md | 2 + .../supported-bindings/redis.md | 2 + .../supported-bindings/rethinkdb.md | 2 + .../supported-bindings/s3.md | 2 + .../supported-bindings/sendgrid.md | 2 + .../supported-bindings/servicebusqueues.md | 2 + .../supported-bindings/signalr.md | 2 + .../supported-bindings/smtp.md | 2 + .../supported-bindings/sns.md | 2 + .../supported-bindings/sqs.md | 2 + .../supported-bindings/storagequeues.md | 2 + .../supported-bindings/twilio.md | 2 + .../supported-bindings/twitter.md | 2 + .../supported-pubsub/_index.md | 6 +- .../supported-pubsub/setup-apache-kafka.md | 2 + .../supported-pubsub/setup-aws-snssqs.md | 2 + .../supported-pubsub/setup-azure-eventhubs.md | 2 + .../setup-azure-servicebus.md | 2 + .../supported-pubsub/setup-gcp-pubsub.md | 1 + .../supported-pubsub/setup-hazelcast.md | 2 + .../supported-pubsub/setup-mqtt.md | 2 + .../supported-pubsub/setup-nats-streaming.md | 2 + .../supported-pubsub/setup-pulsar.md | 2 + .../supported-pubsub/setup-rabbitmq.md | 2 + .../supported-pubsub/setup-redis-pubsub.md | 2 + .../supported-secret-stores/_index.md | 6 +- .../aws-parameter-store.md | 4 +- .../aws-secret-manager.md | 4 +- .../azure-keyvault-managed-identity.md | 4 +- .../supported-secret-stores/azure-keyvault.md | 4 +- .../envvar-secret-store.md | 2 + .../file-secret-store.md | 2 + .../gcp-secret-manager.md | 4 +- .../hashicorp-vault.md | 4 +- .../kubernetes-secret-store.md | 2 + .../supported-state-stores/_index.md | 6 +- .../supported-state-stores/setup-aerospike.md | 2 + .../setup-azure-blobstorage.md | 2 + .../setup-azure-cosmosdb.md | 2 + .../setup-azure-tablestorage.md | 2 + .../supported-state-stores/setup-cassandra.md | 2 + .../setup-cloudstate.md | 2 + .../supported-state-stores/setup-consul.md | 2 + .../supported-state-stores/setup-couchbase.md | 2 + .../supported-state-stores/setup-dynamodb.md | 2 + .../supported-state-stores/setup-firestore.md | 2 + .../supported-state-stores/setup-hazelcast.md | 2 + .../supported-state-stores/setup-memcached.md | 2 + .../supported-state-stores/setup-mongodb.md | 2 + .../supported-state-stores/setup-mysql.md | 2 + .../setup-postgresql.md | 2 + .../supported-state-stores/setup-redis.md | 2 + .../supported-state-stores/setup-rethinkdb.md | 2 + .../supported-state-stores/setup-sqlserver.md | 2 + .../supported-state-stores/setup-zookeeper.md | 2 + 91 files changed, 336 insertions(+), 109 deletions(-) create mode 100644 daprdocs/content/en/operations/components/setup-bindings.md delete mode 100644 daprdocs/content/en/operations/components/setup-bindings/_index.md delete mode 100644 daprdocs/content/en/operations/components/setup-pubsub/setup-pubsub-overview.md rename daprdocs/content/en/operations/components/{setup-secret-store/secret-stores-overview.md => setup-secret-store.md} (85%) delete mode 100644 daprdocs/content/en/operations/components/setup-secret-store/_index.md rename daprdocs/content/en/operations/components/{setup-state-store/setup-state-store-overview.md => setup-state-store.md} (74%) delete mode 100644 daprdocs/content/en/operations/components/setup-state-store/_index.md create mode 100644 daprdocs/content/en/reference/components-reference/_index.md rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/_index.md (97%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/alicloudoss.md (97%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/apns.md (98%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/blobstorage.md (98%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/cosmosdb.md (96%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/cron.md (97%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/dynamodb.md (96%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/eventgrid.md (99%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/eventhubs.md (97%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/gcpbucket.md (98%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/gcppubsub.md (97%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/http.md (98%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/influxdb.md (95%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/kafka.md (97%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/kinesis.md (97%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/kubernetes-binding.md (97%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/localstorage.md (98%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/mqtt.md (95%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/mysql.md (98%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/postgres.md (97%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/postmark.md (97%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/rabbitmq.md (98%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/redis.md (98%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/rethinkdb.md (96%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/s3.md (98%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/sendgrid.md (97%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/servicebusqueues.md (96%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/signalr.md (97%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/smtp.md (97%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/sns.md (96%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/sqs.md (96%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/storagequeues.md (96%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/twilio.md (95%) rename daprdocs/content/en/{operations/components/setup-bindings => reference/components-reference}/supported-bindings/twitter.md (97%) rename daprdocs/content/en/{operations/components/setup-pubsub => reference/components-reference}/supported-pubsub/_index.md (95%) rename daprdocs/content/en/{operations/components/setup-pubsub => reference/components-reference}/supported-pubsub/setup-apache-kafka.md (95%) rename daprdocs/content/en/{operations/components/setup-pubsub => reference/components-reference}/supported-pubsub/setup-aws-snssqs.md (98%) rename daprdocs/content/en/{operations/components/setup-pubsub => reference/components-reference}/supported-pubsub/setup-azure-eventhubs.md (97%) rename daprdocs/content/en/{operations/components/setup-pubsub => reference/components-reference}/supported-pubsub/setup-azure-servicebus.md (97%) rename daprdocs/content/en/{operations/components/setup-pubsub => reference/components-reference}/supported-pubsub/setup-gcp-pubsub.md (96%) rename daprdocs/content/en/{operations/components/setup-pubsub => reference/components-reference}/supported-pubsub/setup-hazelcast.md (94%) rename daprdocs/content/en/{operations/components/setup-pubsub => reference/components-reference}/supported-pubsub/setup-mqtt.md (98%) rename daprdocs/content/en/{operations/components/setup-pubsub => reference/components-reference}/supported-pubsub/setup-nats-streaming.md (98%) rename daprdocs/content/en/{operations/components/setup-pubsub => reference/components-reference}/supported-pubsub/setup-pulsar.md (92%) rename daprdocs/content/en/{operations/components/setup-pubsub => reference/components-reference}/supported-pubsub/setup-rabbitmq.md (97%) rename daprdocs/content/en/{operations/components/setup-pubsub => reference/components-reference}/supported-pubsub/setup-redis-pubsub.md (97%) rename daprdocs/content/en/{operations/components/setup-secret-store => reference/components-reference}/supported-secret-stores/_index.md (95%) rename daprdocs/content/en/{operations/components/setup-secret-store => reference/components-reference}/supported-secret-stores/aws-parameter-store.md (87%) rename daprdocs/content/en/{operations/components/setup-secret-store => reference/components-reference}/supported-secret-stores/aws-secret-manager.md (87%) rename daprdocs/content/en/{operations/components/setup-secret-store => reference/components-reference}/supported-secret-stores/azure-keyvault-managed-identity.md (94%) rename daprdocs/content/en/{operations/components/setup-secret-store => reference/components-reference}/supported-secret-stores/azure-keyvault.md (95%) rename daprdocs/content/en/{operations/components/setup-secret-store => reference/components-reference}/supported-secret-stores/envvar-secret-store.md (86%) rename daprdocs/content/en/{operations/components/setup-secret-store => reference/components-reference}/supported-secret-stores/file-secret-store.md (95%) rename daprdocs/content/en/{operations/components/setup-secret-store => reference/components-reference}/supported-secret-stores/gcp-secret-manager.md (90%) rename daprdocs/content/en/{operations/components/setup-secret-store => reference/components-reference}/supported-secret-stores/hashicorp-vault.md (88%) rename daprdocs/content/en/{operations/components/setup-secret-store => reference/components-reference}/supported-secret-stores/kubernetes-secret-store.md (88%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/_index.md (97%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-aerospike.md (96%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-azure-blobstorage.md (97%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-azure-cosmosdb.md (97%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-azure-tablestorage.md (97%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-cassandra.md (97%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-cloudstate.md (98%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-consul.md (96%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-couchbase.md (96%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-dynamodb.md (96%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-firestore.md (97%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-hazelcast.md (95%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-memcached.md (96%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-mongodb.md (97%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-mysql.md (98%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-postgresql.md (96%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-redis.md (98%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-rethinkdb.md (97%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-sqlserver.md (97%) rename daprdocs/content/en/{operations/components/setup-state-store => reference/components-reference}/supported-state-stores/setup-zookeeper.md (96%) diff --git a/daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md b/daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md index 964cfdb20..b3c08f27c 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md +++ b/daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md @@ -42,7 +42,7 @@ spec: Make sure to replace `` with the path to the JSON file you just created. -To configure a different kind of secret store see the guidance on [how to configure a secret store]({{}}) and review [supported secret stores]({{}}) to see specific details required for different secret store solutions. +To configure a different kind of secret store see the guidance on [how to configure a secret store]({{}}) and review [supported secret stores]({{}}) to see specific details required for different secret store solutions. ## Get a secret Now run the Dapr sidecar (with no application) @@ -173,7 +173,7 @@ $app->run(function(\Dapr\SecretManager $secretManager, \Psr\Log\LoggerInterface - [Dapr secrets overview]({{}}) - [Secrets API reference]({{}}) -- [Configure a secret store]({{}}) -- [Supported secrets]({{}}) +- [Configure a secret store]({{}}) +- [Supported secrets]({{}}) - [Using secrets in components]({{}}) - [Secret stores quickstart](https://github.com/dapr/quickstarts/tree/master/secretstore) diff --git a/daprdocs/content/en/developing-applications/building-blocks/secrets/secrets-scopes.md b/daprdocs/content/en/developing-applications/building-blocks/secrets/secrets-scopes.md index a2126d710..d9f2598c4 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/secrets/secrets-scopes.md +++ b/daprdocs/content/en/developing-applications/building-blocks/secrets/secrets-scopes.md @@ -11,7 +11,7 @@ You can read [guidance on setting up secret store components]({{< ref setup-secr To limit the secrets to which the Dapr application has access to, you can can define secret scopes by adding a secret scope policy to the application configuration with restrictive permissions. Follow [these instructions]({{< ref configuration-concept.md >}}) to define an application configuration. -The secret scoping policy applies to any [secret store]({{< ref supported-secret-stores.md >}}), whether that is a local secret store, a Kubernetes secret store or a public cloud secret store. For details on how to set up a [secret stores]({{< ref secret-stores-overview.md >}}) read [How To: Retrieve a secret]({{< ref howto-secrets.md >}}) +The secret scoping policy applies to any [secret store]({{< ref supported-secret-stores.md >}}), whether that is a local secret store, a Kubernetes secret store or a public cloud secret store. For details on how to set up a [secret stores]({{< ref setup-secret-store.md >}}) read [How To: Retrieve a secret]({{< ref howto-secrets.md >}}) Watch this [video](https://youtu.be/j99RN_nxExA?start=2272) for a demo on how to use secret scoping with your application. @@ -95,6 +95,6 @@ Scenarios | defaultAccess | allowedSecrets | deniedSecrets | permission ## Related links * List of [secret stores]({{< ref supported-secret-stores.md >}}) -* Overview of [secret stores]({{< ref secret-stores-overview.md >}}) +* Overview of [secret stores]({{< ref setup-secret-store.md >}}) howto-secrets/ \ No newline at end of file diff --git a/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-stateful-service.md b/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-stateful-service.md index d25b7fbe6..e53a50108 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-stateful-service.md +++ b/daprdocs/content/en/developing-applications/building-blocks/state-management/howto-stateful-service.md @@ -24,7 +24,7 @@ To change the state store being used, replace the YAML under `/components` with ### Kubernetes -See the instructions [here]({{}}) on how to setup different state stores on Kubernetes. +See the instructions [here]({{}}) on how to setup different state stores on Kubernetes. ## Strong and Eventual consistency diff --git a/daprdocs/content/en/developing-applications/building-blocks/state-management/query-state-store/_index.md b/daprdocs/content/en/developing-applications/building-blocks/state-management/query-state-store/_index.md index 489c77675..665334824 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/state-management/query-state-store/_index.md +++ b/daprdocs/content/en/developing-applications/building-blocks/state-management/query-state-store/_index.md @@ -6,4 +6,4 @@ weight: 500 description: "Guides for working with specific backend states stores" --- -Explore the **Operations** section to see a list of [supported state stores]({{}}) and how to setup [state store components]({{}}). \ No newline at end of file +Explore the **Operations** section to see a list of [supported state stores]({{}}) and how to setup [state store components]({{}}). \ No newline at end of file diff --git a/daprdocs/content/en/operations/components/component-scopes.md b/daprdocs/content/en/operations/components/component-scopes.md index 0e82cba04..4dc36243d 100644 --- a/daprdocs/content/en/operations/components/component-scopes.md +++ b/daprdocs/content/en/operations/components/component-scopes.md @@ -1,7 +1,7 @@ --- type: docs title: "How-To: Scope components to one or more applications" -linkTitle: "How-To: Set component scopes" +linkTitle: "Scope access to components" weight: 300 description: "Limit component access to particular Dapr instances" --- diff --git a/daprdocs/content/en/operations/components/component-secrets.md b/daprdocs/content/en/operations/components/component-secrets.md index f494b89bd..00e3c763d 100644 --- a/daprdocs/content/en/operations/components/component-secrets.md +++ b/daprdocs/content/en/operations/components/component-secrets.md @@ -1,7 +1,7 @@ --- type: docs title: "How-To: Reference secrets in components" -linkTitle: "How-To: Reference secrets" +linkTitle: "Reference secrets in components" weight: 400 description: "How to securly reference secrets from a component definition" --- diff --git a/daprdocs/content/en/operations/components/setup-bindings.md b/daprdocs/content/en/operations/components/setup-bindings.md new file mode 100644 index 000000000..0e6c88a51 --- /dev/null +++ b/daprdocs/content/en/operations/components/setup-bindings.md @@ -0,0 +1,85 @@ +--- +type: docs +title: "Bindings components" +linkTitle: "Bindings" +description: "Guidance on setting up Dapr bindings components" +weight: 4000 +--- + +Dapr integrates with external resources to allow apps to both be triggered by external events and interact with the resources. Each binding component has a name and this name is used when interacting with the resource. + +As with other building block components, binding components are extensible and can be found in the [components-contrib repo](https://github.com/dapr/components-contrib). + +A binding in Dapr is described using a `Component` file with the following fields: + +```yaml +apiVersion: dapr.io/v1alpha1 +kind: Component +metadata: + name: + namespace: +spec: + type: bindings. + version: v1 + metadata: + - name: + value: + - name: + value: +... +``` + +The type of binding is determined by the `type` field, and things like connection strings and other metadata are put in the `.metadata` section. + +Different [supported bindings]({{< ref supported-bindings >}}) will have different specific fields that would need to be configured. For example, when configuring a binding for [Azure Blob Storage]({{< ref blobstorage>}}), the file would look like this: + +```yaml +apiVersion: dapr.io/v1alpha1 +kind: Component +metadata: + name: + namespace: +spec: + type: bindings.azure.blobstorage + version: v1 + metadata: + - name: storageAccount + value: myStorageAccountName + - name: storageAccessKey + value: *********** + - name: container + value: container1 + - name: decodeBase64 + value: + - name: getBlobRetryCount + value: +``` + +## Apply the configuration + +Once you have created the component's YAML file, follow these instructions to apply it based on your hosting environment: + + +{{< tabs "Self-Hosted" "Kubernetes" >}} + +{{% codetab %}} +To run locally, create a `components` dir containing the YAML file and provide the path to the `dapr run` command with the flag `--components-path`. +{{% /codetab %}} + +{{% codetab %}} +To deploy in Kubernetes, assuming your component file is named `mybinding.yaml`, run: + +```bash +kubectl apply -f mybinding.yaml +``` +{{% /codetab %}} + +{{< /tabs >}} + +## Supported bindings + +Visit the [bindings reference]({{< ref supported-bindings >}}) for a full list of supported resources. + +## Related links +- [Bindings building block]({{< ref bindings >}}) +- [Supported bindings]({{}}) \ No newline at end of file diff --git a/daprdocs/content/en/operations/components/setup-bindings/_index.md b/daprdocs/content/en/operations/components/setup-bindings/_index.md deleted file mode 100644 index ad369a646..000000000 --- a/daprdocs/content/en/operations/components/setup-bindings/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -type: docs -title: "Bindings components" -linkTitle: "Bindings" -description: "Guidance on setting up Dapr bindings components" -weight: 4000 ---- \ No newline at end of file diff --git a/daprdocs/content/en/operations/components/setup-pubsub/_index.md b/daprdocs/content/en/operations/components/setup-pubsub/_index.md index 502d39d8c..c7fbe3188 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/_index.md +++ b/daprdocs/content/en/operations/components/setup-pubsub/_index.md @@ -4,4 +4,53 @@ title: "Pub/Sub brokers" linkTitle: "Pub/sub brokers" description: "Guidance on setting up different message brokers for Dapr Pub/Sub" weight: 2000 +aliases: + - "/operations/components/setup-pubsub/setup-pubsub-overview/" --- + +Dapr integrates with pub/sub message buses to provide applications with the ability to create event-driven, loosely coupled architectures where producers send events to consumers via topics. + +Dapr supports the configuration of multiple, named, pub/sub components *per application*. Each pub/sub component has a name and this name is used when publishing a message topic. Read the [API reference]({{< ref pubsub_api.md >}}) for details on how to publish and subscribe to topics. + +Pub/sub components are extensible. A list of support pub/sub components is [here]({{< ref supported-pubsub >}}) and the implementations can be found in the [components-contrib repo](https://github.com/dapr/components-contrib). + +## Component files + +A pub/sub is described using a `Component` file: + +```yaml +apiVersion: dapr.io/v1alpha1 +kind: Component +metadata: + name: pubsub + namespace: default +spec: + type: pubsub. + version: v1 + metadata: + - name: + value: + - name: + value: +... +``` + +The type of pub/sub is determined by the `type` field, and properties such as connection strings and other metadata are put in the `.metadata` section. +Even though metadata values can contain secrets in plain text, it is recommended you use a [secret store]({{< ref component-secrets.md >}}) using a `secretKeyRef`. + +{{% alert title="Topic creation" color="primary" %}} +Depending on the pub/sub message bus you are using and how it is configured, topics may be created automatically. Even if the message bus supports automatic topic creation, it is a common governance practice to disable it in production environments. You may still need to use a CLI, admin console, or request form to manually create the topics required by your application. +{{% /alert %}} + +Visit [this guide]({{< ref "howto-publish-subscribe.md#step-3-publish-a-topic" >}}) for instructions on configuring and using pub/sub components. + +## Related links + +- Overview of the Dapr [Pub/Sub building block]({{< ref pubsub-overview.md >}}) +- Try the [Pub/Sub quickstart sample](https://github.com/dapr/quickstarts/tree/master/pub-sub) +- Read the [guide on publishing and subscribing]({{< ref howto-publish-subscribe.md >}}) +- Learn about [topic scoping]({{< ref pubsub-scopes.md >}}) +- Learn about [message time-to-live]({{< ref pubsub-message-ttl.md >}}) +- Learn [how to configure Pub/Sub components with multiple namespaces]({{< ref pubsub-namespaces.md >}}) +- List of [pub/sub components]({{< ref supported-pubsub >}}) +- Read the [API reference]({{< ref pubsub_api.md >}}) diff --git a/daprdocs/content/en/operations/components/setup-pubsub/setup-pubsub-overview.md b/daprdocs/content/en/operations/components/setup-pubsub/setup-pubsub-overview.md deleted file mode 100644 index 6447140e5..000000000 --- a/daprdocs/content/en/operations/components/setup-pubsub/setup-pubsub-overview.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -type: docs -title: "Overview" -linkTitle: "Overview" -description: "Overview on setting up of pub/sub components for Dapr" -weight: 10000 -type: docs ---- - -Dapr integrates with pub/sub message buses to provide applications with the ability to create event-driven, loosely coupled architectures where producers send events to consumers via topics. - -Dapr supports the configuration of multiple, named, pub/sub components *per application*. Each pub/sub component has a name and this name is used when publishing a message topic. Read the [API reference]({{< ref pubsub_api.md >}}) for details on how to publish and subscribe to topics. - -Pub/sub components are extensible. A list of support pub/sub components is [here]({{< ref supported-pubsub >}}) and the implementations can be found in the [components-contrib repo](https://github.com/dapr/components-contrib). - -## Component files - -A pub/sub is described using a `Component` file: - -```yaml -apiVersion: dapr.io/v1alpha1 -kind: Component -metadata: - name: pubsub - namespace: default -spec: - type: pubsub. - version: v1 - metadata: - - name: - value: - - name: - value: -... -``` - -The type of pub/sub is determined by the `type` field, and properties such as connection strings and other metadata are put in the `.metadata` section. -Even though metadata values can contain secrets in plain text, it is recommended you use a [secret store]({{< ref component-secrets.md >}}) using a `secretKeyRef`. - -{{% alert title="Topic creation" color="primary" %}} -Depending on the pub/sub message bus you are using and how it is configured, topics may be created automatically. Even if the message bus supports automatic topic creation, it is a common governance practice to disable it in production environments. You may still need to use a CLI, admin console, or request form to manually create the topics required by your application. -{{% /alert %}} - -Visit [this guide]({{< ref "howto-publish-subscribe.md#step-3-publish-a-topic" >}}) for instructions on configuring and using pub/sub components. - -## Related links - -- Overview of the Dapr [Pub/Sub building block]({{< ref pubsub-overview.md >}}) -- Try the [Pub/Sub quickstart sample](https://github.com/dapr/quickstarts/tree/master/pub-sub) -- Read the [guide on publishing and subscribing]({{< ref howto-publish-subscribe.md >}}) -- Learn about [topic scoping]({{< ref pubsub-scopes.md >}}) -- Learn about [message time-to-live]({{< ref pubsub-message-ttl.md >}}) -- Learn [how to configure Pub/Sub components with multiple namespaces]({{< ref pubsub-namespaces.md >}}) -- List of [pub/sub components]({{< ref supported-pubsub >}}) -- Read the [API reference]({{< ref pubsub_api.md >}}) diff --git a/daprdocs/content/en/operations/components/setup-secret-store/secret-stores-overview.md b/daprdocs/content/en/operations/components/setup-secret-store.md similarity index 85% rename from daprdocs/content/en/operations/components/setup-secret-store/secret-stores-overview.md rename to daprdocs/content/en/operations/components/setup-secret-store.md index 5822ff211..5c22efe73 100644 --- a/daprdocs/content/en/operations/components/setup-secret-store/secret-stores-overview.md +++ b/daprdocs/content/en/operations/components/setup-secret-store.md @@ -1,10 +1,11 @@ --- type: docs -title: "Overview" -linkTitle: "Overview" -description: "General overview on set up of secret stores for Dapr" -weight: 10000 -type: docs +title: "Secret store components" +linkTitle: "Secret stores" +description: "Guidance on setting up different secret store components" +weight: 3000 +aliases: + - "/operations/components/setup-state-store/secret-stores-overview/" --- Dapr integrates with secret stores to provide apps and other components with secure storage and access to secrets such as access keys and passwords. Each secret store component has a name and this name is used when accessing a secret. @@ -75,6 +76,10 @@ kubectl apply -f secret-store.yaml {{< /tabs >}} +## Supported secret stores + +Visit the [secret stores reference]({{< ref supported-secret-stores >}}) for a full list of supported secret stores. + ## Related links diff --git a/daprdocs/content/en/operations/components/setup-secret-store/_index.md b/daprdocs/content/en/operations/components/setup-secret-store/_index.md deleted file mode 100644 index e603b0126..000000000 --- a/daprdocs/content/en/operations/components/setup-secret-store/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -type: docs -title: "Secret store components" -linkTitle: "Secret stores" -description: "Guidance on setting up different secret store components" -weight: 3000 -type: docs ---- diff --git a/daprdocs/content/en/operations/components/setup-state-store/setup-state-store-overview.md b/daprdocs/content/en/operations/components/setup-state-store.md similarity index 74% rename from daprdocs/content/en/operations/components/setup-state-store/setup-state-store-overview.md rename to daprdocs/content/en/operations/components/setup-state-store.md index 35d8fc1c6..5f3f2308c 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/setup-state-store-overview.md +++ b/daprdocs/content/en/operations/components/setup-state-store.md @@ -1,9 +1,11 @@ --- type: docs -title: "Overview" -linkTitle: "Overview" -description: "Guidance on set up for state management components" -weight: 10000 +title: "State stores components" +linkTitle: "State stores" +description: "Guidance on setting up different state stores for Dapr state management" +weight: 1000 +aliases: + - "/operations/components/setup-state-store/setup-state-store-overview/" --- Dapr integrates with existing databases to provide apps with state management capabilities for CRUD operations, transactions and more. It also supports the configuration of multiple, named, state store components *per application*. @@ -34,7 +36,12 @@ Even though metadata values can contain secrets in plain text, it is recommended Visit [this guide]({{< ref "howto-get-save-state.md#step-1-setup-a-state-store" >}}) on how to configure a state store component. +## Supported state stores + +Visit [this reference]({{< ref supported-state-stores >}}) to see all of the supported state stores in Dapr. + ## Related topics - [Component concept]({{< ref components-concept.md >}}) - [State management overview]({{< ref state-management >}}) - [State management API specification]({{< ref state_api.md >}}) +- [Supported state stores]({{< ref supported-state-stores >}}) diff --git a/daprdocs/content/en/operations/components/setup-state-store/_index.md b/daprdocs/content/en/operations/components/setup-state-store/_index.md deleted file mode 100644 index d86cfa777..000000000 --- a/daprdocs/content/en/operations/components/setup-state-store/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -type: docs -title: "State stores components" -linkTitle: "State stores" -description: "Guidance on setting up different state stores for Dapr state management" -weight: 1000 ---- \ No newline at end of file diff --git a/daprdocs/content/en/reference/components-reference/_index.md b/daprdocs/content/en/reference/components-reference/_index.md new file mode 100644 index 000000000..5456f4324 --- /dev/null +++ b/daprdocs/content/en/reference/components-reference/_index.md @@ -0,0 +1,7 @@ +--- +type: docs +title: "Dapr components reference" +linkTitle: "Component specs" +description: "Detailed information and specifications on Dapr components" +weight: 400 +--- diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/_index.md b/daprdocs/content/en/reference/components-reference/supported-bindings/_index.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/_index.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/_index.md index 692149ac5..77536ca47 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/_index.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/_index.md @@ -1,9 +1,11 @@ --- type: docs title: "Supported external bindings" -linkTitle: "Supported bindings" -weight: 200 +linkTitle: "Bindings" +weight: 3000 description: The supported external bindings that interface with Dapr +aliases: + - "/operations/components/setup-bindings/supported-bindings/" no_list: true --- diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/alicloudoss.md b/daprdocs/content/en/reference/components-reference/supported-bindings/alicloudoss.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/alicloudoss.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/alicloudoss.md index af106dea8..0318c6d19 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/alicloudoss.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/alicloudoss.md @@ -3,6 +3,8 @@ type: docs title: "Alibaba Cloud Object Storage Service binding spec" linkTitle: "Alibaba Cloud Object Storage" description: "Detailed documentation on the Alibaba Cloud Object Storage binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/alicloudoss/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/apns.md b/daprdocs/content/en/reference/components-reference/supported-bindings/apns.md similarity index 98% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/apns.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/apns.md index 625551acc..3a33ba187 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/apns.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/apns.md @@ -3,6 +3,8 @@ type: docs title: "Apple Push Notification Service binding spec" linkTitle: "Apple Push Notification Service" description: "Detailed documentation on the Apple Push Notification Service binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/apns/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/blobstorage.md b/daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md similarity index 98% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/blobstorage.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md index 409f8efe0..6eb4529bc 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/blobstorage.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md @@ -3,6 +3,8 @@ type: docs title: "Azure Blob Storage binding spec" linkTitle: "Azure Blob Storage" description: "Detailed documentation on the Azure Blob Storage binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/blobstorage/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/cosmosdb.md b/daprdocs/content/en/reference/components-reference/supported-bindings/cosmosdb.md similarity index 96% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/cosmosdb.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/cosmosdb.md index d7749960e..dd793db11 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/cosmosdb.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/cosmosdb.md @@ -3,6 +3,8 @@ type: docs title: "Azure CosmosDB binding spec" linkTitle: "Azure CosmosDB" description: "Detailed documentation on the Azure CosmosDB binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/cosmosdb/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/cron.md b/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/cron.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/cron.md index afc22a070..9d07e146a 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/cron.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/cron.md @@ -3,6 +3,8 @@ type: docs title: "Cron binding spec" linkTitle: "Cron" description: "Detailed documentation on the cron binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/cron/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/dynamodb.md b/daprdocs/content/en/reference/components-reference/supported-bindings/dynamodb.md similarity index 96% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/dynamodb.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/dynamodb.md index 86e28b457..dae8c1f8a 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/dynamodb.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/dynamodb.md @@ -3,6 +3,8 @@ type: docs title: "AWS DynamoDB binding spec" linkTitle: "AWS DynamoDB" description: "Detailed documentation on the AWS DynamoDB binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/dynamodb/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/eventgrid.md b/daprdocs/content/en/reference/components-reference/supported-bindings/eventgrid.md similarity index 99% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/eventgrid.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/eventgrid.md index 426ad7d59..efa8f3bc7 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/eventgrid.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/eventgrid.md @@ -3,6 +3,8 @@ type: docs title: "Azure Event Grid binding spec" linkTitle: "Azure Event Grid" description: "Detailed documentation on the Azure Event Grid binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/eventgrid/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/eventhubs.md b/daprdocs/content/en/reference/components-reference/supported-bindings/eventhubs.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/eventhubs.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/eventhubs.md index 7105347ea..5ae7949f3 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/eventhubs.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/eventhubs.md @@ -3,6 +3,8 @@ type: docs title: "Azure Event Hubs binding spec" linkTitle: "Azure Event Hubs" description: "Detailed documentation on the Azure Event Hubs binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/eventhubs/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/gcpbucket.md b/daprdocs/content/en/reference/components-reference/supported-bindings/gcpbucket.md similarity index 98% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/gcpbucket.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/gcpbucket.md index b00f19822..84b91edec 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/gcpbucket.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/gcpbucket.md @@ -3,6 +3,8 @@ type: docs title: "GCP Storage Bucket binding spec" linkTitle: "GCP Storage Bucket" description: "Detailed documentation on the GCP Storage Bucket binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/gcpbucket/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/gcppubsub.md b/daprdocs/content/en/reference/components-reference/supported-bindings/gcppubsub.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/gcppubsub.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/gcppubsub.md index 9def7fe7c..d9bab5e81 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/gcppubsub.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/gcppubsub.md @@ -3,6 +3,8 @@ type: docs title: "GCP Pub/Sub binding spec" linkTitle: "GCP Pub/Sub" description: "Detailed documentation on the GCP Pub/Sub binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/gcppubsub/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/http.md b/daprdocs/content/en/reference/components-reference/supported-bindings/http.md similarity index 98% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/http.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/http.md index 0cc0fdf88..46cc781e4 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/http.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/http.md @@ -3,6 +3,8 @@ type: docs title: "HTTP binding spec" linkTitle: "HTTP" description: "Detailed documentation on the HTTP binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/http/" --- ## Setup Dapr component diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/influxdb.md b/daprdocs/content/en/reference/components-reference/supported-bindings/influxdb.md similarity index 95% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/influxdb.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/influxdb.md index dcb4f130a..88e22cfba 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/influxdb.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/influxdb.md @@ -3,6 +3,8 @@ type: docs title: "InfluxDB binding spec" linkTitle: "InfluxDB" description: "Detailed documentation on the InfluxDB binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/influxdb/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/kafka.md b/daprdocs/content/en/reference/components-reference/supported-bindings/kafka.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/kafka.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/kafka.md index ddbb142e6..f9b508d9d 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/kafka.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/kafka.md @@ -3,6 +3,8 @@ type: docs title: "Kafka binding spec" linkTitle: "Kafka" description: "Detailed documentation on the Kafka binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/kafka/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/kinesis.md b/daprdocs/content/en/reference/components-reference/supported-bindings/kinesis.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/kinesis.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/kinesis.md index 1f6c375fb..cc0914486 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/kinesis.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/kinesis.md @@ -3,6 +3,8 @@ type: docs title: "AWS Kinesis binding spec" linkTitle: "AWS Kinesis" description: "Detailed documentation on the AWS Kinesis binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/kinesis/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/kubernetes-binding.md b/daprdocs/content/en/reference/components-reference/supported-bindings/kubernetes-binding.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/kubernetes-binding.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/kubernetes-binding.md index 3ccfd0b0f..706ea8a07 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/kubernetes-binding.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/kubernetes-binding.md @@ -3,6 +3,8 @@ type: docs title: "Kubernetes Events binding spec" linkTitle: "Kubernetes Events" description: "Detailed documentation on the Kubernetes Events binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/kubernetes-binding/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/localstorage.md b/daprdocs/content/en/reference/components-reference/supported-bindings/localstorage.md similarity index 98% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/localstorage.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/localstorage.md index 7268b2bd9..a698d86d1 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/localstorage.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/localstorage.md @@ -3,6 +3,8 @@ type: docs title: "Local Storage binding spec" linkTitle: "Local Storage" description: "Detailed documentation on the Local Storage binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/localstorage/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/mqtt.md b/daprdocs/content/en/reference/components-reference/supported-bindings/mqtt.md similarity index 95% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/mqtt.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/mqtt.md index 236eb22a8..270381a52 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/mqtt.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/mqtt.md @@ -3,6 +3,8 @@ type: docs title: "MQTT binding spec" linkTitle: "MQTT" description: "Detailed documentation on the MQTT binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/mqtt/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/mysql.md b/daprdocs/content/en/reference/components-reference/supported-bindings/mysql.md similarity index 98% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/mysql.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/mysql.md index 94cc51c08..79863e41d 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/mysql.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/mysql.md @@ -3,6 +3,8 @@ type: docs title: "MySQL binding spec" linkTitle: "MySQL" description: "Detailed documentation on the MySQL binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/mysql/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/postgres.md b/daprdocs/content/en/reference/components-reference/supported-bindings/postgres.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/postgres.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/postgres.md index 13606d2da..ad891833d 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/postgres.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/postgres.md @@ -3,6 +3,8 @@ type: docs title: "PostgreSQL binding spec" linkTitle: "PostgreSQL" description: "Detailed documentation on the PostgreSQL binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/postgres/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/postmark.md b/daprdocs/content/en/reference/components-reference/supported-bindings/postmark.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/postmark.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/postmark.md index f5a4032c0..41c08b1c8 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/postmark.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/postmark.md @@ -3,6 +3,8 @@ type: docs title: "Postmark binding spec" linkTitle: "Postmark" description: "Detailed documentation on the Postmark binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/postmark/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/rabbitmq.md b/daprdocs/content/en/reference/components-reference/supported-bindings/rabbitmq.md similarity index 98% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/rabbitmq.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/rabbitmq.md index 9c57c2e36..ebc46d396 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/rabbitmq.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/rabbitmq.md @@ -3,6 +3,8 @@ type: docs title: "RabbitMQ binding spec" linkTitle: "RabbitMQ" description: "Detailed documentation on the RabbitMQ binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/rabbitmq/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/redis.md b/daprdocs/content/en/reference/components-reference/supported-bindings/redis.md similarity index 98% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/redis.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/redis.md index 9ca98ae0c..22b0445ef 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/redis.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/redis.md @@ -3,6 +3,8 @@ type: docs title: "Redis binding spec" linkTitle: "Redis" description: "Detailed documentation on the Redis binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/redis/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/rethinkdb.md b/daprdocs/content/en/reference/components-reference/supported-bindings/rethinkdb.md similarity index 96% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/rethinkdb.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/rethinkdb.md index b71817c85..6a62df3c5 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/rethinkdb.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/rethinkdb.md @@ -3,6 +3,8 @@ type: docs title: "RethinkDB binding spec" linkTitle: "RethinkDB" description: "Detailed documentation on the RethinkDB binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/rethinkdb/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/s3.md b/daprdocs/content/en/reference/components-reference/supported-bindings/s3.md similarity index 98% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/s3.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/s3.md index e38dc221d..8b3fb158a 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/s3.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/s3.md @@ -3,6 +3,8 @@ type: docs title: "AWS S3 binding spec" linkTitle: "AWS S3" description: "Detailed documentation on the AWS S3 binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/s3/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/sendgrid.md b/daprdocs/content/en/reference/components-reference/supported-bindings/sendgrid.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/sendgrid.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/sendgrid.md index 6c1d88ee0..215397cd7 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/sendgrid.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/sendgrid.md @@ -3,6 +3,8 @@ type: docs title: "Twilio SendGrid binding spec" linkTitle: "Twilio SendGrid" description: "Detailed documentation on the Twilio SendGrid binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/sendgrid/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/servicebusqueues.md b/daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md similarity index 96% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/servicebusqueues.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md index 1de6a27c7..880e209d7 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/servicebusqueues.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md @@ -3,6 +3,8 @@ type: docs title: "Azure Service Bus Queues binding spec" linkTitle: "Azure Service Bus Queues" description: "Detailed documentation on the Azure Service Bus Queues binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/servicebusqueues/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/signalr.md b/daprdocs/content/en/reference/components-reference/supported-bindings/signalr.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/signalr.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/signalr.md index 508ae7d2f..0878fd9ae 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/signalr.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/signalr.md @@ -3,6 +3,8 @@ type: docs title: "Azure SignalR binding spec" linkTitle: "Azure SignalR" description: "Detailed documentation on the Azure SignalR binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/signalr/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/smtp.md b/daprdocs/content/en/reference/components-reference/supported-bindings/smtp.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/smtp.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/smtp.md index 7bd2b58ab..31bfa1e11 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/smtp.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/smtp.md @@ -3,6 +3,8 @@ type: docs title: "SMTP binding spec" linkTitle: "SMTP" description: "Detailed documentation on the SMTP binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/smtp/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/sns.md b/daprdocs/content/en/reference/components-reference/supported-bindings/sns.md similarity index 96% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/sns.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/sns.md index 5f45d1c41..29a87bc3a 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/sns.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/sns.md @@ -3,6 +3,8 @@ type: docs title: "AWS SNS binding spec" linkTitle: "AWS SNS" description: "Detailed documentation on the AWS SNS binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/sns/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/sqs.md b/daprdocs/content/en/reference/components-reference/supported-bindings/sqs.md similarity index 96% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/sqs.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/sqs.md index e229f1ad1..0e97802d0 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/sqs.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/sqs.md @@ -3,6 +3,8 @@ type: docs title: "AWS SQS binding spec" linkTitle: "AWS SQS" description: "Detailed documentation on the AWS SQS binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/sqs/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/storagequeues.md b/daprdocs/content/en/reference/components-reference/supported-bindings/storagequeues.md similarity index 96% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/storagequeues.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/storagequeues.md index c075031cb..a4814664c 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/storagequeues.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/storagequeues.md @@ -3,6 +3,8 @@ type: docs title: "Azure Storage Queues binding spec" linkTitle: "Azure Storage Queues" description: "Detailed documentation on the Azure Storage Queues binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/storagequeues/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/twilio.md b/daprdocs/content/en/reference/components-reference/supported-bindings/twilio.md similarity index 95% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/twilio.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/twilio.md index df5994b36..9d158e72d 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/twilio.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/twilio.md @@ -3,6 +3,8 @@ type: docs title: "Twilio SMS binding spec" linkTitle: "Twilio SMS" description: "Detailed documentation on the Twilio SMS binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/twilio/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/twitter.md b/daprdocs/content/en/reference/components-reference/supported-bindings/twitter.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-bindings/supported-bindings/twitter.md rename to daprdocs/content/en/reference/components-reference/supported-bindings/twitter.md index 81f4ff654..66511892a 100644 --- a/daprdocs/content/en/operations/components/setup-bindings/supported-bindings/twitter.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/twitter.md @@ -3,6 +3,8 @@ type: docs title: "Twitter binding spec" linkTitle: "Twitter" description: "Detailed documentation on the Twitter binding component" +aliases: + - "/operations/components/setup-bindings/supported-bindings/twitter/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/_index.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/_index.md similarity index 95% rename from daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/_index.md rename to daprdocs/content/en/reference/components-reference/supported-pubsub/_index.md index ef1fc71c6..15f1a4b57 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/_index.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/_index.md @@ -1,9 +1,11 @@ --- type: docs title: "Supported pub/sub brokers" -linkTitle: "Supported pub/sub brokers" -weight: 30000 +linkTitle: "Pub/sub brokers" +weight: 2000 description: The supported pub/sub brokers that interface with Dapr +aliases: + - "/operations/components/setup-pubsub/supported-pubsub/" no_list: true --- diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-apache-kafka.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md similarity index 95% rename from daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-apache-kafka.md rename to daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md index e2907b6ce..32381b2f6 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-apache-kafka.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md @@ -3,6 +3,8 @@ type: docs title: "Apache Kafka" linkTitle: "Apache Kafka" description: "Detailed documentation on the Apache Kafka pubsub component" +aliases: + - "/operations/components/setup-pubsub/supported-pubsub/setup-apache-kafka/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-aws-snssqs.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-aws-snssqs.md similarity index 98% rename from daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-aws-snssqs.md rename to daprdocs/content/en/reference/components-reference/supported-pubsub/setup-aws-snssqs.md index 3941e586c..cca8de9b9 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-aws-snssqs.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-aws-snssqs.md @@ -3,6 +3,8 @@ type: docs title: "AWS SNS/SQS" linkTitle: "AWS SNS/SQS" description: "Detailed documentation on the AWS SNS/SQS pubsub component" +aliases: + - "/operations/components/setup-pubsub/supported-pubsub/setup-aws-snssqs/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-azure-eventhubs.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-eventhubs.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-azure-eventhubs.md rename to daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-eventhubs.md index ef16efc35..7539b9c0e 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-azure-eventhubs.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-eventhubs.md @@ -3,6 +3,8 @@ type: docs title: "Azure Events Hub" linkTitle: "Azure Events Hub" description: "Detailed documentation on the Azure Event Hubs pubsub component" +aliases: + - "/operations/components/setup-pubsub/supported-pubsub/setup-azure-eventhubs/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-azure-servicebus.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-azure-servicebus.md rename to daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus.md index c43196cc9..584151831 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-azure-servicebus.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus.md @@ -3,6 +3,8 @@ type: docs title: "Azure Service Bus" linkTitle: "Azure Service Bus" description: "Detailed documentation on the Azure Service Bus pubsub component" +aliases: + - "/operations/components/setup-pubsub/supported-pubsub/setup-azure-servicebus/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-gcp-pubsub.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-gcp-pubsub.md similarity index 96% rename from daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-gcp-pubsub.md rename to daprdocs/content/en/reference/components-reference/supported-pubsub/setup-gcp-pubsub.md index 07767d8da..d99d1c13f 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-gcp-pubsub.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-gcp-pubsub.md @@ -5,6 +5,7 @@ linkTitle: "GCP Pub/Sub" description: "Detailed documentation on the GCP Pub/Sub component" aliases: - "/operations/components/setup-pubsub/supported-pubsub/setup-gcp/" + - "/operations/components/setup-pubsub/supported-pubsub/setup-gcp-pubsub/" --- ## Create a Dapr component diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-hazelcast.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-hazelcast.md similarity index 94% rename from daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-hazelcast.md rename to daprdocs/content/en/reference/components-reference/supported-pubsub/setup-hazelcast.md index 093042659..1518dffb9 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-hazelcast.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-hazelcast.md @@ -3,6 +3,8 @@ type: docs title: "Hazelcast" linkTitle: "Hazelcast" description: "Detailed documentation on the Hazelcast pubsub component" +aliases: + - "/operations/components/setup-pubsub/supported-pubsub/setup-hazelcast/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-mqtt.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-mqtt.md similarity index 98% rename from daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-mqtt.md rename to daprdocs/content/en/reference/components-reference/supported-pubsub/setup-mqtt.md index 6d039d9ce..aed40cb0b 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-mqtt.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-mqtt.md @@ -3,6 +3,8 @@ type: docs title: "MQTT" linkTitle: "MQTT" description: "Detailed documentation on the MQTT pubsub component" +aliases: + - "/operations/components/setup-pubsub/supported-pubsub/setup-mqtt/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-nats-streaming.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-nats-streaming.md similarity index 98% rename from daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-nats-streaming.md rename to daprdocs/content/en/reference/components-reference/supported-pubsub/setup-nats-streaming.md index e8fb5d5a5..1f691139f 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-nats-streaming.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-nats-streaming.md @@ -3,6 +3,8 @@ type: docs title: "NATS Streaming" linkTitle: "NATS Streaming" description: "Detailed documentation on the NATS Streaming pubsub component" +aliases: + - "/operations/components/setup-pubsub/supported-pubsub/setup-nats-streaming/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-pulsar.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md similarity index 92% rename from daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-pulsar.md rename to daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md index 199e5e0f2..cfa6eb7c9 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-pulsar.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md @@ -3,6 +3,8 @@ type: docs title: "Pulsar" linkTitle: "Pulsar" description: "Detailed documentation on the Pulsar pubsub component" +aliases: + - "/operations/components/setup-pubsub/supported-pubsub/setup-pulsar/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq.md rename to daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md index 855251a94..f00eefd37 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md @@ -3,6 +3,8 @@ type: docs title: "RabbitMQ" linkTitle: "RabbitMQ" description: "Detailed documentation on the RabbitMQ pubsub component" +aliases: + - "/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-redis-pubsub.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-redis-pubsub.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-redis-pubsub.md rename to daprdocs/content/en/reference/components-reference/supported-pubsub/setup-redis-pubsub.md index 173952b2b..417cb5561 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-redis-pubsub.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-redis-pubsub.md @@ -3,6 +3,8 @@ type: docs title: "Redis Streams" linkTitle: "Redis Streams" description: "Detailed documentation on the Redis Streams pubsub component" +aliases: + - "/operations/components/setup-pubsub/supported-pubsub/setup-redis-pubsub/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/_index.md b/daprdocs/content/en/reference/components-reference/supported-secret-stores/_index.md similarity index 95% rename from daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/_index.md rename to daprdocs/content/en/reference/components-reference/supported-secret-stores/_index.md index ee5692974..88010446d 100644 --- a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/_index.md +++ b/daprdocs/content/en/reference/components-reference/supported-secret-stores/_index.md @@ -1,9 +1,11 @@ --- type: docs title: "Supported secret stores" -linkTitle: "Supported secret stores" -weight: 30000 +linkTitle: "Secret stores" +weight: 4000 description: The supported secret stores that interface with Dapr +aliases: + - "/operations/components/setup-secret-store/supported-secret-stores/" no_list: true --- diff --git a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/aws-parameter-store.md b/daprdocs/content/en/reference/components-reference/supported-secret-stores/aws-parameter-store.md similarity index 87% rename from daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/aws-parameter-store.md rename to daprdocs/content/en/reference/components-reference/supported-secret-stores/aws-parameter-store.md index 2aa797c2d..58a076196 100644 --- a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/aws-parameter-store.md +++ b/daprdocs/content/en/reference/components-reference/supported-secret-stores/aws-parameter-store.md @@ -3,11 +3,13 @@ type: docs title: "AWS SSM Parameter Store" linkTitle: "AWS SSM Parameter Store" description: Detailed information on the AWS SSM Parameter Store - secret store component +aliases: + - "/operations/components/setup-secret-store/supported-secret-stores/aws-parameter-store/" --- ## Component format -To setup AWS SSM Parameter Store secret store create a component of type `secretstores.aws.parameterstore`. See [this guide]({{< ref "secret-stores-overview.md#apply-the-configuration" >}}) on how to create and apply a secretstore configuration. See this guide on [referencing secrets]({{< ref component-secrets.md >}}) to retrieve and use the secret with Dapr components. +To setup AWS SSM Parameter Store secret store create a component of type `secretstores.aws.parameterstore`. See [this guide]({{< ref "setup-secret-store.md#apply-the-configuration" >}}) on how to create and apply a secretstore configuration. See this guide on [referencing secrets]({{< ref component-secrets.md >}}) to retrieve and use the secret with Dapr components. See [Authenticating to AWS]({{< ref authenticating-aws.md >}}) for information about authentication-related attributes. diff --git a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/aws-secret-manager.md b/daprdocs/content/en/reference/components-reference/supported-secret-stores/aws-secret-manager.md similarity index 87% rename from daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/aws-secret-manager.md rename to daprdocs/content/en/reference/components-reference/supported-secret-stores/aws-secret-manager.md index 686958735..b2a2099f8 100644 --- a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/aws-secret-manager.md +++ b/daprdocs/content/en/reference/components-reference/supported-secret-stores/aws-secret-manager.md @@ -3,11 +3,13 @@ type: docs title: "AWS Secrets Manager" linkTitle: "AWS Secrets Manager" description: Detailed information on the decret store component +aliases: + - "/operations/components/setup-secret-store/supported-secret-stores/aws-secret-manager/" --- ## Component format -To setup AWS Secrets Manager secret store create a component of type `secretstores.aws.secretmanager`. See [this guide]({{< ref "secret-stores-overview.md#apply-the-configuration" >}}) on how to create and apply a secretstore configuration. See this guide on [referencing secrets]({{< ref component-secrets.md >}}) to retrieve and use the secret with Dapr components. +To setup AWS Secrets Manager secret store create a component of type `secretstores.aws.secretmanager`. See [this guide]({{< ref "setup-secret-store.md#apply-the-configuration" >}}) on how to create and apply a secretstore configuration. See this guide on [referencing secrets]({{< ref component-secrets.md >}}) to retrieve and use the secret with Dapr components. See [Authenticating to AWS]({{< ref authenticating-aws.md >}}) for information about authentication-related attributes. diff --git a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/azure-keyvault-managed-identity.md b/daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault-managed-identity.md similarity index 94% rename from daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/azure-keyvault-managed-identity.md rename to daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault-managed-identity.md index 125277aa1..f42d83594 100644 --- a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/azure-keyvault-managed-identity.md +++ b/daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault-managed-identity.md @@ -3,11 +3,13 @@ type: docs title: "Azure Key Vault with Managed Identities on Kubernetes" linkTitle: "Azure Key Vault w/ Managed Identity" description: How to configure Azure Key Vault and Kubernetes to use Azure Managed Identities to access secrets +aliases: + - "/operations/components/setup-secret-store/supported-secret-stores/azure-keyvault-managed-identity/" --- ## Component format -To setup Azure Key Vault secret store with Managed Identies create a component of type `secretstores.azure.keyvault`. See [this guide]({{< ref "secret-stores-overview.md#apply-the-configuration" >}}) on how to create and apply a secretstore configuration. See this guide on [referencing secrets]({{< ref component-secrets.md >}}) to retrieve and use the secret with Dapr components. +To setup Azure Key Vault secret store with Managed Identies create a component of type `secretstores.azure.keyvault`. See [this guide]({{< ref "setup-secret-store.md#apply-the-configuration" >}}) on how to create and apply a secretstore configuration. See this guide on [referencing secrets]({{< ref component-secrets.md >}}) to retrieve and use the secret with Dapr components. In Kubernetes mode, you store the certificate for the service principal into the Kubernetes Secret Store and then enable Azure Key Vault secret store with this certificate in Kubernetes secretstore. diff --git a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/azure-keyvault.md b/daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md similarity index 95% rename from daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/azure-keyvault.md rename to daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md index 555df3ea0..77480839d 100644 --- a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/azure-keyvault.md +++ b/daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md @@ -3,6 +3,8 @@ type: docs title: "Azure Key Vault secret store" linkTitle: "Azure Key Vault" description: Detailed information on the Azure Key Vault secret store component +aliases: + - "/operations/components/setup-secret-store/supported-secret-stores/azure-keyvault/" --- {{% alert title="Note" color="primary" %}} @@ -11,7 +13,7 @@ Azure Managed Identity can be used for Azure Key Vault access on Kubernetes. Ins ## Component format -To setup Azure Key Vault secret store create a component of type `secretstores.azure.keyvault`. See [this guide]({{< ref "secret-stores-overview.md#apply-the-configuration" >}}) on how to create and apply a secretstore configuration. See this guide on [referencing secrets]({{< ref component-secrets.md >}}) to retrieve and use the secret with Dapr components. +To setup Azure Key Vault secret store create a component of type `secretstores.azure.keyvault`. See [this guide]({{< ref "setup-secret-store.md#apply-the-configuration" >}}) on how to create and apply a secretstore configuration. See this guide on [referencing secrets]({{< ref component-secrets.md >}}) to retrieve and use the secret with Dapr components. See also [configure the component](#configure-the-component) guide in this page. diff --git a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/envvar-secret-store.md b/daprdocs/content/en/reference/components-reference/supported-secret-stores/envvar-secret-store.md similarity index 86% rename from daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/envvar-secret-store.md rename to daprdocs/content/en/reference/components-reference/supported-secret-stores/envvar-secret-store.md index e1c2550b9..7a336472a 100644 --- a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/envvar-secret-store.md +++ b/daprdocs/content/en/reference/components-reference/supported-secret-stores/envvar-secret-store.md @@ -3,6 +3,8 @@ type: docs title: "Local environment variables (for Development)" linkTitle: "Local environment variables" description: Detailed information on the local environment secret store component +aliases: + - "/operations/components/setup-secret-store/supported-secret-stores/envvar-secret-store/" --- This Dapr secret store component uses locally defined environment variable and does not use authentication. diff --git a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/file-secret-store.md b/daprdocs/content/en/reference/components-reference/supported-secret-stores/file-secret-store.md similarity index 95% rename from daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/file-secret-store.md rename to daprdocs/content/en/reference/components-reference/supported-secret-stores/file-secret-store.md index 56acee2db..a0ae0350a 100644 --- a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/file-secret-store.md +++ b/daprdocs/content/en/reference/components-reference/supported-secret-stores/file-secret-store.md @@ -3,6 +3,8 @@ type: docs title: "Local file (for Development)" linkTitle: "Local file" description: Detailed information on the local file secret store component +aliases: + - "/operations/components/setup-secret-store/supported-secret-stores/file-secret-store/" --- This Dapr secret store component reads plain text JSON from a given file and does not use authentication. diff --git a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/gcp-secret-manager.md b/daprdocs/content/en/reference/components-reference/supported-secret-stores/gcp-secret-manager.md similarity index 90% rename from daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/gcp-secret-manager.md rename to daprdocs/content/en/reference/components-reference/supported-secret-stores/gcp-secret-manager.md index 5f67cadf5..0a82bca84 100644 --- a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/gcp-secret-manager.md +++ b/daprdocs/content/en/reference/components-reference/supported-secret-stores/gcp-secret-manager.md @@ -3,11 +3,13 @@ type: docs title: "GCP Secret Manager" linkTitle: "GCP Secret Manager" description: Detailed information on the GCP Secret Manager secret store component +aliases: + - "/operations/components/setup-secret-store/supported-secret-stores/gcp-secret-manager/" --- ## Component format -To setup GCP Secret Manager secret store create a component of type `secretstores.gcp.secretmanager`. See [this guide]({{< ref "secret-stores-overview.md#apply-the-configuration" >}}) on how to create and apply a secretstore configuration. See this guide on [referencing secrets]({{< ref component-secrets.md >}}) to retrieve and use the secret with Dapr components. +To setup GCP Secret Manager secret store create a component of type `secretstores.gcp.secretmanager`. See [this guide]({{< ref "setup-secret-store#apply-the-configuration" >}}) on how to create and apply a secretstore configuration. See this guide on [referencing secrets]({{< ref component-secrets.md >}}) to retrieve and use the secret with Dapr components. ```yaml apiVersion: dapr.io/v1alpha1 diff --git a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/hashicorp-vault.md b/daprdocs/content/en/reference/components-reference/supported-secret-stores/hashicorp-vault.md similarity index 88% rename from daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/hashicorp-vault.md rename to daprdocs/content/en/reference/components-reference/supported-secret-stores/hashicorp-vault.md index 583f80780..2463f0e2f 100644 --- a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/hashicorp-vault.md +++ b/daprdocs/content/en/reference/components-reference/supported-secret-stores/hashicorp-vault.md @@ -3,11 +3,13 @@ type: docs title: "HashiCorp Vault" linkTitle: "HashiCorp Vault" description: Detailed information on the HashiCorp Vault secret store component +aliases: + - "/operations/components/setup-secret-store/supported-secret-stores/hashicorp-vault/" --- ## Create the Vault component -To setup HashiCorp Vault secret store create a component of type `secretstores.hashicorp.vault`. See [this guide]({{< ref "secret-stores-overview.md#apply-the-configuration" >}}) on how to create and apply a secretstore configuration. See this guide on [referencing secrets]({{< ref component-secrets.md >}}) to retrieve and use the secret with Dapr components. +To setup HashiCorp Vault secret store create a component of type `secretstores.hashicorp.vault`. See [this guide]({{< ref "setup-secret-store.md#apply-the-configuration" >}}) on how to create and apply a secretstore configuration. See this guide on [referencing secrets]({{< ref component-secrets.md >}}) to retrieve and use the secret with Dapr components. ```yaml apiVersion: dapr.io/v1alpha1 diff --git a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/kubernetes-secret-store.md b/daprdocs/content/en/reference/components-reference/supported-secret-stores/kubernetes-secret-store.md similarity index 88% rename from daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/kubernetes-secret-store.md rename to daprdocs/content/en/reference/components-reference/supported-secret-stores/kubernetes-secret-store.md index 540694ee0..7fba210fa 100644 --- a/daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/kubernetes-secret-store.md +++ b/daprdocs/content/en/reference/components-reference/supported-secret-stores/kubernetes-secret-store.md @@ -3,6 +3,8 @@ type: docs title: "Kubernetes secrets" linkTitle: "Kubernetes secrets" description: Detailed information on the Kubernetes secret store component +aliases: + - "/operations/components/setup-secret-store/supported-secret-stores/kubernetes-secret-store/" --- ## Summary diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/_index.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/_index.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/_index.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/_index.md index d7da25534..358e5e203 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/_index.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/_index.md @@ -1,9 +1,11 @@ --- type: docs title: "Supported state stores" -linkTitle: "Supported state stores" +linkTitle: "State stores" description: "The supported state stores that interface with Dapr" -weight: 20000 +weight: 1000 +aliases: + - "/operations/components/setup-state-store/supported-state-stores/" no_list: true --- diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-aerospike.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-aerospike.md similarity index 96% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-aerospike.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-aerospike.md index 24bfb08c4..ea1b30dd7 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-aerospike.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-aerospike.md @@ -3,6 +3,8 @@ type: docs title: "Aerospike" linkTitle: "Aerospike" description: Detailed information on the Aerospike state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-aerospike/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-azure-blobstorage.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-blobstorage.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-azure-blobstorage.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-blobstorage.md index 7318b016d..5ab7d53f9 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-azure-blobstorage.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-blobstorage.md @@ -3,6 +3,8 @@ type: docs title: "Azure Blob Storage" linkTitle: "Azure Blob Storage" description: Detailed information on the Azure Blob Store state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-azure-blobstorage/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-azure-cosmosdb.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-cosmosdb.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-azure-cosmosdb.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-cosmosdb.md index 8ed86ffe6..9992f8711 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-azure-cosmosdb.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-cosmosdb.md @@ -3,6 +3,8 @@ type: docs title: "Azure Cosmos DB" linkTitle: "Azure Cosmos DB" description: Detailed information on the Azure CosmosDB state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-azure-cosmosdb/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-azure-tablestorage.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-tablestorage.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-azure-tablestorage.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-tablestorage.md index d7cb3b9bc..c2a472689 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-azure-tablestorage.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-tablestorage.md @@ -3,6 +3,8 @@ type: docs title: "Azure Table Storage " linkTitle: "Azure Table Storage " description: Detailed information on the Azure Table Storage state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-azure-tablestorage/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-cassandra.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cassandra.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-cassandra.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cassandra.md index f010aa401..e7d267dda 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-cassandra.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cassandra.md @@ -3,6 +3,8 @@ type: docs title: "Cassandra" linkTitle: "Cassandra" description: Detailed information on the Cassandra state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-cassandra/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-cloudstate.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cloudstate.md similarity index 98% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-cloudstate.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cloudstate.md index 7f56bf636..a246a7859 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-cloudstate.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cloudstate.md @@ -3,6 +3,8 @@ type: docs title: "Cloudstate" linkTitle: "Cloudstate" description: Detailed information on the Cloudstate state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-cloudstate/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-consul.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-consul.md similarity index 96% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-consul.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-consul.md index 7ef6b9d6f..6f3511391 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-consul.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-consul.md @@ -3,6 +3,8 @@ type: docs title: "HashiCorp Consul" linkTitle: "HashiCorp Consul" description: Detailed information on the HashiCorp Consul state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-consul/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-couchbase.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-couchbase.md similarity index 96% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-couchbase.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-couchbase.md index 489744403..170ac7c33 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-couchbase.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-couchbase.md @@ -3,6 +3,8 @@ type: docs title: "Couchbase" linkTitle: "Couchbase" description: Detailed information on the Couchbase state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-couchbase/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-dynamodb.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-dynamodb.md similarity index 96% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-dynamodb.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-dynamodb.md index fa1fcf9d9..3aa120d6a 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-dynamodb.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-dynamodb.md @@ -3,6 +3,8 @@ type: docs title: "AWS DynamoDB" linkTitle: "AWS DynamoDB" description: Detailed information on the AWS DynamoDB state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-dynamodb/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-firestore.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-firestore.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-firestore.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-firestore.md index de42cc4f1..9898b5c39 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-firestore.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-firestore.md @@ -3,6 +3,8 @@ type: docs title: "GCP Firestore (Datastore mode)" linkTitle: "GCP Firestore" description: Detailed information on the GCP Firestore state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-firestore/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-hazelcast.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-hazelcast.md similarity index 95% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-hazelcast.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-hazelcast.md index 742f2e1e3..6d02e8131 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-hazelcast.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-hazelcast.md @@ -3,6 +3,8 @@ type: docs title: "Hazelcast" linkTitle: "Hazelcast" description: Detailed information on the Hazelcast state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-hazelcast/" --- ## Create a Dapr component diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-memcached.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-memcached.md similarity index 96% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-memcached.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-memcached.md index 109bec178..d2df204d5 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-memcached.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-memcached.md @@ -3,6 +3,8 @@ type: docs title: "Memcached" linkTitle: "Memcached" description: Detailed information on the Memcached state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-memcached/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-mongodb.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-mongodb.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-mongodb.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-mongodb.md index d0d48d46f..9184b166d 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-mongodb.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-mongodb.md @@ -3,6 +3,8 @@ type: docs title: "MongoDB" linkTitle: "MongoDB" description: Detailed information on the MongoDB state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-mongodb/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-mysql.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-mysql.md similarity index 98% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-mysql.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-mysql.md index 434a7bf8f..c5986ded2 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-mysql.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-mysql.md @@ -3,6 +3,8 @@ type: docs title: "MySQL" linkTitle: "MySQL" description: Detailed information on the MySQL state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-mysql/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-postgresql.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-postgresql.md similarity index 96% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-postgresql.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-postgresql.md index adc4c789e..3bc0c1fc4 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-postgresql.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-postgresql.md @@ -3,6 +3,8 @@ type: docs title: "PostgreSQL" linkTitle: "PostgreSQL" description: Detailed information on the PostgreSQL state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-postgresql/" --- ## Create a Dapr component diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-redis.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-redis.md similarity index 98% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-redis.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-redis.md index bfdd6f94a..55cb0d114 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-redis.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-redis.md @@ -3,6 +3,8 @@ type: docs title: "Redis" linkTitle: "Redis" description: Detailed information on the Redis state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-redis/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-rethinkdb.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-rethinkdb.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-rethinkdb.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-rethinkdb.md index 57f08508b..8302dc3fa 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-rethinkdb.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-rethinkdb.md @@ -3,6 +3,8 @@ type: docs title: "RethinkDB" linkTitle: "RethinkDB" description: Detailed information on the RethinkDB state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-rethinkdb/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-sqlserver.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-sqlserver.md similarity index 97% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-sqlserver.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-sqlserver.md index 01faf8555..bf0c52c0c 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-sqlserver.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-sqlserver.md @@ -3,6 +3,8 @@ type: docs title: "SQL Server" linkTitle: "SQL Server" description: Detailed information on the SQL Server state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-sqlserver/" --- ## Component format diff --git a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-zookeeper.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-zookeeper.md similarity index 96% rename from daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-zookeeper.md rename to daprdocs/content/en/reference/components-reference/supported-state-stores/setup-zookeeper.md index aaee44354..91107848a 100644 --- a/daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-zookeeper.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-zookeeper.md @@ -3,6 +3,8 @@ type: docs title: "Zookeeper" linkTitle: "Zookeeper" description: Detailed information on the Zookeeper state store component +aliases: + - "/operations/components/setup-state-store/supported-state-stores/setup-zookeeper/" --- ## Component format From d3b9eaba77def945ab84a8b52e94d3e0c2d0e881 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Fri, 9 Apr 2021 13:44:17 -0700 Subject: [PATCH 3/4] 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 From 436d10a4942f2ca8f3ef84f294f0325cac52f581 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Fri, 9 Apr 2021 13:45:17 -0700 Subject: [PATCH 4/4] Update bindings title --- .../reference/components-reference/supported-bindings/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1f80e7bc4..0a69a3732 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: "External bindings component specs" +title: "Bindings component specs" linkTitle: "Bindings" weight: 3000 description: The supported external bindings that interface with Dapr