-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathmkdocs.yml
38 lines (38 loc) · 1.23 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
site_name: Custom Pod Autoscaler
theme:
name: material
features:
- content.code.copy
markdown_extensions:
- mdx_truly_sane_lists
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
nav:
- Home: 'index.md'
- 'User Guide':
- Installation: 'user-guide/installation.md'
- 'Getting Started': 'user-guide/getting-started.md'
- 'Metric Gathering': 'user-guide/metric-gathering.md'
- Evaluating: 'user-guide/evaluating.md'
- Methods: 'user-guide/methods.md'
- Hooks: 'user-guide/hooks.md'
- 'Run Types': 'user-guide/run-types.md'
- Cooldown: 'user-guide/cooldown.md'
- 'Rest API': 'user-guide/rest-api.md'
- 'Zero Scaling': 'user-guide/scaling-to-and-from-zero.md'
- 'Pausing and Un-pausing scaling': 'user-guide/pausing-and-unpausing-scaling.md'
- 'Kubernetes Metrics': 'user-guide/kubernetes-metrics.md'
- 'Migrating v1 to v2': 'user-guide/migrating-v1-to-v2.md'
- Reference:
- Configuration: 'reference/configuration.md'
- 'Docker Images': 'reference/docker-images.md'
- 'Scaling Targets': 'reference/scaling-targets.md'
- 'Rest API':
- v1: 'reference/rest-api/v1.md'