-
Notifications
You must be signed in to change notification settings - Fork 497
/
Copy pathmkdocs.yml
151 lines (147 loc) · 5.37 KB
/
mkdocs.yml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
site_name: Landing Zone Accelerator on AWS
site_url:
!ENV [SITE_URL, https://awslabs.github.io/landing-zone-accelerator-on-aws/]
site_author: Amazon Web Services
site_description: Documentation for the Landing Zone Accelerator on AWS
repo_url: https://github.com/awslabs/landing-zone-accelerator-on-aws/
nav:
- Home: index.md
- Installation: installation.md
- User Guide:
- user-guide/index.md
- Services, Features, and Configuration References: user-guide/config.md
- Centralized Logging: user-guide/logging.md
- SecurityHub Findings: user-guide/securityhub-findings.md
- Developer Guide:
- developer-guide/index.md
- Development Dependencies: developer-guide/dependencies.md
- Command Line Interface and Package Scripts: developer-guide/scripts.md
- Architecture and Design Philosophy: developer-guide/design.md
- Feature Development: developer-guide/features.md
- Documentation Guidelines: developer-guide/doc-guidelines.md
- JSON Schema: developer-guide/json-schema.md
- Sample Configurations:
- sample-configurations/index.md
- Standard:
- sample-configurations/standard/index.md
- Overview: sample-configurations/standard/overview.md
- Organization and Account Structure: sample-configurations/standard/org-structure.md
- Authentication and Authorization: sample-configurations/standard/authn-authz.md
- Logging and Monitoring: sample-configurations/standard/logging-monitoring.md
- Networking: sample-configurations/standard/networking.md
- GovCloud (US):
- sample-configurations/govcloud-us/index.md
- Overview: sample-configurations/govcloud-us/overview.md
- Organization and Account Structure: sample-configurations/govcloud-us/org-structure.md
- Security Controls: sample-configurations/govcloud-us/security-controls.md
- Networking: sample-configurations/govcloud-us/networking.md
- Additional Considerations: sample-configurations/govcloud-us/considerations.md
- FAQ:
- faq/index.md
- General: faq/general.md
- Architecture: faq/architecture.md
- AWS Control Tower and Customizations for Control Tower: faq/ct-cfct.md
- Customizations: faq/customizations.md
- Operations: faq/operations.md
- Networking:
- General: faq/networking/general.md
- Deep Packet Inspection: faq/networking/dpi.md
- AWS Direct Connect: faq/networking/direct-connect.md
- AWS Network Firewall: faq/networking/network-firewall.md
- AWS Gateway Load Balancer: faq/networking/gwlb.md
- Security: faq/security.md
- Logging:
- Amazon CloudWatch Log Group: faq/logging/cwl.md
- TypeDocs:
- typedocs/index.md
- v1.0:
- v1.0.0: typedocs/v1.0.0/index.html
- v1.0.1: typedocs/v1.0.1/index.html
- v1.1:
- v1.1.0: typedocs/v1.1.0/index.html
- v1.2:
- v1.2.0: typedocs/v1.2.0/index.html
- v1.2.1: typedocs/v1.2.1/index.html
- v1.2.2: typedocs/v1.2.2/index.html
- v1.3:
- v1.3.0: typedocs/v1.3.0/index.html
- v1.3.1: typedocs/v1.3.1/index.html
- v1.3.2: typedocs/v1.3.2/index.html
- v1.4:
- v1.4.0: typedocs/v1.4.0/index.html
- v1.4.1: typedocs/v1.4.1/index.html
- v1.4.2: typedocs/v1.4.2/index.html
- v1.4.3: typedocs/v1.4.3/index.html
- v1.5:
- v1.5.0: typedocs/v1.5.0/index.html
- v1.5.1: typedocs/v1.5.1/index.html
- v1.5.2: typedocs/v1.5.2/index.html
- v1.6:
- v1.6.0: typedocs/v1.6.0/index.html
- v1.6.1: typedocs/v1.6.1/index.html
- v1.6.2: typedocs/v1.6.2/index.html
- v1.6.3: typedocs/v1.6.3/index.html
- v1.6.4: typedocs/v1.6.4/index.html
- v1.7:
- v1.7.0: typedocs/v1.7.0/index.html
- v1.7.1: typedocs/v1.7.1/index.html
- v1.8:
- v1.8.0: typedocs/v1.8.0/index.html
- v1.8.1: typedocs/v1.8.1/index.html
- v1.9:
- v1.9.0: typedocs/v1.9.0/index.html
- v1.9.1: typedocs/v1.9.1/index.html
- v1.9.2: typedocs/v1.9.2/index.html
- v1.10:
- v1.10.0: typedocs/latest/index.html
theme:
name: material
highlightjs: true
hljs_languages:
- yaml
- typescript
features:
- content.code.copy
- navigation.tracking
- navigation.instant
- navigation.indexes
- navigation.top
icon:
logo: material/rocket-launch
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/lightbulb
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
extra:
version:
provider: mike
markdown_extensions:
- admonition
- def_list
- footnotes
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: ⚓︎