forked from jthomperoo/predictive-horizontal-pod-autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
22 lines (22 loc) · 780 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: Predictive Horizontal Pod Autoscaler
theme: material
markdown_extensions:
- mdx_truly_sane_lists
- codehilite
plugins:
- search
nav:
- Home: 'index.md'
- 'User Guide':
- 'Getting Started': 'user-guide/getting-started.md'
- Metrics: 'user-guide/metrics.md'
- Models: 'user-guide/models.md'
- 'Sync Period': 'user-guide/sync-period.md'
- 'Downscale Stabilization': 'user-guide/downscale-stabilization.md'
- 'Minimum and Maximum Replicas': 'user-guide/min-max-replicas.md'
- 'Initial Readiness Delay': 'user-guide/initial-readiness-delay.md'
- 'CPU Initialization Period': 'user-guide/cpu-initialization-period.md'
- Tolerance: 'user-guide/tolerance.md'
- Hooks: 'user-guide/hooks.md'
- Reference:
- Configuration: 'reference/configuration.md'