File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ metadata:
1111 name: review
1212spec:
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.
Original file line number Diff line number Diff line change 1- # Get Start Using the AWS Gateway API Controller
1+ # Getting Started with AWS Gateway API Controller
22
33Once you have [ deployed the AWS Gateway API Controller] ( deploy.md ) , this guide helps you get started using the controller.
44
Original file line number Diff line number Diff line change @@ -8,11 +8,16 @@ strict: true
88nav :
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
1823plugins :
You can’t perform that action at this time.
0 commit comments