-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
56 lines (56 loc) · 1.35 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
site_name: AWS Nitro Enclaves Vault
repo_name: "aws-samples/sample-code-for-a-secure-vault-using-aws-nitro-enclaves"
repo_url: "https://github.com/aws-samples/sample-code-for-a-secure-vault-using-aws-nitro-enclaves"
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: overrides
icon:
repo: fontawesome/brands/github
features:
- tabs
- content.code.copy
- announce.dismiss
- header.autohide
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: switch to light mode
nav:
- Home: index.md
- Architecture: architecture.md
- Deployment Guide:
- Deployment: deployment.md
- Post Deployment Guide: post-deployment.md
- User Guide: user-guide.md
- Security: security.md
- FAQ: faq.md
- Support: support.md
- References: references.md
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
plugins:
- search
- i18n:
docs_structure: suffix
fallback_to_default: true
languages:
- locale: en
name: English
fixed_link: ./
build: true
default: true