forked from aws/aws-application-networking-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
119 lines (112 loc) · 3.29 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
site_name: AWS Gateway API Controller
repo_name: aws/aws-application-networking-k8s
repo_url: https://github.com/aws/aws-application-networking-k8s
edit_uri: edit/main/docs/
strict: true
site_url: https://www.gateway-api-controller.eks.aws.dev/
nav:
- Home: index.md
- Concepts:
- Introduction: concepts/concepts.md
- Concepts: concepts/overview.md
- User Guides:
- Controller Installation: guides/deploy.md
- Getting Started: guides/getstarted.md
- Cross-Account Sharing: guides/ram-sharing.md
- Advanced Configurations: guides/advanced-configurations.md
- HTTPS: guides/https.md
- Custom Domain Name: guides/custom-domain-name.md
- GRPC: guides/grpc.md
- TLS Passthrough: guides/tls-passthrough.md
- Pod Readiness Gates: guides/pod-readiness-gates.md
- Configuration: guides/environment.md
- API Specification: api-reference.md
- API Reference:
- AccessLogPolicy: api-types/access-log-policy.md
- Gateway: api-types/gateway.md
- GRPCRoute: api-types/grpc-route.md
- HTTPRoute: api-types/http-route.md
- IAMAuthPolicy: api-types/iam-auth-policy.md
- Service: api-types/service.md
- ServiceExport: api-types/service-export.md
- ServiceImport: api-types/service-import.md
- TargetGroupPolicy: api-types/target-group-policy.md
- VpcAssociationPolicy: api-types/vpc-association-policy.md
- Contributing:
- Developer Guide: contributing/developer.md
- Developer Cheat Sheet: contributing/developer-cheat-sheet.md
- FAQ: faq.md
plugins:
- search
theme:
name: material
custom_dir: docs/overrides
logo: images/controller.png
favicon: images/controller.png
icon:
repo: fontawesome/brands/github
language: en
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
primary: deep purple
accent: purple
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
primary: black
accent: grey
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.code.select
- navigation.path
# Extensions
markdown_extensions:
- admonition
- attr_list
- codehilite
- md_in_html
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.snippets
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.mark
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
extra_css:
- https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css
extra_javascript:
- https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js
extra:
generator: false
version:
provider: mike