-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (29 loc) · 881 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (29 loc) · 881 Bytes
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
site_name: nodemanager
site_url: https://zachfi.github.io/nodemanager
repo_url: https://github.com/zachfi/nodemanager
repo_name: zachfi/nodemanager
theme:
name: material
palette:
scheme: slate
primary: indigo
features:
- navigation.sections
- navigation.top
- content.code.copy
nav:
- Overview: index.md
- Getting Started: getting-started.md
- Deployment: deployment.md
- Guides:
- Template Data: template-data.md
- FreeBSD Jails: freebsd-jails.md
- API Reference:
- ManagedNode: api/managednode.md
- ConfigSet: api/configset.md
- Monitoring:
- Metrics: monitoring/metrics.md
- Runbooks:
- NodeManagerReconcileErrors: runbooks/NodeManagerReconcileErrors.md
- NodeManagerConfigSetApplyError: runbooks/NodeManagerConfigSetApplyError.md
- NodeManagerUpgradeFailed: runbooks/NodeManagerUpgradeFailed.md