From cee84569586a0c30cba2839e6b8eb9aa55a0f312 Mon Sep 17 00:00:00 2001 From: Matt Hilton Date: Fri, 7 Feb 2025 12:08:16 +1100 Subject: [PATCH] docs: fix nav structure --- docs/guides/breaking-changes-list.md | 8 +++++++- docs/guides/migration-guide-v0.8.0.md | 4 ++-- templates/guides/breaking-changes-list.md.tmpl | 8 +++++++- templates/guides/migration-guide-v0.8.0.md.tmpl | 4 ++-- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/docs/guides/breaking-changes-list.md b/docs/guides/breaking-changes-list.md index 8a17154e1..2b6195f75 100644 --- a/docs/guides/breaking-changes-list.md +++ b/docs/guides/breaking-changes-list.md @@ -1,10 +1,15 @@ +--- +page_title: "Breaking Changes List" +subcategory: "Upgrades & Migrations"" +--- + # Breaking Changes This page details the breaking changes and deprecations we're managing according to our [Breaking Changes policy](./breaking-changes-policy.md). ## Announced | Version | Deprecated | Replacement | Migration Guide | Enactment | Completion | -| - |---------------------------------------------------------| - | - | - | - | +|---------|---------------------------------------------------------|-------------|-----------------|-----------|------------| | [v0.37.1](https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/releases/tag/v0.37.1) | `octopusdeploy_project.versioning_strategy` (attribute) | `octopusdeploy_project_versioning_strategy` (new resource) | [Guide](./migration-guide-v0.37.1.md) | 2025-06-04 | 2025-12-04 | ## Enacted @@ -18,4 +23,5 @@ We aren't currently tracking any enacted Breaking Changes. |---------|------------|-------------|-----------------|-----------|------------| | [v0.8.0](https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/releases/tag/v0.8.0) | Many changes* | Many changes* | [Guide](./migration-guide-v0.8.0.md) | N/A | N/A | + -> *The breaking changes in v0.8.0 were all done years before our Breaking Changes policy was officially established, so didn't follow those procedures, but the Migration Guide is noted here just in case. diff --git a/docs/guides/migration-guide-v0.8.0.md b/docs/guides/migration-guide-v0.8.0.md index 0e83a3e7c..780dd0b64 100644 --- a/docs/guides/migration-guide-v0.8.0.md +++ b/docs/guides/migration-guide-v0.8.0.md @@ -1,6 +1,6 @@ --- -page_title: "Migration to v0.8.0" -subcategory: "Migrations" +page_title: "Migrating to v0.8.0" +subcategory: "Upgrades & Migrations" --- `v0.8.0` includes a number of breaking changes. This guide provides an outline of these changes along with tips on migration. diff --git a/templates/guides/breaking-changes-list.md.tmpl b/templates/guides/breaking-changes-list.md.tmpl index 8a17154e1..2b6195f75 100644 --- a/templates/guides/breaking-changes-list.md.tmpl +++ b/templates/guides/breaking-changes-list.md.tmpl @@ -1,10 +1,15 @@ +--- +page_title: "Breaking Changes List" +subcategory: "Upgrades & Migrations"" +--- + # Breaking Changes This page details the breaking changes and deprecations we're managing according to our [Breaking Changes policy](./breaking-changes-policy.md). ## Announced | Version | Deprecated | Replacement | Migration Guide | Enactment | Completion | -| - |---------------------------------------------------------| - | - | - | - | +|---------|---------------------------------------------------------|-------------|-----------------|-----------|------------| | [v0.37.1](https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/releases/tag/v0.37.1) | `octopusdeploy_project.versioning_strategy` (attribute) | `octopusdeploy_project_versioning_strategy` (new resource) | [Guide](./migration-guide-v0.37.1.md) | 2025-06-04 | 2025-12-04 | ## Enacted @@ -18,4 +23,5 @@ We aren't currently tracking any enacted Breaking Changes. |---------|------------|-------------|-----------------|-----------|------------| | [v0.8.0](https://github.com/OctopusDeployLabs/terraform-provider-octopusdeploy/releases/tag/v0.8.0) | Many changes* | Many changes* | [Guide](./migration-guide-v0.8.0.md) | N/A | N/A | + -> *The breaking changes in v0.8.0 were all done years before our Breaking Changes policy was officially established, so didn't follow those procedures, but the Migration Guide is noted here just in case. diff --git a/templates/guides/migration-guide-v0.8.0.md.tmpl b/templates/guides/migration-guide-v0.8.0.md.tmpl index 0e83a3e7c..780dd0b64 100644 --- a/templates/guides/migration-guide-v0.8.0.md.tmpl +++ b/templates/guides/migration-guide-v0.8.0.md.tmpl @@ -1,6 +1,6 @@ --- -page_title: "Migration to v0.8.0" -subcategory: "Migrations" +page_title: "Migrating to v0.8.0" +subcategory: "Upgrades & Migrations" --- `v0.8.0` includes a number of breaking changes. This guide provides an outline of these changes along with tips on migration.