-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmkdocs.yml
More file actions
59 lines (54 loc) · 1.37 KB
/
mkdocs.yml
File metadata and controls
59 lines (54 loc) · 1.37 KB
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
55
56
57
58
59
site_name: eoAPI Kubernetes
site_description: Production-ready Kubernetes deployment for eoAPI - Earth Observation data APIs
site_url: https://developmentseed.github.io/eoapi-k8s
repo_url: https://github.com/developmentseed/eoapi-k8s
repo_name: developmentseed/eoapi-k8s
edit_uri: edit/main/docs/
theme:
name: material
palette:
- scheme: default
primary: blue
accent: blue
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- content.code.copy
docs_dir: docs
site_dir: site
nav:
- Home: index.md
- Quick Start: quick-start.md
- Installation:
- Helm Installation: helm-install.md
- Configuration Options: configuration.md
- Unified Ingress: unified-ingress.md
- Cloud Providers:
- AWS EKS: aws-eks.md
- GCP GKE: gcp-gke.md
- Azure AKS: azure.md
- Operations:
- Data Management: manage-data.md
- Autoscaling: autoscaling.md
- Observability: observability.md
- Authentication:
- STAC Auth Proxy: stac-auth-proxy.md
- Contributing:
- Release Workflow: release.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- attr_list
- md_in_html
- toc:
permalink: true
plugins:
- search