forked from aws-quickstart/cdk-eks-blueprints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
36 lines (36 loc) · 1.06 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
site_name: Amazon EKS SSP Quick Start
repo_name: "aws-quickstart/quickstart-ssp-amazon-eks"
repo_url: "https://github.com/aws-quickstart/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'
- 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'
- Cluster Autoscaler: 'addons/cluster-autoscaler.md'
- Container Insights: 'addons/container-insights.md'
- Cluster Providers:
- Overview: 'cluster-providers/index.md'
- EC2 Cluster Provider: 'cluster-providers/ec2-cluster-provider.md'
markdown_extensions:
- def_list
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
plugins:
- search