Skip to content

Commit dbde6d1

Browse files
author
Doyoon Kim
authored
Update doc structure and fix mkdocs.yml (#371)
1 parent 801601d commit dbde6d1

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

docs/configure/custom_domain_name.md renamed to docs/configure/custom-domain-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
name: review
1212
spec:
1313
hostnames:
14-
- review.my-test.com <----------- this is the custom domain name
14+
- review.my-test.com # this is the custom domain name
1515
parentRefs:
1616
- name: my-hotel
1717
sectionName: http
File renamed without changes.

docs/getstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get Start Using the AWS Gateway API Controller
1+
# Getting Started with AWS Gateway API Controller
22

33
Once you have [deployed the AWS Gateway API Controller](deploy.md), this guide helps you get started using the controller.
44

mkdocs.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@ strict: true
88
nav:
99
- Home: index.md
1010
- Deployment: deploy.md
11-
- Get Started: getstarted.md
11+
- Getting Started: getstarted.md
12+
- Developer Guide: developer.md
1213
- Configuration:
1314
- Overview: configure/index.md
14-
- Configure HTTPs: configure/https.md
15-
- Configure domain name: configure/customer_domain_name.md
15+
- TLS: configure/https.md
16+
- Custom Domain Name: configure/custom-domain-name.md
17+
- GRPC: configure/grpc.md
18+
- API Reference:
19+
- GRPCRoute: reference/grpc-route.md
20+
- TargetGroupPolicy: reference/target-group-policy.md
1621
- Design Overview: overview.md
1722

1823
plugins:

0 commit comments

Comments
 (0)