From b3a0c3fae1353481e34b2342086f58c54c72fad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Mon, 13 Apr 2026 09:53:37 +0200 Subject: [PATCH] docs: dependent resources and workflows higher priority than operations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- .../documentation/dependent-resource-and-workflows/_index.md | 2 +- .../dependent-resource-and-workflows/dependent-resources.md | 2 +- .../documentation/dependent-resource-and-workflows/workflows.md | 2 +- docs/content/en/docs/documentation/operations/_index.md | 2 +- docs/content/en/docs/documentation/operations/configuration.md | 2 +- docs/content/en/docs/documentation/operations/helm-chart.md | 2 +- .../content/en/docs/documentation/operations/leader-election.md | 2 +- docs/content/en/docs/documentation/operations/logging.md | 2 +- docs/content/en/docs/documentation/operations/metrics.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/content/en/docs/documentation/dependent-resource-and-workflows/_index.md b/docs/content/en/docs/documentation/dependent-resource-and-workflows/_index.md index 21b8823385..9446f7ceca 100644 --- a/docs/content/en/docs/documentation/dependent-resource-and-workflows/_index.md +++ b/docs/content/en/docs/documentation/dependent-resource-and-workflows/_index.md @@ -1,6 +1,6 @@ --- title: Dependent resources and workflows -weight: 80 +weight: 70 --- Dependent resources and workflows are features sometimes referenced as higher diff --git a/docs/content/en/docs/documentation/dependent-resource-and-workflows/dependent-resources.md b/docs/content/en/docs/documentation/dependent-resource-and-workflows/dependent-resources.md index f731f8939d..13310a3c42 100644 --- a/docs/content/en/docs/documentation/dependent-resource-and-workflows/dependent-resources.md +++ b/docs/content/en/docs/documentation/dependent-resource-and-workflows/dependent-resources.md @@ -1,6 +1,6 @@ --- title: Dependent resources -weight: 75 +weight: 73 --- ## Motivations and Goals diff --git a/docs/content/en/docs/documentation/dependent-resource-and-workflows/workflows.md b/docs/content/en/docs/documentation/dependent-resource-and-workflows/workflows.md index c5ee83a446..7efcc257c6 100644 --- a/docs/content/en/docs/documentation/dependent-resource-and-workflows/workflows.md +++ b/docs/content/en/docs/documentation/dependent-resource-and-workflows/workflows.md @@ -1,6 +1,6 @@ --- title: Workflows -weight: 80 +weight: 75 --- ## Overview diff --git a/docs/content/en/docs/documentation/operations/_index.md b/docs/content/en/docs/documentation/operations/_index.md index 6b249f270c..1056b33c24 100644 --- a/docs/content/en/docs/documentation/operations/_index.md +++ b/docs/content/en/docs/documentation/operations/_index.md @@ -1,6 +1,6 @@ --- title: Operations -weight: 70 +weight: 80 --- This section covers operations-related features for running and managing operators in production. diff --git a/docs/content/en/docs/documentation/operations/configuration.md b/docs/content/en/docs/documentation/operations/configuration.md index dfe89266e5..cae4ef686e 100644 --- a/docs/content/en/docs/documentation/operations/configuration.md +++ b/docs/content/en/docs/documentation/operations/configuration.md @@ -1,6 +1,6 @@ --- title: Configurations -weight: 71 +weight: 81 --- The Java Operator SDK (JOSDK) provides abstractions that work great out of the box. However, we recognize that default behavior isn't always suitable for every use case. Numerous configuration options help you tailor the framework to your specific needs. diff --git a/docs/content/en/docs/documentation/operations/helm-chart.md b/docs/content/en/docs/documentation/operations/helm-chart.md index 5e5474e694..1758ac20af 100644 --- a/docs/content/en/docs/documentation/operations/helm-chart.md +++ b/docs/content/en/docs/documentation/operations/helm-chart.md @@ -1,6 +1,6 @@ --- title: Generic Helm Chart -weight: 76 +weight: 86 --- A generic, reusable Helm chart for deploying Java operators built with JOSDK is available at diff --git a/docs/content/en/docs/documentation/operations/leader-election.md b/docs/content/en/docs/documentation/operations/leader-election.md index 553c90ed0f..a8b33a2084 100644 --- a/docs/content/en/docs/documentation/operations/leader-election.md +++ b/docs/content/en/docs/documentation/operations/leader-election.md @@ -1,6 +1,6 @@ --- title: Leader Election -weight: 74 +weight: 84 --- When running multiple replicas of an operator for high availability, leader election ensures that diff --git a/docs/content/en/docs/documentation/operations/logging.md b/docs/content/en/docs/documentation/operations/logging.md index 99288eca0c..4037672f72 100644 --- a/docs/content/en/docs/documentation/operations/logging.md +++ b/docs/content/en/docs/documentation/operations/logging.md @@ -1,6 +1,6 @@ --- title: Logging -weight: 72 +weight: 82 --- ## Contextual Info for Logging with MDC diff --git a/docs/content/en/docs/documentation/operations/metrics.md b/docs/content/en/docs/documentation/operations/metrics.md index e3b6556d3a..fc40070e46 100644 --- a/docs/content/en/docs/documentation/operations/metrics.md +++ b/docs/content/en/docs/documentation/operations/metrics.md @@ -1,6 +1,6 @@ --- title: Metrics -weight: 73 +weight: 83 --- ## Runtime Info