docs
docs copied to clipboard
Dapr user documentation, used to build docs.dapr.io
I have created a devcontainer for working with this repo. Would it be OK if I submit a PR to add the files in the `.devcontainer` folder and update the...
**Describe the issue** The [Configuring a dead letter topic with programmatic subscription](https://docs.dapr.io/developing-applications/building-blocks/pubsub/pubsub-deadletter/#configuring-a-dead-letter-topic-with-a-declarative-subscription) section doesn't work because the [Subscription CRD doesn't support it yet](https://github.com/dapr/dapr/blob/master/charts/dapr/crds/subscription.yaml) (no field for `deadLetterTopic`). **URL of the...
**Describe the issue** Error with Dapr initialization using "dapr init". Error = Failed to get runtime version: 'Get "https://api.github.com/repos/dapr/dapr/releases": dial tcp: lookup api.github.com: no such host'. **URL of the docs**...
**URL of the docs page** https://docs.dapr.io/developing-applications/building-blocks/pubsub/pubsub-deadletter/ **How is it currently worded?** Last modified July 6, 2022: [add demo videos (#2612) (940dd4ed)](https://github.com/dapr/docs/commit/940dd4ed13f242c02a8688adef3817305d6000bf) **How should it be worded?** Last modified July 6,...
Signed-off-by: Hannah Hunter ## Issue reference PR will close: #2589
Add docs for the https://github.com/dapr/components-contrib/pull/1873 output binding under Reference. Open the PR against the v1.9 branch. cc @RcXu
https://github.com/dapr/components-contrib/issues/1808
**Describe the bug** Context: https://docs.dapr.io/reference/components-reference/supported-middleware/ In the list of middleware components some don't have direct links to Dapr docs (left column). Instead it looks like they "want" to redirect to...
**What content needs to be created or modified?** A new flag `--dapr-internal-grpc-port` (same as Daprd), is being added to the Dapr CLI. **Describe the solution you'd like** Explain what it...
**What content needs to be created or modified?** Need to document the new `component.deny` array in the Dapr Configuration CRD. Explain how it works, and also highlight the note about...