-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathtypedoc.json
30 lines (30 loc) · 1.42 KB
/
typedoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"$schema": "https://typedoc.org/schema.json",
"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",
"entryPointStrategy": "Expand",
"exclude": ["**/gotestwaf/**","**/bin/**","**/values/**","**/lambda/**","**/adaptivecards/**"],
"plugin": ["typedoc-plugin-extras"],
"favicon": "static/icon/aws_firewall_factory_favicon.ico",
"searchInDocuments": true,
"searchInComments": true,
"hideGenerator": true,
"navigation": {
"includeCategories": true,
"includeGroups": true,
"includeFolders": true
},
"customDescription": "Explore the comprehensive AWS Firewall Factory Documentation. Elevate your cloud security with our firewall management solution.",
"customFooterHtml": "<p>© 2024 <a href='globaldatanet.com'>globaldatanet</a>. All rights reserved.</p>",
"requiredToBeDocumented": [
"Enum",
"Variable",
"Function",
"Interface",
"Property",
"Method"
],
"includeVersion": true,
}