From 33455bd8f0d3708d1a891ca66312f1476d1ce8af Mon Sep 17 00:00:00 2001 From: daknhh Date: Thu, 14 Nov 2024 09:31:56 +0100 Subject: [PATCH] Fix Docs --- static/docs/README.md | 1 + typedoc.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/docs/README.md b/static/docs/README.md index 4f30023..88523ae 100644 --- a/static/docs/README.md +++ b/static/docs/README.md @@ -42,6 +42,7 @@ All releases are tested prior to release using automated test workflows of sampl | WAF Deployment - IpSets | ![IpSets](https://github.com/globaldatanet/aws-firewall-factory/actions/workflows/waf_test_ipSets.yml/badge.svg?branch=master) | | WAF Deployment - RegexPatternSets | ![regexPatternSets](https://github.com/globaldatanet/aws-firewall-factory/actions/workflows/waf_test_regexPatternSets.yml/badge.svg?branch=master) | | WAF Deployment - RateBasedwithScopeDown | ![rateBasedwithScopeDown](https://github.com/globaldatanet/aws-firewall-factory/actions/workflows/waf_test_rateBasedwithScopeDown.yml/badge.svg?branch=master) | +| AutoUpdatedManagedIpSet - azureIpSet | ![azureIpSet](https://github.com/globaldatanet/aws-firewall-factory/actions/workflows/tests_autoUpdatedManagedIpSets.yml/badge.svg?branch=master) | ## 🏛️ Architecture ![Architecture](assets/aws-firewall-factory-architecture.png) diff --git a/typedoc.json b/typedoc.json index 97a3610..1793c99 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,6 +1,6 @@ { "$schema": "https://typedoc.org/schema.json", - "entryPoints": ["lib/_shield-advanced/index.ts","lib/_waf/index.ts","lib/_prerequisites/index.ts","lib/types/config.ts", "lib/types/runtimeprops.ts", "lib/types/enums.ts", "lib/types/fms.ts", "node_modules/aws-cdk-lib/core/lib/cfn-tag.d.ts", "node_modules/aws-cdk-lib/core/lib/tag-manager.d.ts", "lib/constructs/shieldDashboard/index.ts", "lib/constructs/wafDashboard/index.ts", "lib/tools/helpers/index.ts"], + "entryPoints": ["lib/_shield-advanced/index.ts","lib/_waf/index.ts","lib/_autoUpdatedManagedIpSets/index.ts","lib/_prerequisites/index.ts","lib/types/index.ts", "node_modules/aws-cdk-lib/core/lib/cfn-tag.d.ts", "node_modules/aws-cdk-lib/core/lib/tag-manager.d.ts", "lib/constructs/shieldDashboard/index.ts", "lib/constructs/wafDashboard/index.ts", "lib/tools/helpers/index.ts"], "readme": "./static/docs/README.md", "customCss": "./static/docs/custom.css", "name": "AWS Firewall Factory",