From 2b281709e0dd21ce74a36b73f1a21fd5ea32375f Mon Sep 17 00:00:00 2001 From: Nick Josevski Date: Thu, 3 Sep 2026 14:33:21 +1000 Subject: [PATCH] docs: use Public Preview consistently for project templates Two pages still described project templates as being in Alpha, while the rest of the project templates documentation describes them as being in Public Preview. Both stale references are on pages with older modDates than the pages using Public Preview, so Public Preview is the current status. Co-Authored-By: Claude Opus 5 (1M context) --- src/pages/docs/platform-hub/templates/index.md | 4 ++-- .../templates/project-templates/troubleshooting.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/docs/platform-hub/templates/index.md b/src/pages/docs/platform-hub/templates/index.md index 9de31beabf..9db7679591 100644 --- a/src/pages/docs/platform-hub/templates/index.md +++ b/src/pages/docs/platform-hub/templates/index.md @@ -1,7 +1,7 @@ --- layout: src/layouts/Default.astro pubDate: 2026-03-05 -modDate: 2026-03-06 +modDate: 2026-09-03 title: Templates subtitle: Reusable templates for processes and projects in Platform Hub icon: fa-solid fa-layer-group @@ -17,7 +17,7 @@ Platform Hub provides two types of templates that help you standardize and share **[Process templates](/docs/platform-hub/templates/process-templates)** are reusable sets of deployment steps. Instead of copying and pasting deployment processes across projects, you define the steps once and share them. Teams can opt into using a process template within their deployment process, and can remove it if it no longer fits their needs. -**[Project templates](/docs/platform-hub/templates/project-templates)** give platform engineering teams a way to define a golden path for how projects are structured. The deployment process is defined by the template and can't be modified in projects based on it. Through parameters exposed by the platform team, project teams can deploy using their own packages, accounts, worker pools, and target tags, while the underlying process stays consistent across every project based on the template. Project templates are currently in Alpha, see the [installation guide](/docs/platform-hub/templates/project-templates/installation-guide) to get started. +**[Project templates](/docs/platform-hub/templates/project-templates)** give platform engineering teams a way to define a golden path for how projects are structured. The deployment process is defined by the template and can't be modified in projects based on it. Through parameters exposed by the platform team, project teams can deploy using their own packages, accounts, worker pools, and target tags, while the underlying process stays consistent across every project based on the template. Project templates are currently in Public Preview, see the [installation guide](/docs/platform-hub/templates/project-templates/installation-guide) to get started. Both template types use [parameters](/docs/platform-hub/templates/parameters) to expose configurable inputs, letting you define what a project must supply while keeping the core template consistent across teams and spaces. diff --git a/src/pages/docs/platform-hub/templates/project-templates/troubleshooting.md b/src/pages/docs/platform-hub/templates/project-templates/troubleshooting.md index 42a27a0f1f..8687e1ddf3 100644 --- a/src/pages/docs/platform-hub/templates/project-templates/troubleshooting.md +++ b/src/pages/docs/platform-hub/templates/project-templates/troubleshooting.md @@ -1,7 +1,7 @@ --- layout: src/layouts/Default.astro pubDate: 2026-03-05 -modDate: 2026-05-28 +modDate: 2026-09-03 title: Troubleshooting subtitle: Known issues and limitations for project templates icon: fa-solid fa-layer-group @@ -62,7 +62,7 @@ You can't clone a project template through the Octopus UI. To clone a template: ## Public API -The Alpha release doesn't support creating and managing project templates through the REST API. We're planning REST API support for a future release. +The Public Preview doesn't support creating and managing project templates through the REST API. We're planning REST API support for a future release. ## Losing access to an Octopus Enterprise license