Dapr user documentation, used to build docs.dapr.io
Go to file
Young Bu Park f020dd9c62
Refactor getting-started doc (#106)
2019-10-10 13:54:35 -07:00
best-practices fix daprcore references (#78) 2019-10-08 09:35:51 -07:00
concepts fix regression by merge mistake (#99) 2019-10-09 13:40:41 -07:00
contributing Create README.md (#42) 2019-10-03 16:55:33 -07:00
getting-started Refactor getting-started doc (#106) 2019-10-10 13:54:35 -07:00
howto Adds How To for advanced state capabilities (#71) 2019-10-08 11:45:04 -07:00
images concept doc updates (#74) 2019-10-08 09:23:20 -07:00
quickstart doc updates including overview and readmeS for sections 2019-10-06 21:22:17 -07:00
reference remove /docs folder to have folders at root level 2019-09-19 22:15:20 -07:00
LICENSE Addint MIT license (#101) 2019-10-08 17:32:59 -07:00
overview.md More small overview.md grammar/spelling mistakes. (#84) 2019-10-08 11:36:55 -07:00
readme.md Change links to relative ones (#103) 2019-10-08 21:34:03 -07:00

readme.md

Dapr documentation

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

  • Overview - An overview of Dapr and how it enables you to build distributed applications
  • Getting Started - Set up your environment with Dapr
  • Quickstarts and Samples - Quick start guides and samples for developing apps using Dapr
  • Concepts - Core Dapr concepts explained
  • How-Tos - Guides explaining how to accomplish specific tasks with Dapr
  • Reference - Detailed reference documentation
  • Getting Started with Actors - End to end tutorial for developing Actors applications using Dapr dotnet sdk