Dapr user documentation, used to build docs.dapr.io
Go to file
Young Bu Park 13c1ce3655 Add docker prereq (#81) 2019-10-08 11:33:45 -07:00
best-practices fix daprcore references (#78) 2019-10-08 09:35:51 -07:00
concepts fix daprcore references (#78) 2019-10-08 09:35:51 -07:00
contributing Create README.md (#42) 2019-10-03 16:55:33 -07:00
getting-started Add docker prereq (#81) 2019-10-08 11:33:45 -07:00
howto Fix doc links (#79) 2019-10-08 11:19:52 -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
overview.md Small spelling mistakes (#80) 2019-10-08 11:33:15 -07:00
readme.md Removing tutorials documents. Giving reference to Actors tutorials fr… (#73) 2019-10-08 09:32:00 -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