Merge pull request #3687 from hhunter-ms/issue_3657

[component specs] Cross link from component spec index pages to set up pages
This commit is contained in:
Hannah Hunter 2023-09-06 17:37:20 -04:00 committed by GitHub
commit d89d313591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 48 additions and 19 deletions

View File

@ -30,6 +30,10 @@ The table below shows which resources are deployed to which namespaces:
| Python subscriber | X | |
| React UI publisher | | X |
{{% 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 %}}
## Pre-requisites
* [Dapr installed on Kubernetes]({{< ref "kubernetes-deploy.md" >}}) in any namespace since Dapr works at the cluster level.

View File

@ -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 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 component has its own set of properties. Click the name link to see the component specification for each binding.
{{< partial "components/bindings.html" >}}

View File

@ -8,6 +8,9 @@ no_list: true
aliases:
- /developing-applications/middleware/supported-middleware/
---
The following table lists middleware components supported by Dapr. [Learn how to customize processing pipelines and set up middleware components.]({{< ref "middleware.md" >}})
{{< partial "components/description.html" >}}
{{< partial "components/middleware.html" >}}

View File

@ -9,6 +9,8 @@ aliases:
no_list: true
---
The following table lists publish and subscribe brokers supported 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" >}}
{{< partial "components/pubsub.html" >}}

View File

@ -9,6 +9,8 @@ aliases:
no_list: true
---
The following table lists secret stores supported 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" >}}

View File

@ -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" >}}

View File

@ -1,15 +1,29 @@
<p>Table captions:</p>
<blockquote>
<p><code>Status</code>: <a href="/operations/components/certification-lifecycle/">component certification</a> status</p>
</blockquote>
<ul>
<li><a href="/operations/components/certification-lifecycle/#alpha">Alpha</a></li>
<li><a href="/operations/components/certification-lifecycle/#beta">Beta</a></li>
<li><a href="/operations/components/certification-lifecycle/#stable">Stable</a></li>
</ul>
<blockquote>
<p><code>Since</code>: the version of the Dapr Runtime in which the component first moved to the current status</p>
</blockquote>
<blockquote>
<p><code>Component version</code>: the version of the component</p>
</blockquote>
<p>Table headers to note:</p>
<table>
<tr>
<th>Header</th>
<th>Description</th>
<th>Example</th>
</tr>
<tr>
<td>Status</td>
<td><a href="/operations/components/certification-lifecycle/">Component certification</a> status</td>
<td>
<a href="/operations/components/certification-lifecycle/#alpha">Alpha</a><br>
<a href="/operations/components/certification-lifecycle/#beta">Beta</a><br>
<a href="/operations/components/certification-lifecycle/#stable">Stable</a><br>
</ul>
</td>
</tr>
<tr>
<td>Component version</td>
<td>The version of the component</td>
<td>v1</td>
</tr>
<tr>
<td>Since runtime version</td>
<td>The version of the Dapr runtime when the component status was set or updated </td>
<td>1.11</td>
</tr>
</table>