diff --git a/docs/operator/CHANGELOG.md b/docs/operator/CHANGELOG.md index ad05d2f912..f46213d88d 100644 --- a/docs/operator/CHANGELOG.md +++ b/docs/operator/CHANGELOG.md @@ -2,6 +2,10 @@ sort: 10 weight: 10 title: CHANGELOG +menu: + docs: + parent: "operator" + weight: 10 --- # CHANGELOG diff --git a/docs/operator/FAQ.md b/docs/operator/FAQ.md index 04d9a44c11..9530b53382 100644 --- a/docs/operator/FAQ.md +++ b/docs/operator/FAQ.md @@ -2,6 +2,10 @@ sort: 9 weight: 9 title: FAQ +menu: + docs: + parent: "operator" + weight: 9 --- # FAQ (Frequency Asked Questions) diff --git a/docs/operator/README.md b/docs/operator/README.md index 9185fdf7db..77be39a200 100644 --- a/docs/operator/README.md +++ b/docs/operator/README.md @@ -2,6 +2,10 @@ sort: 0 weight: 0 title: VictoriaMetrics Operator +menu: + docs: + parent: "operator" + weight: 0 --- # VictoriaMetrics Operator diff --git a/docs/operator/api.md b/docs/operator/api.md index dd14239c8c..c565a8069c 100644 --- a/docs/operator/api.md +++ b/docs/operator/api.md @@ -2,6 +2,10 @@ sort: 12 weight: 12 title: API Docs +menu: + docs: + parent: "operator" + weight: 12 --- diff --git a/docs/operator/auth.md b/docs/operator/auth.md index 0773f42b9d..750f853c7e 100644 --- a/docs/operator/auth.md +++ b/docs/operator/auth.md @@ -2,6 +2,10 @@ sort: 7 weight: 7 title: Authorization and exposing components +menu: + docs: + parent: "operator" + weight: 7 --- # Authorization and exposing components diff --git a/docs/operator/configuration.md b/docs/operator/configuration.md index ec3921c9da..1f1f579a75 100644 --- a/docs/operator/configuration.md +++ b/docs/operator/configuration.md @@ -2,6 +2,10 @@ sort: 4 weight: 4 title: Configuration +menu: + docs: + parent: "operator" + weight: 4 --- # Configuration diff --git a/docs/operator/enterprise.md b/docs/operator/enterprise.md index 49e889f070..4dd4377e8e 100644 --- a/docs/operator/enterprise.md +++ b/docs/operator/enterprise.md @@ -2,6 +2,10 @@ sort: 13 weight: 13 title: Enterprise features +menu: + docs: + parent: "operator" + weight: 13 --- # Using operator with enterprise features diff --git a/docs/operator/high-availability.md b/docs/operator/high-availability.md index 6f648ef344..ac7c4b05db 100644 --- a/docs/operator/high-availability.md +++ b/docs/operator/high-availability.md @@ -2,6 +2,10 @@ sort: 8 weight: 8 title: High Availability +menu: + docs: + parent: "operator" + weight: 8 --- # High Availability diff --git a/docs/operator/migration.md b/docs/operator/migration.md index 2609c3733c..dc0a236a7f 100644 --- a/docs/operator/migration.md +++ b/docs/operator/migration.md @@ -2,6 +2,10 @@ sort: 5 weight: 5 title: Migration from Prometheus +menu: + docs: + parent: "operator" + weight: 5 --- # Migration from prometheus-operator diff --git a/docs/operator/monitoring.md b/docs/operator/monitoring.md index 2fdc295d8a..2dc9c53bff 100644 --- a/docs/operator/monitoring.md +++ b/docs/operator/monitoring.md @@ -2,6 +2,10 @@ sort: 6 weight: 6 title: Monitoring +menu: + docs: + parent: "operator" + weight: 6 --- # Monitoring of VictoriaMetrics Operator diff --git a/docs/operator/quick-start.md b/docs/operator/quick-start.md index d1511ae1b8..13a65b882c 100644 --- a/docs/operator/quick-start.md +++ b/docs/operator/quick-start.md @@ -2,6 +2,10 @@ sort: 1 weight: 1 title: QuickStart +menu: + docs: + parent: "operator" + weight: 1 --- # VictoriaMetrics Operator QuickStart diff --git a/docs/operator/resources/README.md b/docs/operator/resources/README.md index 52691151bd..f388fcbd4b 100644 --- a/docs/operator/resources/README.md +++ b/docs/operator/resources/README.md @@ -2,6 +2,11 @@ sort: 14 weight: 14 title: Custom resources +menu: + docs: + identifier: operator-custom-resources + parent: "operator" + weight: 14 --- # Custom resource kinds diff --git a/docs/operator/resources/vmagent.md b/docs/operator/resources/vmagent.md index 73126c82df..d7e21aa9a2 100644 --- a/docs/operator/resources/vmagent.md +++ b/docs/operator/resources/vmagent.md @@ -1,3 +1,13 @@ +--- +sort: 1 +weight: 1 +title: VMAgent +menu: + docs: + parent: "operator-custom-resources" + weight: 1 +--- + # VMAgent `VMAgent` represents agent, which helps you collect metrics from various sources and stores them in VictoriaMetrics. diff --git a/docs/operator/resources/vmalert.md b/docs/operator/resources/vmalert.md index 9e5b9c272b..b362cc4662 100644 --- a/docs/operator/resources/vmalert.md +++ b/docs/operator/resources/vmalert.md @@ -1,3 +1,12 @@ +--- +sort: 2 +weight: 2 +title: VMAlert +menu: + docs: + parent: "operator-custom-resources" + weight: 2 +--- # VMAlert `VMAlert` - executes a list of given [alerting](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/) diff --git a/docs/operator/resources/vmalertmanager.md b/docs/operator/resources/vmalertmanager.md index 559c8b5d86..d8a6c47346 100644 --- a/docs/operator/resources/vmalertmanager.md +++ b/docs/operator/resources/vmalertmanager.md @@ -1,3 +1,13 @@ +--- +sort: 3 +weight: 3 +title: VMAlertmanager +menu: + docs: + parent: "operator-custom-resources" + weight: 3 +--- + # VMAlertmanager `VMAlertmanager` - represents [alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/) configuration. diff --git a/docs/operator/resources/vmalertmanagerconfig.md b/docs/operator/resources/vmalertmanagerconfig.md index a615b72df9..72050c559e 100644 --- a/docs/operator/resources/vmalertmanagerconfig.md +++ b/docs/operator/resources/vmalertmanagerconfig.md @@ -1,3 +1,12 @@ +--- +sort: 4 +weight: 4 +title: VMAlertmanagerConfig +menu: + docs: + parent: "operator-custom-resources" + weight: 4 +--- # VMAlertmanagerConfig The `VMAlertmanagerConfig` provides way to configure [VMAlertmanager](./vmalertmanager.md) diff --git a/docs/operator/resources/vmauth.md b/docs/operator/resources/vmauth.md index d3aa3cc724..c0bac3f9dc 100644 --- a/docs/operator/resources/vmauth.md +++ b/docs/operator/resources/vmauth.md @@ -1,3 +1,12 @@ +--- +sort: 5 +weight: 5 +title: VMAuth +menu: + docs: + parent: "operator-custom-resources" + weight: 5 +--- # VMAuth The `VMAuth` CRD provides mechanism for exposing application with authorization to outside world or to other applications inside kubernetes cluster. diff --git a/docs/operator/resources/vmcluster.md b/docs/operator/resources/vmcluster.md index 7222712779..99f4417fd8 100644 --- a/docs/operator/resources/vmcluster.md +++ b/docs/operator/resources/vmcluster.md @@ -1,3 +1,12 @@ +--- +sort: 6 +weight: 6 +title: VMCluster +menu: + docs: + parent: "operator-custom-resources" + weight: 6 +--- # VMCluster `VMCluster` represents a high-available and fault-tolerant version of VictoriaMetrics database. diff --git a/docs/operator/resources/vmnodescrape.md b/docs/operator/resources/vmnodescrape.md index 5ace0b19f8..48b9eabe10 100644 --- a/docs/operator/resources/vmnodescrape.md +++ b/docs/operator/resources/vmnodescrape.md @@ -1,3 +1,12 @@ +--- +sort: 7 +weight: 7 +title: VMNodeScrape +menu: + docs: + parent: "operator-custom-resources" + weight: 7 +--- # VMNodeScrape The `VMNodeScrape` CRD provides discovery mechanism for scraping metrics kubernetes nodes, diff --git a/docs/operator/resources/vmpodscrape.md b/docs/operator/resources/vmpodscrape.md index cf829af21e..161a8496a9 100644 --- a/docs/operator/resources/vmpodscrape.md +++ b/docs/operator/resources/vmpodscrape.md @@ -1,3 +1,12 @@ +--- +sort: 8 +weight: 8 +title: VMPodScrape +menu: + docs: + parent: "operator-custom-resources" + weight: 8 +--- # VMPodScrape The `VMPodScrape` CRD allows to declaratively define how a dynamic set of pods should be monitored. diff --git a/docs/operator/resources/vmprobe.md b/docs/operator/resources/vmprobe.md index c2ed443aff..1f9dfee3da 100644 --- a/docs/operator/resources/vmprobe.md +++ b/docs/operator/resources/vmprobe.md @@ -1,3 +1,12 @@ +--- +sort: 9 +weight: 9 +title: VMProbe +menu: + docs: + parent: "operator-custom-resources" + weight: 9 +--- # VMProbe The `VMProbe` CRD provides probing target ability with some external prober. diff --git a/docs/operator/resources/vmrule.md b/docs/operator/resources/vmrule.md index 8f74161603..e6623905a4 100644 --- a/docs/operator/resources/vmrule.md +++ b/docs/operator/resources/vmrule.md @@ -1,3 +1,12 @@ +--- +sort: 10 +weight: 10 +title: VMRule +menu: + docs: + parent: "operator-custom-resources" + weight: 10 +--- # VMRule `VMRule` represents [alerting](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/) diff --git a/docs/operator/resources/vmservicescrape.md b/docs/operator/resources/vmservicescrape.md index 3f3ac770de..418b7f03c1 100644 --- a/docs/operator/resources/vmservicescrape.md +++ b/docs/operator/resources/vmservicescrape.md @@ -1,3 +1,12 @@ +--- +sort: 11 +weight: 11 +title: VMServiceScrape +menu: + docs: + parent: "operator-custom-resources" + weight: 11 +--- # VMServiceScrape The `VMServiceScrape` CRD allows to define a dynamic set of services for monitoring. Services diff --git a/docs/operator/resources/vmsingle.md b/docs/operator/resources/vmsingle.md index 62835c2299..5a7b732809 100644 --- a/docs/operator/resources/vmsingle.md +++ b/docs/operator/resources/vmsingle.md @@ -1,3 +1,13 @@ +--- +sort: 12 +weight: 12 +title: VMSingle +menu: + docs: + parent: "operator-custom-resources" + weight: 12 +--- + # VMSingle `VMSingle` represents database for storing metrics. diff --git a/docs/operator/resources/vmstaticscrape.md b/docs/operator/resources/vmstaticscrape.md index 13cf6793cd..1566bcb723 100644 --- a/docs/operator/resources/vmstaticscrape.md +++ b/docs/operator/resources/vmstaticscrape.md @@ -1,3 +1,13 @@ +--- +sort: 13 +weight: 13 +title: VMStaticScrape +menu: + docs: + parent: "operator-custom-resources" + weight: 13 +--- + # VMStaticScrape The `VMStaticScrape` CRD provides mechanism for scraping metrics from static targets, configured by CRD targets. diff --git a/docs/operator/resources/vmuser.md b/docs/operator/resources/vmuser.md index 6c1fdf04f2..00cda01074 100644 --- a/docs/operator/resources/vmuser.md +++ b/docs/operator/resources/vmuser.md @@ -1,3 +1,12 @@ +--- +sort: 14 +weight: 14 +title: VMUser +menu: + docs: + parent: "operator-custom-resources" + weight: 14 +--- # VMUser The `VMUser` CRD describes user configuration, its authentication methods `basic auth` or `Authorization` header. diff --git a/docs/operator/security.md b/docs/operator/security.md index 774640ab18..148df73078 100644 --- a/docs/operator/security.md +++ b/docs/operator/security.md @@ -2,6 +2,10 @@ sort: 3 weight: 3 title: Security +menu: + docs: + parent: "operator" + weight: 3 --- # Security diff --git a/docs/operator/setup.md b/docs/operator/setup.md index 3c0e6c3787..7882b1a241 100644 --- a/docs/operator/setup.md +++ b/docs/operator/setup.md @@ -2,6 +2,10 @@ sort: 2 weight: 2 title: Setup +menu: + docs: + parent: "operator" + weight: 2 --- # VictoriaMetrics Operator Setup diff --git a/docs/operator/vars.md b/docs/operator/vars.md index 20a2e64859..bb61f20c52 100644 --- a/docs/operator/vars.md +++ b/docs/operator/vars.md @@ -2,6 +2,10 @@ sort: 11 weight: 11 title: Variables +menu: + docs: + parent: "operator" + weight: 11 ---