-
Notifications
You must be signed in to change notification settings - Fork 109
/
mkdocs.yml
45 lines (44 loc) · 1.11 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
site_name: AWS App Mesh Controller
repo_name: aws/aws-app-mesh-controller-for-k8s
repo_url: https://github.com/aws/aws-app-mesh-controller-for-k8s
strict: true
nav:
- Home: README.md
- Guide:
- Installation: guide/installation.md
- Monitoring: guide/monitoring.md
- Tracing: guide/tracing.md
- Troubleshooting: guide/troubleshooting.md
- Development: guide/development.md
- Tutorials:
- Walkthroughs: tutorials/walkthroughs.md
- Reference:
- APISpec: reference/api_spec.md
- APIDesign: reference/api_design.md
- SidecarInjection: reference/injector.md
- VirtualGateway CRD: reference/vgw.md
- BackendGroup CRD: reference/backend_groups.md
plugins:
- search
theme:
name: material
language: en
favicon: assets/images/aws_appmesh_icon.svg
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
features:
- tabs
# Extensions
markdown_extensions:
- admonition
- codehilite
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- toc:
permalink: true