Skip to content

Commit 72cd58c

Browse files
author
Doyoon Kim
authored
Docs: move envvar section and fix links (#522)
* Docs: move envvar section and fix links
1 parent 649eb2d commit 72cd58c

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

docs/guides/deploy.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,11 @@ Alternatively, you can manually provide configuration variables when installing
131131

132132
## Controller Installation
133133

134-
1. Run either `kubectl` or `helm` to deploy the controller. Check [Environment Variables](../concepts/environment.md) for detailed explanation of each configuration option.
135-
134+
1. Run either `kubectl` or `helm` to deploy the controller. Check [Environment Variables](../guides/environment.md) for detailed explanation of each configuration option.
136135
```bash
137136
kubectl apply -f examples/deploy-v0.0.18.yaml
138137
```
139-
140138
or
141-
142139
```bash
143140
# login to ECR
144141
aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
File renamed without changes.

docs/guides/getstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The first part of this section provides an example of setting up of service-to-s
66
The second section extends that example by creating another inventory service on a second cluster on a different VPC, and spreading traffic to that service across the two clusters and VPCs.
77
Both clusters are created using `eksctl`, with both clusters created from the same account by the same cluster admin.
88

9-
Using these examples as a foundation, see the [Configuration](../concepts/index.md) section for ways to further configure service-to-service communications.
9+
Using these examples as a foundation, see the [Concepts](../concepts/overview.md) section for ways to further configure service-to-service communications.
1010

1111
**NOTE**: You can get the yaml files used on this page by cloning the [AWS Gateway API Controller](https://github.com/aws/aws-application-networking-k8s) repository.
1212

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ nav:
1010
- User Guides:
1111
- Quick Start: guides/deploy.md
1212
- Basic Setup: guides/getstarted.md
13+
- Configuration: guides/environment.md
1314
- Concepts:
1415
- Design Overview: concepts/overview.md
15-
- Environment Variables: concepts/environment.md
1616
- TLS: concepts/https.md
1717
- Custom Domain Name: concepts/custom-domain-name.md
1818
- GRPC: concepts/grpc.md

0 commit comments

Comments
 (0)