Commit Graph

40 Commits

Author SHA1 Message Date
Aaron Crawfis c83b62396d
Upmerge 2021 05 03 (#1457)
* 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 concepts and add terminology page

* Add note on gRPC

* Update concepts docs

* Fix typo

Add a missing word

* Clarify state management examples

* Add info on reporting security issues

* 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

* Simplify options

* Update components-concept.md

* Update configuration-concept.md

* Update overview.md

* Update terminology.md

* fix pulsar pubsub conponent metadata fields enableTLS to not required

* Fix self-hosted description

* clarify integrations

* Removed duplicate word

Removed additional "are"

* Don't mark as stale if waiting on code pr

Co-authored-by: Donovan Brown <dbrown@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Esteban Luchsinger <eluchsingerm@hotmail.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: zhangchao <zchao9100@gmail.com>
2021-05-04 10:38:23 -07:00
Ori Zohar 87126869cb small phrasing change 2021-04-01 08:39:11 -07:00
Ori Zohar fc9df14a7b Typo fixes 2021-04-01 08:37:22 -07:00
Mark Fussell 908c1fa147
Update service-mesh.md 2021-03-31 21:21:01 -07:00
Ori Zohar ab4db10634
Update service-mesh.md 2021-03-31 17:31:56 -07:00
Ori Zohar 9edf64a6fc adding service mesh concept page 2021-03-31 16:57:43 -07:00
Mike Casas cffe1e3f6e
Grammar fix.
Simple grammar fix.
2021-03-24 10:35:31 -04:00
Chris Gillum e3d1b8e6b2
Remove broken actors link
Removing a link that resulted in a 404. The link appears to have been redundant, so I just removed it instead of correcting it, making the paragraph more consistent with the surrounding paragraphs.
2021-03-21 16:35:45 -07:00
Jeff Foster a14efb0e85
Remove stray `*` 2021-03-11 13:18:26 +00:00
Charlie Stanley ed1d0bd1cd
Merge branch 'v1.0' into link-validation 2021-03-04 15:19:28 -08:00
Charlie Stanley 5472fe2604 Adding automatic link validation 2021-03-04 15:13:14 -08:00
Ori Zohar 06e05fd7da
Fixing typo 2021-03-04 14:29:33 -08:00
Peter 4ac4670d97
Update security-concept.md
Minor wording fix, as described in https://github.com/dapr/docs/issues/1264
2021-02-25 11:02:30 +01:00
Rodrigo Broggi d4c2be646f
update the list of supported SKDs (#1244) 2021-02-20 09:55:10 -08:00
Marcus Turewicz 986f4f3aa3
Add link to ASP.NET Core (#1239)
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-18 17:16:09 -08:00
yaron2 7bd0953cd3 update perf numbers 2021-02-16 14:31:07 -08:00
Yaron Schneider e02b159d3d
Add february security audit (#1223)
* add february security audit

* remove redundant files

* update audit order
2021-02-16 11:20:22 -08:00
Ori Zohar 669d991d77 Merge branch 'observability-concept' of https://github.com/dapr/docs into observability-concept 2021-02-15 15:32:52 -08:00
Mark Fussell 6aed1585e7
Update observability-concept.md 2021-02-15 12:57:20 -08:00
Ori Zohar 855a527926 image alt text 2021-02-15 12:32:10 -08:00
Ori Zohar b32dd4ab4a PR review feedback addressed 2021-02-15 12:28:48 -08:00
Yaron Schneider 4940d283c4
Update daprdocs/content/en/concepts/observability-concept.md
Co-authored-by: Nghia Tran <tcnghia@gmail.com>
2021-02-15 09:30:14 -08:00
Ori Zohar 82a5a30bcf Updating observability concepts with images 2021-02-13 19:46:12 -08:00
Ori Zohar 28c31ad3d6 Rewritng observability concept intro 2021-02-13 16:51:34 -08:00
Phil Kedy bbc10f8b4d
Restructuring middleware docs pages (#1190)
* First pass at restructuring the middleware docs pages

* Tweaks

* Updating custom middleware instructions.
Grammatical tweak re: secrets in metadata values.

* Adding descriptions for each middleware component to the supported middleware table

* Table allignment

* Various tweaks

* its versus it's

* Making Quickstart capitalized again

* Better OAuth spec links for the two grant flows currently supported

* Fixing two sentences

* Update middleware-overview.md

* Update middleware-bearer.md

* Update middleware-oauth2.md

* Update middleware-oauth2clientcredentials.md

* Update middleware-opa.md

* Update middleware-rate-limit.md

* Update middleware-uppercase.md

* Update middleware-rate-limit.md

* Update middleware-opa.md

* Update middleware-oauth2.md

* Update middleware-bearer.md

* Update middleware-oauth2.md

* Update middleware-bearer.md

* Update middleware-oauth2clientcredentials.md

* Update middleware-opa.md

* Update middleware-rate-limit.md

* Update middleware-uppercase.md

* Update daprdocs/content/en/developing-applications/middleware/supported-middleware/middleware-oauth2clientcredentials.md

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>

* Update daprdocs/content/en/developing-applications/middleware/supported-middleware/middleware-rate-limit.md

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>

* Update daprdocs/content/en/developing-applications/middleware/supported-middleware/middleware-opa.md

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>

* Update daprdocs/content/en/developing-applications/middleware/middleware-overview.md

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>

* Tweaks per PR

* Small tweak

* Small tweak

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2021-02-12 16:25:24 -08:00
Ori Zohar f4663c327a Upmerge from v1.0-rc3 docs 2021-02-12 13:36:30 -08:00
Rob Landers 972c3ff3b0
Add PHP to SDK list (#1197)
* Add PHP to SDK list

* Add to overview
2021-02-12 07:41:00 -08:00
Ori Zohar 03334cb796
Merge branch 'v1.0' into php-ref 2021-02-11 18:52:17 -08:00
Nghia Tran 09956ab3df Rename files to avoid conflicts 2021-02-11 17:35:42 -08:00
Ori Zohar 5331ba6c9d Adding links to PHP SDK and more SDK page interlinking 2021-02-11 16:46:27 -08:00
Ori Zohar 0ca958144b Weekly merge from default docs v0.11 2021-01-07 04:05:18 -08:00
gaoxinge 1f0b5e8879
refine code align in middleware concept (#1066)
* refine code align

* refine code align
2020-12-31 09:47:56 -08:00
Kevin Goslar 37fc1d8c58
Fix spelling of Rust (#1056)
See https://www.rust-lang.org.
2020-12-22 18:08:32 -08:00
Ori Zohar 71b4f3cbab Merging v0.11 to v1.0-rc2 2020-12-18 15:00:10 -08:00
Ori Zohar f8eda4cd32 Adding embedded Dapr video to overview 2020-12-17 14:51:31 -08:00
yaron2 01293049fd add component schema 2020-12-16 09:29:45 -08:00
Donovan Brown e21d078b71
Corrected typo on overview.md (#976)
I changed "is a simple as" to "is as simple as"
2020-12-03 10:40:23 -08:00
Ori Zohar b314e1bd33
Website merge (#920)
* 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

* Removing on needed upper case (#882)

* Fix blog link in docs (#885)

* Update secret query example in namespace support (#881)

* change authention to authorization (#902)

* Update building-blocks-concept.md (#905)

Typo

* Add skip upload if missing token (#913)

* fix website pubsub api docs to 0.11.0 tag content (#910)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update install-dapr.md (#909)

After installing dapr on Kubernetes total of 5 pods got provisioned. One dashboard pod entry is missing in doc. 
In previous docs, this request was got accepted seems it got missed again.

Co-authored-by: Ori Zohar <orzohar@microsoft.com>

* fixed some typo (#896)

Co-authored-by: Ori Zohar <orzohar@microsoft.com>

Co-authored-by: Aaron Crawfis <aacrawfi@microsoft.com>
Co-authored-by: Azure Static Web Apps <opensource@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Ricardo Niepel <RicardoNiepel@users.noreply.github.com>
Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
Co-authored-by: Jayesh Sharma <37150991+wjayesh@users.noreply.github.com>
Co-authored-by: Issac <margol@beamartyr.net>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Co-authored-by: Ajay Singh <stpl.ajays@gmail.com>
Co-authored-by: Harry Kimpel <harrykimpel@hotmail.com>
2020-11-16 12:52:08 -08:00
Tom Rochette 4897393a77
Middleware pipelines: Fix link in next step section (#915) 2020-11-13 12:08:28 -08:00
Aaron Crawfis 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>
2020-10-26 11:37:44 -07:00