From 88dbcdbaeb63ff17168770cad03a5c6ebdc2bfff Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Wed, 9 Jun 2021 16:43:30 +0200 Subject: [PATCH] docs: added cloudformation guide Signed-off-by: Sam Alba --- docs/programming/guides/_category_.json | 2 +- docs/programming/guides/cloudformation.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 docs/programming/guides/cloudformation.md diff --git a/docs/programming/guides/_category_.json b/docs/programming/guides/_category_.json index 137f6d06..e7905087 100644 --- a/docs/programming/guides/_category_.json +++ b/docs/programming/guides/_category_.json @@ -1,4 +1,4 @@ { "label": "Guides", - "position": 1 + "position": 2 } diff --git a/docs/programming/guides/cloudformation.md b/docs/programming/guides/cloudformation.md new file mode 100644 index 00000000..6956fa5c --- /dev/null +++ b/docs/programming/guides/cloudformation.md @@ -0,0 +1,8 @@ +--- +sidebar_position: 3 +slug: /programming/cloudformation +--- + +# Infra provisioning + +## Integrating with AWS Cloudformation