-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathtypedoc.json
33 lines (33 loc) · 1.17 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
31
32
33
{
"outputs": [
{
"name": "html",
"path": "./docs_html"
}
],
"treatValidationWarningsAsErrors": true,
"excludeExternals": true,
"excludePrivate": true,
"excludeProtected": true,
"excludeInternal": true,
"visibilityFilters": {},
"sourceLinkExternal": true,
"markdownLinkExternal": true,
"groupOrder": ["Classes", "Interfaces", "Enumerations", "Type Aliases", "*"],
"name": "AWS CDK Toolkit Library",
"projectDocuments": ["docs/*.md"],
"includeVersion": true,
"cacheBust": true,
"githubPages": false,
"navigationLinks": {
"Developer Guide": "https://docs.aws.amazon.com/cdk/latest/guide",
"AWS Construct Library": "https://docs.aws.amazon.com/cdk/api/v2/",
"GitHub": "https://github.com/aws/aws-cdk-cli"
},
"hideGenerator": true,
"headings": {
"readme": false,
"document": false
},
"customFooterHtml": "<p id=\"awsdocs-legal-zone-copyright\"> <a href=\"https://aws.amazon.com/privacy\" target=\"_blank\">Privacy</a> | <a href=\"https://aws.amazon.com/terms/\" target=\"_blank\">Site terms</a> | <span class=\"copyright\">© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.</span></p>"
}