From fee46de59619cf6dd94510222a857afa2d91eecb Mon Sep 17 00:00:00 2001 From: "Han Verstraete (OpenFaaS Ltd)" Date: Wed, 18 May 2022 17:17:39 +0200 Subject: [PATCH] Add README for docs folder Signed-off-by: Han Verstraete (OpenFaaS Ltd) --- docs/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..11cde13 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,7 @@ +# Documentation + +- [Develop faasd](./DEV.md) - Instructions for building and testing faasd locally +- [Testing faasd](./PATCHES.md) - Instructions for testing a patch for faasd +- [Roadmap](./ROADMAP.md) - Overview of features, backlog and known issues +- [Run faasd with multipass](./MULTIPASS.md) - Tutorial on how to run faasd on a local multipass VM +- [Terraform modules](./TERRAFORM.md) - A collection of official and community provided terraform modules for faasd