-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
mkdocs.yml
81 lines (77 loc) · 2.75 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
site_name: AWS Load Balancer Controller
repo_name: kubernetes-sigs/aws-load-balancer-controller
repo_url: https://github.com/kubernetes-sigs/aws-load-balancer-controller
edit_uri: edit/main/docs/
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
- Security Group Management: deploy/security_groups.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
- IngressClass: guide/ingress/ingress_class.md
- Certificate Discovery: guide/ingress/cert_discovery.md
- Service:
- Network Load Balancer: guide/service/nlb.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
- Use Cases:
- NLB TLS Termination: guide/use_cases/nlb_tls_termination/index.md
- Externally Managed Load Balancer: guide/use_cases/self_managed_lb/index.md
- Frontend Security Groups: guide/use_cases/frontend_sg/index.md
- Blue/Green: guide/use_cases/blue_green/index.md
- MultiCluster Target Groups: guide/use_cases/multi_cluster/index.md
- Examples:
- EchoServer: examples/echo_server.md
- gRPCServer: examples/grpc_server.md
- Setup External DNS: guide/integrations/external_dns.md
- RBAC to access OIDC Secret: examples/secrets_access.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
- attr_list
- codehilite
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tabbed
- 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