From 4149a0c36794cdbe030167428401cbb09fecf2e2 Mon Sep 17 00:00:00 2001 From: Marques Johansson Date: Wed, 28 Aug 2024 09:01:33 -0400 Subject: [PATCH] docs: add link in README to new adding-new-resource guide Follow-up to #405 Signed-off-by: Marques Johansson --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index a5a10073..71824e51 100644 --- a/docs/README.md +++ b/docs/README.md @@ -32,6 +32,7 @@ end to end. - Guide on how to add support for [management policies](adding-support-for-management-policies.md) to an existing provider. +- Guide on how to [add a new resource](adding-new-resource.md) to an existing provider. ## Additional documentation