Skip to content

Commit 3386c95

Browse files
csvirimetacosm
authored andcommitted
fix: docs double header in migration docs (#2584)
1 parent 66d0f16 commit 3386c95

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

docs/content/en/docs/migration/v2-migration.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
---
22
title: Migrating from v1 to v2
3-
description: Migrating from v1 to v2
43
layout: docs
54
permalink: /docs/v2-migration
65
---
76

8-
# Migrating from v1 to v2
9-
107
Version 2 of the framework introduces improvements, features and breaking changes for the APIs both
118
internal and user facing ones. The migration should be however trivial in most of the cases. For
129
detailed overview of all major issues until the release of

docs/content/en/docs/migration/v3-1-migration.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
---
22
title: Migrating from v3 to v3.1
3-
description: Migrating from v3 to v3.1
43
layout: docs
54
permalink: /docs/v3-1-migration
65
---
76

8-
# Migrating from v3 to v3.1
9-
107
## ReconciliationMaxInterval Annotation has been renamed to MaxReconciliationInterval
118

129
Associated methods on both the `ControllerConfiguration` class and annotation have also been

docs/content/en/docs/migration/v3-migration.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
---
22
title: Migrating from v2 to v3
3-
description: Migrating from v2 to v3
43
layout: docs
54
permalink: /docs/v3-migration
65
---
76

8-
# Migrating from v2 to v3
9-
107
Version 3 introduces some breaking changes to APIs, however the migration to these changes should be trivial.
118

129
## Reconciler

docs/content/en/docs/migration/v4-3-migration.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
---
22
title: Migrating from v4.2 to v4.3
3-
description: Migrating from v4.2 to v4.3
43
layout: docs
54
permalink: /docs/v4-3-migration
65
---
76

8-
# Migrating from v4.2 to v4.3
9-
107
## Condition API Change
118

129
In Workflows the target of the condition was the managed resource itself, not the target dependent resource.

docs/content/en/docs/migration/v4-4-migration.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
---
22
title: Migrating from v4.3 to v4.4
3-
description: Migrating from v4.3 to v4.4
43
layout: docs
54
permalink: /docs/v4-4-migration
65
---
76

8-
# Migrating from v4.3 to v4.4
9-
107
## API changes
118

129
### ConfigurationService

docs/content/en/docs/migration/v4-5-migration.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
---
22
title: Migrating from v4.4 to v4.5
3-
description: Migrating from v4.4 to v4.5
43
layout: docs
54
permalink: /docs/v4-5-migration
65
---
76

8-
# Migrating from v4.4 to v4.5
9-
107
Version 4.5 introduces improvements related to event handling for Dependent Resources, more precisely the
118
[caching and event handling](https://javaoperatorsdk.io/docs/dependent-resources#caching-and-event-handling-in-kubernetesdependentresource)
129
features. As a result the Kubernetes resources managed using

0 commit comments

Comments
 (0)