Dapr user documentation, used to build docs.dapr.io
Go to file
Yaron Schneider 2a64439b6f
Add Secrets API How To tutorial (#397)
* add secrets how to

* add c#

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-03-08 15:57:22 -07:00
.github add PR and issue templates (#111) 2019-10-11 10:44:23 -07:00
best-practices Document DAPR_HOST_IP in troubleshooting section (#367) 2020-02-22 18:12:40 -08:00
concepts Merge pull request #359 from RicardoNiepel/patch-6 2020-03-06 22:26:39 -08:00
contributing Create README.md (#42) 2019-10-03 16:55:33 -07:00
getting-started Update environment-setup.md (#358) 2020-02-14 12:58:23 -08:00
howto Add Secrets API How To tutorial (#397) 2020-03-08 15:57:22 -07:00
images Merge branch 'master' into update_multistate 2020-02-12 14:47:15 -08:00
quickstart Fixes as per Microsoft Doc Authoring Pack ext. 2020-02-10 19:24:45 +08:00
reference Update pubsub.md (#399) 2020-03-08 14:01:03 -07:00
walkthroughs Replace DaprID with AppID (#372) 2020-02-27 13:00:14 -08:00
.gitignore Add gitignore file (#260) 2019-11-25 13:49:31 -08:00
FAQ.md Fixes as per Microsoft Doc Authoring Pack ext. 2020-02-10 19:24:45 +08:00
LICENSE Addint MIT license (#101) 2019-10-08 17:32:59 -07:00
README.md Add Docs and runtime version links [DO-NOT-MERGE] (#352) 2020-02-13 09:46:15 -08:00
overview.md Typo fix (#368) 2020-02-25 14:21:31 -08:00

README.md

Dapr documentation

Welcome to the Dapr documentation repository. You can learn more about Dapr from the links below.

Document versions

Dapr is currently under community development in preview phase and master branch could include breaking changes. Therefore, please ensure that you refer to the right version of the documents for your Dapr runtime version.

Document Version Dapr Runtime Version
v0.4.0 v0.4.0
v0.3.0 v0.3.0
v0.2.0 v0.2.0
v0.1.0 v0.1.0

SDKs

Note: Dapr is language agnostic and provides a RESTful HTTP API in addition to the protobuf clients.