Skip to content

Commit

Permalink
docs: move video component to /src/components
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 26, 2022
1 parent 2c31854 commit 0c6bbc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -1,14 +1,14 @@
---
title: How to create and assign custom project roles
---
import VideoThing from './VideoThing.jsx'
import VideoContent from '@site/src/components/VideoContent.jsx'

:::info availability
Custom project roles were introduced in **Unleash 4.6** and are only available in Unleash Enterprise.
:::

<VideoThing videoUrls={["https://www.youtube.com/embed/2BlckVMHxgE" , "https://www.youtube.com/embed/IqaD8iGxkwk"]}>
</VideoThing>
<VideoContent videoUrls={["https://www.youtube.com/embed/2BlckVMHxgE" , "https://www.youtube.com/embed/IqaD8iGxkwk"]}>
</VideoContent>

This guide takes you through [how to create](#creating-custom-project-roles "how to create custom project roles") and [assign](#assigning-custom-project-roles "how to assign custom project roles") [custom project roles](../user_guide/rbac.md#custom-project-roles).

Expand Down
File renamed without changes.

0 comments on commit 0c6bbc2

Please sign in to comment.