diff --git a/.gitignore b/.gitignore index 4af06881..02afafb6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ scripts/aws_sdk_model_override/aws-sdk-go coverage.out deploy.yaml + +# MkDocs documentation +site*/ + diff --git a/docs/configure/index.md b/docs/configure/index.md index 7c711be6..2a3348a2 100644 --- a/docs/configure/index.md +++ b/docs/configure/index.md @@ -1,3 +1,3 @@ # Configure AWS Gateway API Controller Refer to this document to further configure your use of the AWS Gateway API Controller. -The features here build on the examples shown in [Get Started Using the AWS Gateway API Controller](getstarted.md). +The features here build on the examples shown in [Get Started Using the AWS Gateway API Controller](../getstarted.md). diff --git a/docs/getstarted.md b/docs/getstarted.md index 8d36401d..c4d49af1 100644 --- a/docs/getstarted.md +++ b/docs/getstarted.md @@ -1,6 +1,6 @@ # Get Start Using the AWS Gateway API Controller -Once you have [deployed the AWS Gateway API Controller](configure.md), this guide helps you get started using the controller. +Once you have [deployed the AWS Gateway API Controller](configure/index.md), this guide helps you get started using the controller. The first part of this section provides an example of setting up of service-to-service communications on a single cluster. 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.