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 6db86fefa..788f9c247 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/_index.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/_index.md @@ -9,8 +9,10 @@ aliases: no_list: true --- -Every binding has its own unique set of properties. Click the name link to see the component YAML for each binding. +The following table lists input and output bindings supported, at various levels, by the Dapr bindings building block. [Learn how to set up different input and output binding components for Dapr bindings.]({{< ref setup-bindings.md >}}) {{< partial "components/description.html" >}} +Every binding has its own unique set of properties. Click the name link to see the component YAML for each binding. + {{< partial "components/bindings.html" >}} diff --git a/daprdocs/content/en/reference/components-reference/supported-middleware/_index.md b/daprdocs/content/en/reference/components-reference/supported-middleware/_index.md index 6013af82d..601ef8aef 100644 --- a/daprdocs/content/en/reference/components-reference/supported-middleware/_index.md +++ b/daprdocs/content/en/reference/components-reference/supported-middleware/_index.md @@ -8,6 +8,9 @@ no_list: true aliases: - /developing-applications/middleware/supported-middleware/ --- + +The following table lists middleware components supported, at various levels, by Dapr. [Learn how to customize processing pipelines and set up middleware components.]({{< ref "middleware.md" >}}) + {{< partial "components/description.html" >}} {{< partial "components/middleware.html" >}} 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 9e7c261c0..0717f2457 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/_index.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/_index.md @@ -9,6 +9,12 @@ aliases: no_list: true --- +The following table lists publish and subscribe brokers supported, at various levels, by the Dapr pub/sub building block. [Learn how to set up different brokers for Dapr publish and subscribe.]({{< ref setup-pubsub.md >}}) + {{< partial "components/description.html" >}} +{{% alert title="Note" color="primary" %}} +All pub/sub components support limiting pub/sub topics to specific applications using [namespace or component scopes]({{< ref pubsub-scopes.md >}}). +{{% /alert %}} + {{< partial "components/pubsub.html" >}} 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 c59000f1a..57d5bc455 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 @@ -9,6 +9,8 @@ aliases: no_list: true --- +The following table lists secret stores supported, at various levels, by the Dapr secrets building block. [Learn how to set up different secret stores for Dapr secrets management.]({{< ref setup-secret-store.md >}}) + {{< partial "components/description.html" >}} {{< partial "components/secret-stores.html" >}} 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 1ec0a0bff..c25a5139e 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 @@ -9,10 +9,12 @@ aliases: no_list: true --- +The following table lists state stores supported, at various levels, by the Dapr state management building block. [Learn how to set up different state stores for Dapr state management.]({{< ref setup-state-store.md >}}) + {{< partial "components/description.html" >}} -The following stores are supported, at various levels, by the Dapr state management building block: - -> State stores can be used for actors if it supports both transactional operations and etag. +{{% alert title="Note" color="primary" %}} +State stores can be used for actors if it supports both transactional operations and ETag. +{{% /alert %}} {{< partial "components/state-stores.html" >}} diff --git a/daprdocs/layouts/partials/components/description.html b/daprdocs/layouts/partials/components/description.html index 770fa975b..bcf1f07cc 100644 --- a/daprdocs/layouts/partials/components/description.html +++ b/daprdocs/layouts/partials/components/description.html @@ -1,15 +1,29 @@ -
Table captions:
--- --
Status
: component certification status
---
Since
: the version of the Dapr Runtime in which the component first moved to the current status
-+-
Component version
: the version of the component
Table headers to note:
+ +Header | +Description | +Example | +
---|---|---|
Status | +Component certification status | +
+ Alpha + Beta + Stable + + |
+
Component version | +The version of the component | +v1 | +
Since runtime version | +The version of the Dapr Runtime in which the component first moved to the current status |
+ 1.11 | +