jasonviviano
46fd259350
Update daprdocs/content/en/developing-applications/ides/visual-studio-code/vscode-dapr-extension.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-07-12 11:24:37 -04:00
jasonviviano
311abba65f
Update daprdocs/content/en/developing-applications/ides/visual-studio-code/vscode-dapr-extension.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-07-12 11:24:29 -04:00
jasonviviano
9f9f870869
Update daprdocs/content/en/developing-applications/ides/visual-studio-code/vscode-dapr-extension.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-07-12 11:24:24 -04:00
jasonviviano
1ac25cb93c
Update daprdocs/content/en/developing-applications/ides/visual-studio-code/vscode-dapr-extension.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-07-12 11:24:20 -04:00
jasonviviano
a44cc7898a
Update daprdocs/content/en/developing-applications/ides/visual-studio-code/vscode-dapr-extension.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-07-12 11:24:13 -04:00
jasonviviano
dafe094ffa
Revision on JSON Snippets Shown
...
Cut down the JSON shown to users in the VS Code Dapr section and renamed link title
2021-06-30 14:29:22 -04:00
jasonviviano
1808dde10b
Removed unnecessary wording
2021-06-29 12:37:47 -04:00
jasonviviano
e964f66fd9
Revised grammer on manual configuration and remote dev containers
...
Revised based on comments
2021-06-29 12:36:01 -04:00
jasonviviano
61559e9ab9
Added changes to the reformatting of the VS Code
...
Changes are based on comments received.
2021-06-29 12:28:06 -04:00
jasonviviano
ece502a9c6
Reformatted VS Code documentation
2021-06-28 15:26:41 -04:00
SaintMalik
ac9d4b5b60
Fix broken url in docs ( #1599 )
...
## Summary
Easy navigation and easy reading for others
2021-06-28 11:16:44 -07:00
Aaron Crawfis
231b0e8fb3
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>
2021-06-23 14:18:49 -07:00
greenie-msft
b2b30dd6b9
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>
2021-06-18 15:50:34 -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
Bernd Verst
97b0436214
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>
2021-06-16 12:02:25 -07:00
Aaron Crawfis
e0669765be
Ignore intellij link that isn't resolvable ( #1564 )
2021-06-14 19:01:47 -07:00
greenie-msft
c73245eea6
Fix the file name of secrets json ( #1546 )
2021-06-09 14:38:10 -07:00
li1234yun
a941868ca1
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>
2021-06-07 20:43:10 -07:00
Simon Leet
8f8952372c
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>
2021-06-02 17:28:05 -07:00
Aaron Crawfis
620900df45
Merge branch 'v1.1' into upmerge/05-26
2021-05-26 17:54:51 -07:00
Artur Souza
f34497cedf
Document pubsub without cloudevent. ( #1499 )
...
* Document pubsub without cloudevent.
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-overview.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-overview.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/reference/api/pubsub_api.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/reference/api/pubsub_api.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Add images + enhance subscribe example.
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix title for example
* Update pubsub-overview.md
* Update pubsub-raw.md
* Update pubsub_api.md
* Update howto-publish-subscribe.md
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update raw pubsub scenarios images.
* Note about subscription CRD and raw payload support.
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-05-26 17:37:01 -07:00
greenie-msft
43a0e2d8e2
Ensure mDNS is functioning properly on MacOS ( #1505 )
...
* Ensure mDNS is functioning properly on MacOS
* Update common_issues.md
* Apply suggestions from code review
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-24 15:30:35 -07:00
Simon Leet
64ebd6ed13
Add integration article to Azure API management ( #1503 )
...
* Add integration article to Azure API management
Fixes #1303
* Reorder APIM page to end of integrations list
Also add Learn More button
2021-05-24 12:30:20 -07:00
Aaron Crawfis
4eeb01cd8f
Add OSM integration ( #1490 )
...
* Add OSM docs
* Add community call video
* Address comments
2021-05-24 10:31:37 -07:00
Aaron Crawfis
37d1b15b91
Replat the workflows docs ( #1497 )
...
* Replat the workflows docs
* Add more docs
2021-05-24 10:27:00 -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
Ian Luo
f910dfc66f
sentinel middleware doc ( #1439 )
...
* sentinel middleware doc #1437
* update description
* revise title
* Update daprdocs/content/en/developing-applications/middleware/supported-middleware/middleware-sentinel.md
* Update daprdocs/content/en/developing-applications/middleware/supported-middleware/middleware-sentinel.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2021-05-17 05:45:42 -07:00
greenie-msft
6be58910ba
Add GitHub links for Javascript and Rust SDK repos ( #1466 )
2021-05-07 19:12:49 -07:00
Moien Tajik
265630fb8e
Link to correct document URL ( #1458 )
2021-05-07 10:34:20 -07:00
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
Donovan Brown
d81a82e7d8
Removed duplicate word
...
Removed additional "are"
2021-04-30 00:39:40 -05:00
Ori Zohar
98ab13da78
Latest changes from v1.1
2021-04-22 13:38:06 -07:00
Aaron Crawfis
596160ad4b
Merge branch 'v1.1' into aacrawfi/integrations
2021-04-20 09:53:57 -07:00
Aaron Crawfis
5c1f8463c7
Update daprdocs/content/en/developing-applications/debugging/debug-k8s/debug-dapr-services.md
2021-04-20 09:34:10 -07:00
Ian Luo
9a91ff76cc
revise according to the review comments
2021-04-20 14:09:11 +08:00
Aaron Crawfis
0a965574e5
Merge branch 'v1.1' into v1.1
2021-04-19 19:47:29 -07:00
Aaron Crawfis
4c1fd4beec
Merge branch 'v1.2' into k8s-debug
2021-04-19 19:46:25 -07:00
Aaron Crawfis
7f371ff7bc
Merge branch 'v1.1' into aacrawfi/integrations
2021-04-19 19:40:10 -07:00
Aaron Crawfis
94fc1d625a
Add runtime
2021-04-19 19:39:58 -07:00
Aaron Crawfis
6a86f6536a
Merge branch 'v1.1' into fix-link-pubsub-content-types
2021-04-15 13:36:17 -07:00
Javier Vela
4f95fecb61
Update howto-publish-subscribe.md to follow the Hugo shortcode convention
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-04-15 20:08:36 +02:00
idjohnson
a1d9f497ec
Update howto-bindings.md
...
missed 'Content-Type: application/json' in curl command for testing binding
2021-04-15 09:43:32 -05:00
Javier Vela
760b49b031
Merge branch 'v1.1' into fix-link-pubsub-content-types
2021-04-15 06:43:13 +02:00
Javier Vela
d46b799c3d
fix link pubsub content types
2021-04-15 06:37:46 +02:00
Aaron Crawfis
a6d155d3b5
Update integrations
2021-04-14 16:25:43 -07:00
Aaron Crawfis
31fe5f6205
Generalize cloud providers
2021-04-14 16:25:30 -07:00
liuyao
ba5a25ed2d
fix gRPC-integration.md
2021-04-12 20:40:04 +08:00
liuyao
8ac1551a3e
fix gRPC-integration.md
2021-04-12 20:37:40 +08:00
liuyao
dc863f1dba
fix gRPC-integration.md
2021-04-12 20:27:02 +08:00