* Committing lock file for active doc changes
* Revert "Committing lock file for active doc changes"
This reverts commit 4fee3a4f16.
* Subproject commit to SDK files
* Updated Examples link to point to current branch
* Fixes#1551 python sdk examples
* Merging changes with branch
* Syncing python SDKdocs with daprdocs
* updating submodule commit with correct synced hash
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
* Add Dapr Roadmap doc
* Change format of project column to use cards
* Update docsy theme
* Use card codes for Roadmap page
* Update toc issue
* Update packages
* Update image and switch to page bundle
* Move into contributing
* Add note on v1.2
Co-authored-by: Nick Greenfield <nigreenf@microsoft.com>
* Add consul references
* Fix typo
Add a missing word
* Clarify state management examples
* Added table to show Kubernetes options
When I read this doc it was unclear that the cert could be provided as a secret. The only table on the original version showed `spnCertificateFile` as a required option. I added a second table to make it clear that in Kubernetes there is a `spnCertificate` option that does not require a file on disk.
* incorporating feedback
* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md
* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md
* Fix self-hosted docs
* Remove name-resolution reference
* Add other name resolution providers
* Update service invocation docs
* Remove whitespace
* Update service-invocation-overview.md
Fixed typo and added a sentence on Consul
* Update setup-nr-consul.md
Minor updates
* Address comments
* Fix code formatting
Co-authored-by: Esteban Luchsinger <eluchsingerm@hotmail.com>
Co-authored-by: Donovan Brown <dbrown@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
* Updating PubSub documentation to remove slave
Bitnami has updated their Redis Helm chart to change redis-slave to redis-replicas. I am updating the documentation for PubSub to reflect this change and avoid confusion for any readers.
* Removing more instances of Redis slave naming
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
The `https://kubernetes-charts.storage.googleapis.com/` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update docs on using Codespaces with Dapr repos
* Move codespaces.md under the Contributing topic
* Update daprdocs/content/en/contributing/codespaces.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>