-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
mkdocs.yml
41 lines (39 loc) · 1.21 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
site_name: Temporal Operator
site_url: https://alexandrevilain.github.io/temporal-operator/
repo_url: https://github.com/alexandrevilain/temporal-operator
repo_name: alexandrevilain/temporal-operator
theme:
name: material
features:
- content.code.copy
- navigation.sections
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Home:
- Overview: index.md
- getting-started.md
- Features:
- Dynamic config: features/dynamic-config.md
- Archival: features/archival.md
- Temporal UI: features/temporal-ui.md
- Admin Tools: features/admin-tools.md
- mTLS:
- Using Cert-Manager: features/mtls/cert-manager.md
- Using Istio: features/mtls/istio.md
- Using Linkerd: features/mtls/linkerd.md
- Monitoring:
- Using prometheus-operator: features/monitoring/prometheus-operator.md
- Using prometheus: features/monitoring/prometheus.md
- Overrides: features/overrides.md
- API:
- v1beta1: api/v1beta1.md
- Contributing:
- contributing/local-development.md
- contributing/publish-release.md