forked from kubernetes-sigs/aws-load-balancer-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
65 lines (61 loc) · 1.9 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
site_name: AWS LoadBalancer Controller
repo_name: kubernetes-sigs/aws-alb-ingress-controller
repo_url: https://github.com/kubernetes-sigs/aws-alb-ingress-controller
strict: true
nav:
- Home:
- Welcome: index.md
- How it works: how-it-works.md
- Deployment:
- Installation Guide: deploy/installation.md
- Configurations: deploy/configurations.md
- Subnet Discovery: deploy/subnet_discovery.md
- Pod Readiness Gate: deploy/pod_readiness_gate.md
- Upgrade:
- Migrate v1 to v2: deploy/upgrade/migrate_v1_v2.md
- Guide:
- Ingress:
- Annotations: guide/ingress/annotations.md
- Specification: guide/ingress/spec.md
- Certificate Discovery: guide/ingress/cert_discovery.md
- Service:
- NLB-IP mode: guide/service/nlb_ip_mode.md
- Annotations: guide/service/annotations.md
- TargetGroupBinding:
- TargetGroupBinding: guide/targetgroupbinding/targetgroupbinding.md
- Specification: guide/targetgroupbinding/spec.md
- Tasks:
- Cognito Authentication: guide/tasks/cognito_authentication.md
- SSL Redirect: guide/tasks/ssl_redirect.md
- Examples:
- EchoServer: examples/echo_server.md
plugins:
- search
theme:
name: material
language: en
favicon: assets/images/aws_load_balancer_icon.svg
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
custom_dir: docs/theme_overrides
# Extensions
markdown_extensions:
- admonition
- codehilite
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tabbed
- 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