Skip to content

Commit f9cdffd

Browse files
committed
wip
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 2c98836 commit f9cdffd

File tree

16 files changed

+41
-299
lines changed

16 files changed

+41
-299
lines changed

docs/content/en/blog/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Blog
3-
menu: {main: {weight: 30}}
3+
menu: {main: {weight: 2}}
44
---
55

66
This is the **blog** section. It has two categories: News and Releases.

docs/content/en/community/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Community
3-
menu: {main: {weight: 40}}
3+
menu: {main: {weight: 3}}
44
---
55

66
<!--add blocks of content here to add more sections to the community page -->

docs/content/en/docs/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Documentation
33
linkTitle: Docs
4-
menu: {main: {weight: 20}}
5-
weight: 20
4+
menu: {main: {weight: 1}}
5+
weight: 1
66
---
77

88

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Documentation
3+
weight: 40
4+
---

docs/content/en/docs/architecture/_index.md renamed to docs/content/en/docs/documentation/architecture.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Architecture and Internals
3-
weight: 90
3+
weight: 59
44
---
55

6-
76
This document gives an overview of the internal structure and components of Java Operator SDK core,
87
in order to make it easier for developers to understand and contribute to it. This document is
98
not intended to be a comprehensive reference, rather an introduction to the core concepts and we

docs/content/en/docs/configuration/_index.md renamed to docs/content/en/docs/documentation/configuration.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
2-
title: Configuring JOSDK
3-
layout: docs
4-
permalink: /docs/configuration
2+
title: Configurations
3+
weight: 56
54
---
65

7-
# Configuration options
8-
96
The Java Operator SDK (JOSDK) provides several abstractions that work great out of the
107
box. However, while we strive to cover the most common cases with the default behavior, we also
118
recognize that that default behavior is not always what any given user might want for their

docs/content/en/docs/dependent-resources/_index.md renamed to docs/content/en/docs/documentation/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: 60
3+
weight: 51
44
---
55

66
## Motivations and Goals

docs/content/en/docs/features/_index.md renamed to docs/content/en/docs/documentation/features.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
title: Features
3-
weight: 50
3+
weight: 41
44
---
55

6-
# Features
7-
86
The Java Operator SDK (JOSDK) is a high level framework and related tooling aimed at
97
facilitating the implementation of Kubernetes operators. The features are by default following
108
the best practices in an opinionated way. However, feature flags and other configuration options

docs/content/en/docs/workflows/_index.md renamed to docs/content/en/docs/documentation/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: 70
3+
weight: 52
44
---
55

66
## Overview
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
title: Getting started
3+
weight: 5
34
---

0 commit comments

Comments
 (0)