forked from kubernetes-sigs/aws-load-balancer-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
47 lines (46 loc) · 1.13 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
site_name: AWS ALB Ingress 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: 'guide/controller/how-it-works.md'
- Guide:
- Controller:
Configuration: 'guide/controller/config.md'
Setup: 'guide/controller/setup.md'
- Ingress:
Annotation: 'guide/ingress/annotation.md'
Spec: 'guide/ingress/spec.md'
- External DNS:
Setup: 'guide/external-dns/setup.md'
- Tasks:
SSL Redirect: 'guide/tasks/ssl_redirect.md'
- Cognito:
Cognito Integration: 'guide/cognito/setup.md'
- Walkthrough:
- Echo server: 'guide/walkthrough/echoserver.md'
- About:
- Contributing: 'CONTRIBUTING.md'
- Building: 'BUILDING.md'
- Roadmap: 'ROADMAP.md'
plugins:
- search
theme:
name: material
feature:
tabs: true
palette:
primary: "teal"
accent: "green"
include_sidebar: true
markdown_extensions:
- admonition
- codehilite
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- toc:
permalink: true