Commit Graph

33 Commits

Author SHA1 Message Date
Hannah Hunter 2db803ea27
update nav bar for v1.4 (#2641)
* config toml

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* update navbar

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* links

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* one more link

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* links

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* link

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* link

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* jaeger link

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* ignore links

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* links and ignore links

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* ignore link

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* linksss

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* jetstream

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* remove non existent tutorial link

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* remove #

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-07-12 14:12:01 -07:00
Nick Greenfield 82a460195b Move access control community call video to the bottom of the page under a Community Call Demo section. 2021-09-24 18:19:29 -07:00
Vishesh Agarwal e8dcb23b1f
Minor spelling error 2021-09-13 17:24:02 -07:00
Ricard Forcada 678f18bd51 Updated suggestions PR 2021-08-29 09:05:29 +02:00
Ricard 3dbb75fb25
Fix invokation example on powershell when using mTLS
#1739 Environment variables should be fullfiled using -raw to avoid windows to treat end of lines.
2021-08-23 20:16:57 +02:00
Khalid Abuhakmeh 5c8a0f9f4d Fix responsive videos
The videos were breaking the layout of the documentation pages
and making it difficult to click on the right menu items.

Also tackled the Japanese translated pages.
2021-08-04 09:42:59 -04:00
Nick Greenfield fb438dae44 Merge branch 'v1.2' into v1.3 2021-07-26 10:41:09 -07:00
sk593 b01c969335 added arguments and annotations spec 2021-07-22 15:02:20 -05:00
Mark Fussell c807db7464
Update preview-features.md
Updates to improve the wording
2021-07-21 18:01:51 -07:00
Hal Spang c1923587b7 Add a list of all current preview features
This commits provides a single point of reference for all
currently supported preview features.

https://github.com/dapr/docs/issues/1592
2021-07-21 15:14:34 -07:00
Long Dai 0b41e17c31 fix some typo
Signed-off-by: Long Dai <long0dai@foxmail.com>
2021-07-16 01:05:21 -07:00
Aaron Crawfis 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 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>

* Remove visible <b> (#1602)

Signed-off-by: Long Dai <long0dai@foxmail.com>

* Comment out all optional destructive parameters (#1604)

* Remove "http" code type from health_api.md (#1610)

Looking at this page, this line was highlighted.

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

* Remove "http" code type from metadata_api.md (#1611)

Looking at this page, this line was highlighted.

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

* Fix typo of "the" (#1616)

the the -> the

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

* Fix a link to "Next steps" (#1617)

A link description was broken.

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

* Bump glob-parent from 5.1.1 to 5.1.2 in /daprdocs (#1618)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Clarify shared access policy (#1621)

Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Co-authored-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
Co-authored-by: Antonio Fiumanò <antoniofiumano@outlook.com>
Co-authored-by: li1234yun <li1234yun@163.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: voipengineer <voipengineer@users.noreply.github.com>
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
Co-authored-by: Ricardo Niepel <RicardoNiepel@users.noreply.github.com>
Co-authored-by: Abhith Rajan <Abhith@users.noreply.github.com>
Co-authored-by: Esteban Luchsinger <eluchsingerm@hotmail.com>
Co-authored-by: Donovan Brown <dbrown@microsoft.com>
Co-authored-by: SaintMalik <37118134+saintmalik@users.noreply.github.com>
Co-authored-by: Nick Greenfield <nigreenf@microsoft.com>
Co-authored-by: Paul Yuknewicz <paulyuk@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Long Dai <long0dai@foxmail.com>
Co-authored-by: Ryuji Iwata <qt.luigi@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-08 10:14:36 -07:00
Long Dai e79ffa3575
Remove visible <b> (#1602)
Signed-off-by: Long Dai <long0dai@foxmail.com>
2021-06-30 16:30:59 -07:00
Aaron Crawfis 55d9123cfe
upmerge/06-24 (#1588)
* 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>

Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Co-authored-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
Co-authored-by: Antonio Fiumanò <antoniofiumano@outlook.com>
Co-authored-by: li1234yun <li1234yun@163.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: voipengineer <voipengineer@users.noreply.github.com>
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
Co-authored-by: Ricardo Niepel <RicardoNiepel@users.noreply.github.com>
Co-authored-by: Abhith Rajan <Abhith@users.noreply.github.com>
Co-authored-by: Esteban Luchsinger <eluchsingerm@hotmail.com>
Co-authored-by: Donovan Brown <dbrown@microsoft.com>
2021-06-24 17:50:12 -07:00
Ricardo Niepel c9c9d327e4
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>
2021-06-18 14:04:26 -07:00
Aaron Crawfis 5bee1dae16
aacrawfi/middlware (#1567)
* Move and update middleware components

* Update middleware docs structure

* Combine middleware pages

* Update middleware references

* Update middleware image
2021-06-18 13:59:24 -07:00
Mark Fussell 011b1b371e
Merge branch 'v1.2' into v1.2 2021-05-26 18:01:08 -07:00
Aaron Crawfis 620900df45 Merge branch 'v1.1' into upmerge/05-26 2021-05-26 17:54:51 -07:00
Mark Fussell 0d36b9db01 Adding API ACLs to Configuration overview 2021-05-26 17:51:25 -07:00
Long Dai fe1ab8eb61
docs: clean up white noise (#1491)
Signed-off-by: Long Dai <long0dai@foxmail.com>
2021-05-21 13:21:55 -07:00
halspang b404b94190
Add documentation for actor reentrancy (#1483)
* Add documentation for actor reentrancy

https://github.com/dapr/docs/issues/1482

* Incoporate PR feedback

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

* Add link from preview feature to reentrancy

* Update daprdocs/content/en/developing-applications/building-blocks/actors/actor-reentrancy.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-17 12:41:12 -07:00
halspang 73f7bb8e08
Add documentation for Preview Features (#1464)
* Add documentation for Preview Features

Add an introduction to preview features with examples of how
to set/specify them in the dapr configuration.

https://github.com/dapr/docs/issues/1463

* Update daprdocs/content/en/operations/configuration/configuration-overview.md

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

* Update daprdocs/content/en/operations/configuration/preview-features.md

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

* Update daprdocs/content/en/operations/configuration/preview-features.md

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

* Update daprdocs/content/en/operations/configuration/preview-features.md

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

* Update daprdocs/content/en/operations/configuration/preview-features.md

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

* Update daprdocs/content/en/operations/configuration/preview-features.md

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

* Update daprdocs/content/en/operations/configuration/preview-features.md

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

* Update daprdocs/content/en/operations/configuration/preview-features.md

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

* Update daprdocs/content/en/operations/configuration/preview-features.md

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

* Update daprdocs/content/en/operations/configuration/preview-features.md

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

* Update daprdocs/content/en/operations/configuration/preview-features.md

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

* Update daprdocs/content/en/operations/configuration/preview-features.md

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

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-17 05:20:13 -07:00
Yaron Schneider 13a57b5749
Create api-allowlist.md (#1473)
* Create api-allowlist.md

* Update daprdocs/content/en/operations/configuration/api-allowlist.md

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

* Update daprdocs/content/en/operations/configuration/api-allowlist.md

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

* Update api-allowlist.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-12 14:37:12 -07:00
Mark Fussell 6308bc1c7f
Updates to the building block overview articles (#1206)
* Updates to the building block overviews articles

* Removing the hidden retry text

* Adding Control-Concurreny video

* Address  include other secret stores. #1063

Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-02-14 13:01:55 -08:00
Mukundan Sundararajan 270b7edd77
Fix doc typos (#1205)
* Fix doc typos and format.

* fix escaping quotes
2021-02-12 18:26:29 -08:00
Ori Zohar f4663c327a Upmerge from v1.0-rc3 docs 2021-02-12 13:36:30 -08:00
Nghia Tran 09956ab3df Rename files to avoid conflicts 2021-02-11 17:35:42 -08:00
Anatoliy c37f4588c1
Create increase-request-size.md (#1183)
* Create increase-request-size.md

Add documentation for the "--dapr-http-max-request-size" argument for the CLI and "dapr.io/http-max-request-size" annotation
#1099

* Update increase-request-size.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-11 14:40:07 -08:00
Radoslav Gatev 222dfe982c update justification 2021-01-17 22:29:56 +02:00
Radoslav Gatev 7e0a3fbb4d
Add a comparison with the ratelimit middleware 2021-01-03 21:30:23 +02:00
vinayada1 8e70fee35b
update steps to run hello-world with ACL in selfhosted mode (#996)
* update steps to run hello-world with ACL in selfhosted mode

* fix review comments

* Update invoke-allowlist.md

* Update invoke-allowlist.md

* Fix codetab formatting issues on rendered website

* add ps commands

* Update invoke-allowlist.md

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2020-12-11 17:29:18 -08:00
Nghia Tran 2c0933084c
Document the new fields in Configuration's tracing section. (#983)
* Document the new fields in Configuration's tracing section.

* Also document the 'Metrics' section
2020-12-07 21:03:32 -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