-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
54 lines (49 loc) · 1.45 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
50
51
52
53
54
site_name: AWS Observability Accelerator for Terraform
docs_dir: "docs"
copyright: "Copyright © Amazon 2022"
site_author: "AWS"
site_url: "https://aws-observability.github.io/terraform-aws-observability-accelerator/"
repo_name: "aws-observability/terraform-aws-observability-accelerator"
repo_url: "https://github.com/aws-observability/terraform-aws-observability-accelerator"
theme:
logo: ../images/aws-logo.png
favicon: ../images/aws-favicon.png
name: material
font:
text: ember
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs.sticky
palette:
primary: indigo
accent: grey
nav:
- Home: index.md
- Concepts: concepts.md
- Amazon EKS:
- Infrastructure monitoring: eks/index.md
- Java/JMX: eks/java.md
- Nginx: eks/nginx.md
- Teardown: eks/destroy.md
- Monitoring Managed Service for Prometheus Workspaces: workloads/managed-prometheus.md
- Supporting Examples:
- EKS Cluster with VPC: helpers/new-eks-cluster.md
# - Amazon Managed Grafana setup: helpers/managed-grafana.md
- Support & feedback: support.md
- Contributors: contributors.md
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite
- footnotes
- pymdownx.critic
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search