From 0cd0c0264f03a830beefa35cbb3b8caac747daba Mon Sep 17 00:00:00 2001 From: Hideaki Murakami Date: Fri, 15 May 2026 14:48:57 +1200 Subject: [PATCH 1/4] Fix typo --- src/pages/docs/approvals/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/approvals/index.md b/src/pages/docs/approvals/index.md index 6fee49501b..517e9ac4eb 100644 --- a/src/pages/docs/approvals/index.md +++ b/src/pages/docs/approvals/index.md @@ -40,7 +40,7 @@ What's included in Octopus Approvals? - Octopus records an audit trail of approvals and rejections in the task log. :::div{.hint} -Octopus Feature Toggles are currently in Alpha, available to a small set of customers. +Octopus Approvals is currently in Alpha, available to a small set of customers. If you are interested in this feature please register your interest on the [roadmap card](https://roadmap.octopus.com/c/121-feature-toggles) and we'll keep you updated. ::: From 5bf44947994ed143a21a100e4ffd54913bfa3100 Mon Sep 17 00:00:00 2001 From: Hideaki Murakami Date: Fri, 15 May 2026 16:12:57 +1200 Subject: [PATCH 2/4] Fix navbar references --- src/pages/docs/approvals/octopus-approvals/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/docs/approvals/octopus-approvals/index.md b/src/pages/docs/approvals/octopus-approvals/index.md index d95aa32b10..bf64bddb23 100644 --- a/src/pages/docs/approvals/octopus-approvals/index.md +++ b/src/pages/docs/approvals/octopus-approvals/index.md @@ -21,11 +21,11 @@ When a controlled deployment or runbook run triggers, Octopus automatically crea Enable Octopus Approvals on your Octopus instance by navigating to **Configuration ➜ Settings ➜ Octopus Approvals** and tick **Is Enabled** and save. -Once Octopus Approvals is enabled, navigate to **Library ➜ Approvals ➜ Manage Approvals** to create your first approval policy, then configure scope to apply it to the relevant projects and environments. +Once Octopus Approvals is enabled, navigate to **Deploy ➜ Manage ➜ Approvals ➜ Manage Approvals** to create your first approval policy, then configure scope to apply it to the relevant projects and environments. ## Configuring an approval policy -Navigate to **Library ➜ Approvals ➜ Manage Approvals** and select **Add Approval Policy**. Each policy includes the following settings: +Navigate to **Deploy ➜ Manage ➜ Approvals ➜ Manage Approvals** and select **Add Approval Policy**. Each policy includes the following settings: - **Name**: A short, memorable, unique name for this approval policy. - **Description**: An optional description for this approval policy. From df8d0b9bd3cde70463691300dbac94bfcb22f257 Mon Sep 17 00:00:00 2001 From: Hideaki Murakami Date: Fri, 15 May 2026 16:22:05 +1200 Subject: [PATCH 3/4] Fix roadmap link --- src/pages/docs/approvals/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/approvals/index.md b/src/pages/docs/approvals/index.md index 517e9ac4eb..28d97935d8 100644 --- a/src/pages/docs/approvals/index.md +++ b/src/pages/docs/approvals/index.md @@ -42,7 +42,7 @@ What's included in Octopus Approvals? :::div{.hint} Octopus Approvals is currently in Alpha, available to a small set of customers. -If you are interested in this feature please register your interest on the [roadmap card](https://roadmap.octopus.com/c/121-feature-toggles) and we'll keep you updated. +If you are interested in this feature please register your interest on the [roadmap card](https://roadmap.octopus.com/c/243-approvals-for-deployments) and we'll keep you updated. ::: Learn more about [Octopus Approvals](/docs/approvals/octopus-approvals). From 8f1dbc3e00b9576b32988ebeeb6a259a74d97053 Mon Sep 17 00:00:00 2001 From: Hideaki Murakami Date: Fri, 15 May 2026 16:51:55 +1200 Subject: [PATCH 4/4] Remove more library mention --- src/pages/docs/approvals/octopus-approvals/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/approvals/octopus-approvals/index.md b/src/pages/docs/approvals/octopus-approvals/index.md index bf64bddb23..c6fe430706 100644 --- a/src/pages/docs/approvals/octopus-approvals/index.md +++ b/src/pages/docs/approvals/octopus-approvals/index.md @@ -66,7 +66,7 @@ Octopus surfaces change requests in several places so approvers can act on them ### Approvals -Navigate to **Library ➜ Approvals** for a complete list of all change requests. The list is divided into three tabs: +Navigate to **Deploy ➜ Manage ➜ Approvals** for a complete list of all change requests. The list is divided into three tabs: - **Needs Approval**: Change requests that are still pending the required number of approvals. - **Completed**: Change requests that have been approved or rejected.