mirror of https://github.com/dapr/docs.git
6 Commits
Author | SHA1 | Message | Date |
---|---|---|---|
|
c1f152a91e
|
Extend service invocation to non-Dapr endpoints docs (#3384)
* docs(httpendpoint): add docs for service invocation to non-daprized endpoints Signed-off-by: Samantha Coyle <sam@diagrid.io> * style: non-daprized -> non-dapr Signed-off-by: Samantha Coyle <sam@diagrid.io> * docs: address some feedback Signed-off-by: Samantha Coyle <sam@diagrid.io> * docs: update according to rest of feedback Signed-off-by: Samantha Coyle <sam@diagrid.io> * Update howto-invoke-non-dapr-endpoints.md Editing of the docs Signed-off-by: Mark Fussell <markfussell@gmail.com> * docs: update last pr feedback Signed-off-by: Samantha Coyle <sam@diagrid.io> * style: address grammar feedback Signed-off-by: Samantha Coyle <sam@diagrid.io> * Update _index.md Updating weight in docs Signed-off-by: Mark Fussell <markfussell@gmail.com> * Update howto-invoke-non-dapr-endpoints.md Grammar fix Signed-off-by: Mark Fussell <markfussell@gmail.com> --------- Signed-off-by: Samantha Coyle <sam@diagrid.io> Signed-off-by: Mark Fussell <markfussell@gmail.com> Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Co-authored-by: Mark Fussell <markfussell@gmail.com> |
|
|
7deff4f04e
|
Upmerge v1.5 to v1.6 20211227 (#2064)
* Added pub sub documentation * Changed port number in the command * Modified based on the review comments - 1 * Modified based on the review comments - 2 * Changed python commands * Changed python commands * Modified based on the review comments - 3 * Fix publish a topic examples Step 3 and 4 of the "How-To: Publish & subscribe" publishes to the wrong app id and pubsub. This commit fixes by changing the examples that write to the app-id "testpubsub" to "orderprocessing" and the pubsub "pubsub" to "order_pub_sub" * Wrap oauth links in ignore comment * Bumping tags to v1.5.0 * Update dapr versions for 1.5.1 hotfix * Correct the default component init timeout Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Fix incorrect warning log-level Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Added bindings documentation Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Changed python commands Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Changed image for bindings Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Modified based on the review comments - 1 Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Modified based on the review comments - 2 Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Reverted a small change Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Added pub sub documentation Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Changed port number in the command Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Modified based on the review comments - 1 Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Modified based on the review comments - 2 Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Changed python commands Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Changed python commands Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Modified based on the review comments - 3 Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Modified based on the review comments - 2 Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Wrap oauth links in ignore comment Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Bumping tags to v1.5.0 Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Modified based on the review comments -3 Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Modified a line based on the review comment Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Fix publish a topic examples Step 3 and 4 of the "How-To: Publish & subscribe" publishes to the wrong app id and pubsub. This commit fixes by changing the examples that write to the app-id "testpubsub" to "orderprocessing" and the pubsub "pubsub" to "order_pub_sub" Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Update dapr versions for 1.5.1 hotfix Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Modified a line based on the review comment Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Modified based on the review comments Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> * Added pub sub documentation Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Changed port number in the command Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Modified based on the review comments - 1 Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Added secrets store documentation Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Modified based on the review comments - 1 Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Modified based on the review comments - 1 Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Modified based on the review comments - 2 Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Modified based on the review comments - 2 Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Changed python commands Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Changed python commands Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Modified based on the review comments - 3 Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Fix publish a topic examples Step 3 and 4 of the "How-To: Publish & subscribe" publishes to the wrong app id and pubsub. This commit fixes by changing the examples that write to the app-id "testpubsub" to "orderprocessing" and the pubsub "pubsub" to "order_pub_sub" Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Added full code snippets for service invocation Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Added full code snippets of secrets management Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Added full code snippets of state management Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Added full code snippets of pub sub Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Modified based on the review comments - 1 Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Removed a line Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * resolved merge conflicts Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Modified based on the review comments - 1 Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Added full code snippets of secrets management Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Added full code snippets of pub sub Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Modified based on the review comments - 1 Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Removed a line Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Added full code snippets of secrets management Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Added full code snippets of pub sub Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Modified based on the review comments - 1 Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Solved merge conflicts Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Modified go secrets code Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> * Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md Co-authored-by: Will <witsai@microsoft.com> * Added DCO sign-off guidance for contributing to Dapr Signed-off-by: Nick Greenfield <nigreenf@microsoft.com> * Address PR feedback Signed-off-by: Nick Greenfield <nigreenf@microsoft.com> * Add DCO check to PR template Signed-off-by: Nick Greenfield <nigreenf@microsoft.com> * simplify git command for DCO Signed-off-by: Will Tsai <william.wl.tsai@gmail.com> * Fix header * Display state value instead of StateResponse object (#2046) Signed-off-by: Jun Tian <tianjun.cpp@gmail.com> Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com> * add ForcePathStyle support for s3 binding (#2054) Signed-off-by: rainfd <rainfd@live.cn> Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com> Co-authored-by: Mark Fussell <mfussell@microsoft.com> * Remove requests dep (#2055) * Add DCO check to PR template Signed-off-by: Nick Greenfield <nigreenf@microsoft.com> * Remove requests dep Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Nick Greenfield <nigreenf@microsoft.com> Co-authored-by: Yaron Schneider <schneider.yaron@live.com> Co-authored-by: Mark Fussell <mfussell@microsoft.com> * update endpoint in s3 binding doc (#2049) * update endpoint in s3 binding doc Signed-off-by: lizzzcai <lizzzcai1@gmail.com> * fix jaeger link Signed-off-by: lizzzcai <lizzzcai1@gmail.com> * update endpoint example to match region Signed-off-by: lizzzcai <lizzzcai1@gmail.com> Co-authored-by: Mark Fussell <mfussell@microsoft.com> * Update autoscale-keda.md (#2047) Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com> Co-authored-by: Mark Fussell <mfussell@microsoft.com> * Update service-mesh.md (#2044) Minor typo Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com> Co-authored-by: Mark Fussell <mfussell@microsoft.com> * Added missing HTTP verb to the documentation dapr/dapr#4030 (#2045) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Mark Fussell <mfussell@microsoft.com> * Update logs-troubleshooting.md (#2023) The label name `dapr-placement` has been changed to `dapr-placement-server`. Co-authored-by: Yaron Schneider <schneider.yaron@live.com> Co-authored-by: Mark Fussell <mfussell@microsoft.com> * update the DOTNET SDK Signed-off-by: Mark Fussell <markfussell@gmail.com> Co-authored-by: Amulya Varote <amulyavarote@r6415.redmond.corp.microsoft.com> Co-authored-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local> Co-authored-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com> Co-authored-by: David Millman <dave@cs.unc.edu> Co-authored-by: emctl <emccudden@gmail.com> Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com> Co-authored-by: Will <witsai@microsoft.com> Co-authored-by: Will Tsai <william.wl.tsai@gmail.com> Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com> Co-authored-by: Jun Tian <find_my_way@foxmail.com> Co-authored-by: RainFD <rainfd@live.cn> Co-authored-by: Mark Fussell <mfussell@microsoft.com> Co-authored-by: ChethanUK <chethan.u1@gmail.com> Co-authored-by: Yaron Schneider <schneider.yaron@live.com> Co-authored-by: Lize <lizzzcai1@gmail.com> Co-authored-by: Andrew Cartwright <acartcat@gmail.com> Co-authored-by: Shriroop Joshi <shriroopjoshi@users.noreply.github.com> Co-authored-by: Christoph Hofmann <oss@hoffe.org> Co-authored-by: Will 保哥 <doggy.huang@gmail.com> Co-authored-by: Mark Fussell <markfussell@gmail.com> |
|
|
fe1ab8eb61
|
docs: clean up white noise (#1491)
Signed-off-by: Long Dai <long0dai@foxmail.com> |
|
|
b10f6f8514
|
Add 403 FORBIDDEN error to PubSub API documentation. (#963) (#964) | |
|
60d4fd5afc
|
Fix status code API reference documentation to match code (#899) (#918) | |
|
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> |