updates to Docs Readme to improved the headings and fix links (#136)

This commit is contained in:
Mark Fussell 2019-10-15 22:20:24 -07:00 committed by Yaron Schneider
parent 9b1050b170
commit 906023654f
1 changed files with 7 additions and 5 deletions

View File

@ -3,10 +3,11 @@
Welcome to the Dapr documentation repository. You can learn more about Dapr from the links below. Welcome to the Dapr documentation repository. You can learn more about Dapr from the links below.
- **[Overview](./overview.md)** - An overview of Dapr and how it enables you to build distributed applications - **[Overview](./overview.md)** - An overview of Dapr and how it enables you to build distributed applications
- **[Getting Started](./getting-started)** - Set up your environment for Dapr - **[Getting Started](./getting-started)** - Set up your environment
- **[Quickstarts and Samples](./quickstart)** - Quick start guides and samples for developing applications using Dapr - **[Quickstarts and samples](./quickstart)** - Quickstart guides and samples for developing applications
- **[Concepts](./concepts)** - Dapr concepts explained - **[Concepts](./concepts)** - Dapr concepts explained
- **[How-Tos](./howto)** - Guides explaining how to accomplish specific tasks with Dapr - **[How-Tos](./howto)** - Guides explaining how to accomplish specific tasks
- **[Best practices](./howto)** - Guides explaining best practices using Dapr including [debugging and troublingshooting](https://github.com/dapr/docs/tree/master/best-practices/troubleshooting)
- **[Reference](./reference)** - Detailed reference documentation - **[Reference](./reference)** - Detailed reference documentation
### SDKs ### SDKs
@ -16,6 +17,7 @@ Welcome to the Dapr documentation repository. You can learn more about Dapr from
- **[Javascript SDK](https://github.com/dapr/js-sdk)** - Get started with the Dapr proto client for Javascript - **[Javascript SDK](https://github.com/dapr/js-sdk)** - Get started with the Dapr proto client for Javascript
- **[Python SDK](https://github.com/dapr/python-sdk)** - Get started with the Dapr proto client for Python - **[Python SDK](https://github.com/dapr/python-sdk)** - Get started with the Dapr proto client for Python
- **[.NET SDK](https://github.com/dapr/dotnet-sdk)** - Get started with the Dapr proto client for .NET Core - **[.NET SDK](https://github.com/dapr/dotnet-sdk)** - Get started with the Dapr proto client for .NET Core
- **[Getting Started with .NET Actors](https://github.com/dapr/dotnet-sdk/blob/master/docs/get-started-dapr-actor.md)** - End to end tutorial for developing actor applications using the Dapr .NET sdk - **[Getting Started with .NET Actors](https://github.com/dapr/dotnet-sdk/blob/master/docs/get-started-dapr-actor.md)** - Tutorial for developing actor applications using the Dapr .NET SDK including **[actor samples](https://github.com/dapr/dotnet-sdk/tree/master/samples/Actor)**
- **[Getting Started with ASP.NET Core](https://github.com/dapr/dotnet-sdk/tree/master/samples/AspNetCore)** - Samples for developing ASP.NET applications using the Dapr .NET SDK
> Note: Dapr is language agnostic and provides a [RESTful HTTP API](https://github.com/dapr/spec) in addition to the protobuf clients. > Note: Dapr is language agnostic and provides a [RESTful HTTP API](./reference/api) in addition to the protobuf clients.