forked from aws-ia/terraform-aws-eks-blueprints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
48 lines (48 loc) · 1.68 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
site_name: Amazon EKS Accelerator for Terraform
repo_name: "aws-samples/aws-eks-accelerator-for-terraform"
repo_url: "https://github.com/aws-samples/aws-eks-accelerator-for-terraform"
docs_dir: "docs"
theme:
name: material
features:
- tabs
nav:
- Overview: 'index.md'
- Getting Started: 'getting-started.md'
- Core Concepts: 'core-concepts.md'
- Node Groups: 'node-groups.md'
- Modules:
- EMR on EKS: 'modules/emr-on-eks.md'
- Add-ons:
- Overview: 'add-ons/index.md'
- Agones: 'add-ons/agones.md'
- AWS for Fluent Bit: 'add-ons/aws-for-fluent-bit.md'
- AWS Load Balancer Controller: 'add-ons/aws-load-balancer-controller.md'
- AWS Distro for OpenTelemetry: 'add-ons/aws-open-telemetry.md'
- cert-manager: 'add-ons/cert-manager.md'
- Cluster Autoscaler: 'add-ons/cluster-autoscaler.md'
- Fargate Fluent Bit: 'add-ons/fargate-fluent-bit.md'
- Managed EKS Add-ons: 'add-ons/managed-add-ons.md'
- Metrics Server: 'add-ons/metrics-server.md'
- Nginx: 'add-ons/nginx.md'
- Prometheus: 'add-ons/prometheus.md'
- Spark K8S Operator: 'add-ons/spark-k8s-operator.md'
- Traefik: 'add-ons/traefik.md'
- Windows VPC Controllers: 'add-ons/windows-vpc-controllers.md'
- Advanced:
- Bottlerocket: 'advanced/bottlerocket.md'
- Cluster Upgrades: 'advanced/cluster-upgrades.md'
- ECR Instructions: 'advanced/ecr-instructions.md'
- Multi-cluster: 'advanced/multi-cluster.md'
- Private Clusters: 'advanced/private-clusters.md'
markdown_extensions:
- def_list
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
plugins:
- search