mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-01 08:00:38 +00:00
26 lines
630 B
YAML
26 lines
630 B
YAML
---
|
|
main:
|
|
- name: Setup
|
|
sub:
|
|
- name: Using PIP
|
|
ref: "/setup/pip"
|
|
- name: Using Docker
|
|
ref: "/setup/docker"
|
|
- name: Using Prometheus Operator
|
|
ref: "/setup/prometheus-operator"
|
|
- name: Configuration
|
|
ref: "/configuration"
|
|
sub:
|
|
- name: Default settings
|
|
ref: "/configuration/defaults"
|
|
- name: CLI options
|
|
ref: "/configuration/cli"
|
|
- name: Environment variables
|
|
ref: "/configuration/env"
|
|
- name: Usage
|
|
sub:
|
|
- name: Getting Started
|
|
ref: "/usage/getting-started"
|
|
- name: Advanced
|
|
ref: "/usage/advanced"
|