docs
docs copied to clipboard
Dapr user documentation, used to build docs.dapr.io
**What content needs to be created or modified?** A Dapr slide deck that is specific to Dapr Agents. The current slide deck is more generic and is fine when multiple...
The current Hugo version the docs site is using is `0.102.3`. This is from Sep 2022 and not compatible any longer with the latest version of Hugo. This makes it...
**URL of the docs page** https://docs.dapr.io/developing-applications/building-blocks/conversation/conversation-overview/ **How is it currently worded?** the image shows the api as `....v1.0-alpha1/conversation//converse` when it should be ``. **How should it be worded?** `...` **Screenshots**...
**Describe the issue** The documentation points to the outdated / deprecated `http-max-request-size` annotation / flag. It should point to the newer `max-body-size`. **URL of the docs** https://docs.dapr.io/operations/configuration/increase-request-size/ **Expected content** The...
**What content needs to be created or modified?** for https://docs.dapr.io/reference/components-reference/supported-bindings/ The row in the table called Twilio need to be renamed Twilio SMS. I think the other Twilio component in...
**What content needs to be created or modified?** There should be documentation regarding how to handle large file operations (e.g., upload or download) using the Dapr Binding API. This is...
I can't find the documentation of the python extension, for example I want to see what methods and states are in DaprWorkflowContext, one example of a state is is_replaying, I...
**What content needs to be created or modified?** Update the otel collector version in the application insights example to profit from overall improvements. The otel collector has changed the default...
Verify & update the java code sample [referring to the area here.](https://github.com/dapr/docs/pull/4596#discussion_r2048722467)
--- ### **Issue** While following the [[official Dapr documentation](https://docs.dapr.io/operations/security/mtls/#custom-certificates-bring-your-own)](https://docs.dapr.io/operations/security/mtls/#custom-certificates-bring-your-own) for configuring custom mTLS certificates, there are three methods listed: 1. Using the Dapr CLI 2. Using the Helm upgrade 3....