forked from kubernetes-sigs/aws-load-balancer-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
55 lines (54 loc) · 1.66 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
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: README.md
- Guide:
- Controller:
- Installation: guide/controller/installation.md
- Configurations: guide/controller/configurations.md
- Subnet Discovery: guide/controller/subnet_discovery.md
- Pod Readiness Gate: guide/controller/pod_readiness_gate.md
- Ingress:
- Annotations: guide/ingress/annotations.md
- Spec: 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
- Spec: guide/targetgroupbinding/spec.md
- Tasks:
- Cognito Authentication: guide/tasks/cognito_authentication.md
- SSL Redirect: guide/tasks/ssl_redirect.md
- Walkthrough:
- EchoServer: guide/walkthrough/echo_server.md
- Upgrade:
- Migrate v1 to v2: guide/upgrade/migrate_v1_v2.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:
- tabs
# Extensions
markdown_extensions:
- admonition
- codehilite
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tabbed
- toc:
permalink: true