From 2b05b928aeb47cd9c52d97b6e765b00d7111956e Mon Sep 17 00:00:00 2001 From: Andrew Garner <139819620+agarner-dng@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:56:43 +0000 Subject: [PATCH] Add config json to AWS category --- docs/aws/_category_.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/aws/_category_.json diff --git a/docs/aws/_category_.json b/docs/aws/_category_.json new file mode 100644 index 0000000..f1ce1a7 --- /dev/null +++ b/docs/aws/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "AWS", + "link": { + "type": "generated-index", + "description": "Notes on AWS" + } +}