Skip to content

Commit 15191b3

Browse files
committed
move how-it-works under home
1 parent 245d4aa commit 15191b3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/guide/controller/how-it-works.md renamed to docs/how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The following diagram details the AWS components this controller creates. It also demonstrates the route ingress traffic takes from the ALB to the Kubernetes cluster.
66

7-
![controller-design](../../assets/images/controller-design.png)
7+
![controller-design](assets/images/controller-design.png)
88

99
### Ingress Creation
1010

mkdocs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ repo_url: https://github.com/kubernetes-sigs/aws-alb-ingress-controller
44
strict: true
55

66
nav:
7-
- Home: index.md
7+
- Home:
8+
- Welcome: index.md
9+
- How it works: how-it-works.md
810
- Deployment:
911
- Installation Guide: deploy/installation.md
1012
- Configurations: deploy/configurations.md
@@ -15,14 +17,14 @@ nav:
1517
- Guide:
1618
- Ingress:
1719
- Annotations: guide/ingress/annotations.md
18-
- Spec: guide/ingress/spec.md
20+
- Specification: guide/ingress/spec.md
1921
- Certificate Discovery: guide/ingress/cert_discovery.md
2022
- Service:
2123
- NLB-IP mode: guide/service/nlb_ip_mode.md
2224
- Annotations: guide/service/annotations.md
2325
- TargetGroupBinding:
2426
- TargetGroupBinding: guide/targetgroupbinding/targetgroupbinding.md
25-
- Spec: guide/targetgroupbinding/spec.md
27+
- Specification: guide/targetgroupbinding/spec.md
2628
- Tasks:
2729
- Cognito Authentication: guide/tasks/cognito_authentication.md
2830
- SSL Redirect: guide/tasks/ssl_redirect.md

0 commit comments

Comments
 (0)