-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·47 lines (47 loc) · 1.2 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
site_name: Building Secure APIs in the Cloud
nav:
- Module 1 - Set up the project: setup.md
- Module 2 - Resource policy: resource-policy.md
- Module 3 - Private integrations: vpclink.md
- Module 4 - Input validation: input-validation.md
- Module 5 - WAF: waf.md
- Module 6 - Usage plan: usage-plan.md
- Module 7 - Authorization: auth.md
- Module 8 - Configure the web UI: webui.md
- Module 9 - X-Ray: xray.md
- Module 10 - Host the static files: static-site.md
- Module 11 - Conclusions: conclusion.md
- Module 12 - Cleanup: cleanup.md
theme:
name: 'material'
palette:
primary: 'indigo'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Consolas'
feature:
tabs: true
# Customizations
markdown_extensions:
- admonition
- codehilite
- attr_list
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
permalink: true