diff --git a/docs/getting-started.md b/docs/getting-started.md index 43b1f8ea5c..f79d2be532 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -176,6 +176,7 @@ Follow one of the traffic routing guides to see how Argo Rollouts can leverage a provider to achieve more advanced traffic shaping. * [ALB Guide](getting-started/alb/index.md) +* [App Mesh Guide](getting-started/appmesh/index.md) * [Ambassador Guide](getting-started/ambassador/index.md) * [Istio Guide](getting-started/istio/index.md) * [Multiple Providers Guide](getting-started/mixed/index.md) diff --git a/mkdocs.yml b/mkdocs.yml index 9e63a2f89e..01972c3c16 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -23,9 +23,11 @@ nav: - Basic Usage: getting-started.md - Ambassador: getting-started/ambassador/index.md - AWS ALB: getting-started/alb/index.md + - AWS App Mesh: getting-started/appmesh/index.md - Istio: getting-started/istio/index.md - NGINX: getting-started/nginx/index.md - SMI: getting-started/smi/index.md + - Multiple Providers: getting-started/mixed/index.md - Dashboard: dashboard.md - Rollout: - Deployment Strategies: