forked from kubernetes-sigs/aws-load-balancer-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
69 lines (65 loc) · 2.07 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
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
- 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:
- NLB: 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
- Examples:
- EchoServer: examples/echo_server.md
- gRPCServer: examples/grpc_server.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
- 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