From 4ae2e7d24a5570019eb90170172045d65733e7aa Mon Sep 17 00:00:00 2001 From: Young Bu Park Date: Thu, 24 Oct 2019 14:51:39 -0700 Subject: [PATCH] add document version (#192) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0caeb60b5..ed9bf499e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,15 @@ Welcome to the Dapr documentation repository. You can learn more about Dapr from - **[Best practices](./howto)** - Guides explaining best practices using Dapr including [debugging and troubleshooting](https://github.com/dapr/docs/tree/master/best-practices/troubleshooting) - **[Reference](./reference)** - Detailed reference documentation - ### SDKs +## 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.1.0](https://github.com/dapr/docs/tree/v0.1.0) | [v0.1.0](https://github.com/dapr/dapr/tree/v0.1.0) | + +## SDKs - **[Go SDK](https://github.com/dapr/go-sdk)** - Get started with the Dapr proto client for Go - **[Java SDK](https://github.com/dapr/java-sdk)** - Get started with the Dapr proto client for Java