docs
docs copied to clipboard
Dapr user documentation, used to build docs.dapr.io
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...
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...
**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...
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...
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).
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...
**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**
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...
**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,...