forked from aws-quickstart/cdk-eks-blueprints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (49 loc) · 1.65 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
site_name: Amazon EKS SSP Quick Start
repo_name: "aws-quickstart/ssp-amazon-eks"
repo_url: "https://github.com/aws-quickstart/ssp-amazon-eks"
docs_dir: "docs"
theme:
name: material
features:
- tabs
nav:
- Overview: 'index.md'
- Getting Started: 'getting-started.md'
- Core Concepts: 'core-concepts.md'
- Teams: 'teams.md'
- Pipelines: 'pipelines.md'
- AddOns:
- Overview: 'addons/index.md'
- AWS App Mesh: 'addons/app-mesh.md'
- ArgoCD: 'addons/argo-cd.md'
- AWS Load Balancer Controller: 'addons/aws-load-balancer-controller.md'
- Calico: 'addons/calico.md'
- CoreDns: 'addons/coredns.md'
- Cluster Autoscaler: 'addons/cluster-autoscaler.md'
- Container Insights: 'addons/container-insights.md'
- External DNS: 'addons/external-dns.md'
- Kube Proxy: 'addons/kube-proxy.md'
- Metrics Server: 'addons/metrics-server.md'
- Nginx: 'addons/nginx.md'
- SSM Agent: 'addons/ssm-agent.md'
- Secrets Store: 'addons/secrets-store.md'
- Vpc Cni: 'addons/vpc-cni.md'
- Weave GitOps: 'https://github.com/weaveworks/weave-gitops-ssp-addon'
- AWS XRay: 'addons/xray.md'
- Cluster Providers:
- Overview: 'cluster-providers/index.md'
- ASG Cluster Provider: 'cluster-providers/asg-cluster-provider.md'
- MNG Cluster Provider: 'cluster-providers/mng-cluster-provider.md'
- Fargate Cluster Provider: 'cluster-providers/fargate-cluster-provider.md'
- Extensibility: 'extensibility.md'
markdown_extensions:
- def_list
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
plugins:
- search