Skip to content

Commit e8251ac

Browse files
committed
fix: docs double header in migration docs (#2584)
1 parent 30c4db9 commit e8251ac

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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.

Diff for: 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

Diff for: 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)