docs icon indicating copy to clipboard operation
docs copied to clipboard

Dapr user documentation, used to build docs.dapr.io

Results 420 docs issues
Sort by recently updated
recently updated
newest added

The Docs website is ~470MB once it has been built with minification (hugo --minify). Without minification it is ~600MB. Our current Azure Static Website sku supports App Content up to...

website/functionality

The Firestore state store [metadata in the docs needs to be updated](https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-firestore/). Specifically all the fields should be validated, but for sure the `required` vs `not required` needs to be...

content/incorrect-information

**What content needs to be created or modified?** When I counted the bindings components in the bindings docs table, there are 48 of them. However, I have a script that...

content/missing-information

The [rethinkdb state store metadata here in the docs](https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-rethinkdb/) needs to be updated [to match these supported metadata fields](https://github.com/dapr/components-contrib/blob/main/state/rethinkdb/metadata.yaml). Specifically the following are missing: 1. addresses 2. enableTLS 3. clientCert...

content/missing-information

RethinkDB Binding metadata [docs need to be updated](https://docs.dapr.io/reference/components-reference/supported-bindings/rethinkdb/). [Here are all the available fields that should be noted in the docs](https://github.com/dapr/components-contrib/pull/3950/files#diff-18403374005942e97a3fac6f75e336ad46766103ba5be374067b05c0c4449299).

content/missing-information

There are many aliases in our components. For example: - postgres = postgresql - mqtt = mqtt3 - azure.servicebus.queues = azure.servicebusqueues These are just a few 😅 If for example...

**Describe the issue** The name resolution consul component here: https://docs.dapr.io/reference/components-reference/supported-name-resolution/setup-nr-consul/ is missing many of the metadata fields that it supports. You can see the full metadata.yaml file that needs to...

content/incorrect-information

**Describe the issue** **URL of the docs** https://docs.dapr.io/reference/components-reference/supported-pubsub/setup-redis-pubsub/ **Expected content** sentinelMasterName Example "", "127.0.0.1:6379" -> "", "mycluster" **Screenshots** **Additional context**

content/incorrect-information

I've been collaborating with Marc and reflecting on how we might evolve the Dapr documentation to better serve developers—especially those new to the project. Over time, as the project has...

content/structure

**What content needs to be created or modified?** Better instructions/examples are needed for all languages on how to get started with Dapr locally. These need to include suggestions for IDEs,...

content/missing-information