Skip to content

Commit 862a408

Browse files
authored
docs: dependent resources and workflows higher priority than operations (#3289)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent e70b5e5 commit 862a408

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

docs/content/en/docs/documentation/dependent-resource-and-workflows/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Dependent resources and workflows
3-
weight: 80
3+
weight: 70
44
---
55

66
Dependent resources and workflows are features sometimes referenced as higher

docs/content/en/docs/documentation/dependent-resource-and-workflows/dependent-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Dependent resources
3-
weight: 75
3+
weight: 73
44
---
55

66
## Motivations and Goals

docs/content/en/docs/documentation/dependent-resource-and-workflows/workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Workflows
3-
weight: 80
3+
weight: 75
44
---
55

66
## Overview
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Operations
3-
weight: 70
3+
weight: 80
44
---
55

66
This section covers operations-related features for running and managing operators in production.

docs/content/en/docs/documentation/operations/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Configurations
3-
weight: 71
3+
weight: 81
44
---
55

66
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.

docs/content/en/docs/documentation/operations/helm-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Generic Helm Chart
3-
weight: 76
3+
weight: 86
44
---
55

66
A generic, reusable Helm chart for deploying Java operators built with JOSDK is available at

docs/content/en/docs/documentation/operations/leader-election.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Leader Election
3-
weight: 74
3+
weight: 84
44
---
55

66
When running multiple replicas of an operator for high availability, leader election ensures that

docs/content/en/docs/documentation/operations/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Logging
3-
weight: 72
3+
weight: 82
44
---
55

66
## Contextual Info for Logging with MDC

docs/content/en/docs/documentation/operations/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Metrics
3-
weight: 73
3+
weight: 83
44
---
55

66
## Runtime Info

0 commit comments

Comments
 (0)