From c2672790a72263308b68c0856c7e980c11afa98f Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Sun, 29 Jul 2018 02:48:45 +0530 Subject: [PATCH] Add new blog and docs site to README This commit adds link to offical docs and new blog site to README.md file. Signed-off-by: Vivek Singh --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f33c5384..b7d14b22 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,11 @@ For all other guides, tutorials, trouble-shooting and blog posts head over to ou ## Get started with OpenFaaS +### Official documentation and blog +See our documentation on [docs.openfaas.com](https://docs.openfaas.com/) + +Read latest news on OpenFaaS from the community [blog](https://www.openfaas.com/blog/) + ### Hands-on labs (detailed getting started) You can learn how to build functions with OpenFaaS using our hands-on labs in the [OpenFaaS workshop](http://github.com/openfaas/workshop).