diff --git a/website/docs/reference/rbac.md b/website/docs/reference/rbac.md index c31f65dc9a..a0e88cda1d 100644 --- a/website/docs/reference/rbac.md +++ b/website/docs/reference/rbac.md @@ -109,6 +109,14 @@ You can assign the following root permissions: |-----------------|--------------------------------| | Create projects | Create [projects](./projects). | +#### Release template permissions + +| Permission Name | Description | +|-----------------|---------------------------| +| Create release plan template | Create [release template](./release-templates). | +| Update release plan template | Update [release template](./release-templates). | +| Delete release plan template | Delete [release template](./release-templates). | + #### Role permissions | Permission Name | Description | diff --git a/website/docs/reference/release-management.mdx b/website/docs/reference/release-templates.mdx similarity index 93% rename from website/docs/reference/release-management.mdx rename to website/docs/reference/release-templates.mdx index f106984fff..70eaa74cf3 100644 --- a/website/docs/reference/release-management.mdx +++ b/website/docs/reference/release-templates.mdx @@ -1,5 +1,5 @@ --- -title: Release management +title: Release templates --- :::note Availability @@ -13,7 +13,7 @@ title: Release management We're currently gathering feedback for release templates and release plans. - To provide feedback using the Admin UI, go to **Configure > Release management**, and click **Share your feedback**. + To provide feedback using the Admin UI, go to **Configure > Release templates**, and click **Share your feedback**. Future iterations of the feature may include: - An overview of ongoing releases and currently running milestones @@ -48,9 +48,11 @@ An instance of a [release template](#release-template) applied to a specific fea ## Create a release template +> Note: For this action, you must be an Admin or have a custom root rote with [release templates permissions](/reference/rbac#release-template-permissions). + To create a release template, do the following: -1. In the Admin UI, go to **Configure > Release management**, and click **New template**. +1. In the Admin UI, go to **Configure > Release templates**, and click **New template**. 2. Enter the template name and an optional description. 3. For the first milestone, click **Add strategy**. 4. Choose a strategy type and configure your [rollout percentage](/reference/activation-strategies#rollout-percentage), [targeting](/reference/activation-strategies#targeting), and [variants](/reference/strategy-variants). diff --git a/website/sidebars.ts b/website/sidebars.ts index 97bb67d269..f4f5931ed9 100644 --- a/website/sidebars.ts +++ b/website/sidebars.ts @@ -379,7 +379,7 @@ const sidebars: SidebarsConfig = { 'reference/segments', 'reference/unleash-context', 'reference/stickiness', - 'reference/release-management', + 'reference/release-templates', ], }, {