mirror of https://github.com/dapr/docs.git
7 Commits
Author | SHA1 | Message | Date |
---|---|---|---|
|
377d8a5ae0
|
Update code snippets to show button on hover (#3561)
Signed-off-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com> |
|
|
408a853d78 | Fix mobile rendering of sidebar tree | |
|
e90208ea7a
|
Upmerge/0708 (#1624)
* Supported Release Info and Upgrade Path for v1.2 (#1494)
* Supported Release Info and Upgrade Path for v1.2
* Update support-release-policy.md
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Adding K8s versions table (#1521)
* Adding table of kubernetes versions
* Updating intro
* Fix incorrect postgresql connection string example (#1524)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update docs on using Codespaces with Dapr repos (#1522)
* 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>
* Fix two typos (#1526)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update chinese content (#1527)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Updated to fix deprecated helm chart location (#1528)
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>
* nr_consul_typo fixed malformed yaml (#1532)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix typo in azure-keyvault-managed-identity.md (#1541)
* Fix custom middleware sample code interface implementation error (#1539)
Fix custom middleware sample code interface implementation error, interface function declare error.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix the file name of secrets json (#1546)
* Tech writing touch-ups (#1555)
* Tech writing touch-ups (#1556)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1557)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1558)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1560)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1559)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Ignore intellij link that isn't resolvable (#1564)
* Update issue templates (#1563)
* Update issue templates
* Add needs-triage
* Updating PubSub documentation to remove slave wording (#1565)
* 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>
* Actor Runtime Configuration Docs (#1495)
* Actor Runtime Configuration Docs
Addresses #1470
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* add configuration examples
* configuration examples
* Fix syntax
* Add dotnet sample
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fixed GCP Pub/Sub Binding required fields (#1578)
* aacrawfi/middlware (#1567)
* Move and update middleware components
* Update middleware docs structure
* Combine middleware pages
* Update middleware references
* Update middleware image
* Fix incorrect curl syntax in Actors API examples (#1577)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix link at api-allowlist.md (#1574)
Fix link at api-allowlist.md to Dapr Configuration overview
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Add language that only a single state store component can be used for actors state mangement (#1579)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* fix: cron format (#1581)
* Updated name resolution docs (#1576)
* 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>
* Fix broken url in docs (#1599)
## Summary
Easy navigation and easy reading for others
* Dapr roadmap page (#1593)
* 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 shortcode to embed sections of code files (#1596)
* Add code snippet shortcode
* Add docs on shortcode
* V1.2 python SDKDocs update - client (#1553)
* Committing lock file for active doc changes
* Revert "Committing lock file for active doc changes"
This reverts commit
|
|
|
8382e84adc | Update code margin | |
|
159ed42fc7 | Add copy button | |
|
b7fcdc2e11 | Fixed SCSS | |
|
a234e10fa3
|
Migrate to new Dapr docs site (#880)
* Initial configuration of hugo and docsy * ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Testing file * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Updated overview structure * Upadted git ignore for package lock * Removed generated scss * Update package lock * Add README * Update install process * Move How-To Guides into Docs * Add front matter * Add Overview * Adjust Table of Contents sizing * Add back overview * Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml * Rename Guide to HowTo * Allow unsafe HTML for custom images * Move images into static repo * Darken TOC * Add setup docsy step * Add algolia information * Update docs with new heirarchy * Add algoloia information * Merge master * Updating directory structure * Integrating deploying folder intop operations * Moved building blocks * Conceptual docs updates (#845) * Update title * Update to conceptual docs * Operations section (#846) * added FAQ on perf benchmark (#839) * added FAQ on perf benchmark * typos * Update FAQ.md Co-authored-by: Yaron Schneider <yaronsc@microsoft.com> * Move images * Move static docs * Update toc template * Update operations section * Update Actions Workflow Co-authored-by: Mark Fussell <mfussell@microsoft.com> Co-authored-by: Yaron Schneider <yaronsc@microsoft.com> * Developing applications section [hugo-docs] (#847) * Developing applications section * Changing capital letters in getting started section * Remove redundant getting started title * Updating theme and configuration (#852) * Enable robots, Update versions, add links * Update left column minimum width * Add Dapr docs image * Update spacing for list pages * Add home image * moving components setup howtos to operations section * Removing moved files from OLD * Update Operations (#853) * Enable robots, Update versions, add links * Update left column minimum width * Add Dapr docs image * Update spacing for list pages * Add home image * Update hosting references * Remove extra width * Add favicons * Update configuration section (#854) * Enable robots, Update versions, add links * Update left column minimum width * Add Dapr docs image * Update spacing for list pages * Add home image * Update hosting references * Remove extra width * Add favicons * Update configuration section * Fix configuration reference * Adding headers for secrets and state components * Complete operations section (#856) * Enable robots, Update versions, add links * Update left column minimum width * Add Dapr docs image * Update spacing for list pages * Add home image * Update hosting references * Remove extra width * Add favicons * Update configuration section * Fix configuration reference * Complete operations section * Integrating final readme files from OLD * Final update (#858) * Enable robots, Update versions, add links * Update left column minimum width * Add Dapr docs image * Update spacing for list pages * Add home image * Update hosting references * Remove extra width * Add favicons * Update configuration section * Fix configuration reference * Complete operations section * Moved docs to top level folder * Disable taxonomies * Remove duplicate ToC * Added information on disabling categories and tags * Removed manual ToC * Add CLI title (#859) * Update build command (#860) * Add CLI title * Update build command * Add env variables * Update version * Remove extra v * Add Google Analytics and Algolia * Move Algolia search code * Fix algolia info * Update algolia search * Update theme * Enable debugging for Algolia * Enable debugging for algolia * Delete tabs * Temporarily disable algolia * Add shortcodes for tabs * Update Dapr CLI instructions to use shortcodes * Override max_width for code blocks * Add authoring guide * Update readme with authoring guide link * Fixed spacing * Update images * Update service invocation * Update building block descriptions * Update wording * Update state management building blocks * Move example * Updated state docs * Pub/Sub Updates * Pupsub updates * CLI reference * API reference * Contributing * Binding specs * Service invocatio nupdate * Update reference page * Small actors fixes * Enable search * Fix ref * Fix small typo * Correct letter * Fix caps * Fix caps * Rename logs * fixing links in concepts section * Renaming cli/overview.md to avoid conflict with general Dapr overview file name * Update Operations * componenet setups * fixing links is Getting started section * Update references * Fix references * Fix link * partial fixes to developing applications * Adding code of conduct link to main README * Update app insights tabs * Bold headers * Update getting started guide * Update titles * Update branch name * ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com * Update azure-static-web-apps-green-hill-0d7377310.yml * Delete hugo-docs info * Update publish cli command * Update pubsub HowTo * Updating contributing section * Update README.md Co-authored-by: Azure Static Web Apps <opensource@microsoft.com> Co-authored-by: Ori Zohar <orzohar@microsoft.com> Co-authored-by: Mark Fussell <mfussell@microsoft.com> Co-authored-by: Yaron Schneider <yaronsc@microsoft.com> |