Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
mkdocs.yml 1.68 KiB
Newer Older
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