From 0c6bbc215cd8a6954bc1218d85964acdbccba584 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 26 Jan 2022 13:48:55 +0100 Subject: [PATCH] docs: move video component to /src/components --- .../how-to/how-to-create-and-assign-custom-project-roles.md | 6 +++--- .../VideoThing.jsx => src/components/VideoContent.jsx} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename website/{docs/how-to/VideoThing.jsx => src/components/VideoContent.jsx} (100%) diff --git a/website/docs/how-to/how-to-create-and-assign-custom-project-roles.md b/website/docs/how-to/how-to-create-and-assign-custom-project-roles.md index 8ef2b7e65ca..1d3088e124c 100644 --- a/website/docs/how-to/how-to-create-and-assign-custom-project-roles.md +++ b/website/docs/how-to/how-to-create-and-assign-custom-project-roles.md @@ -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. ::: - - + + 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). diff --git a/website/docs/how-to/VideoThing.jsx b/website/src/components/VideoContent.jsx similarity index 100% rename from website/docs/how-to/VideoThing.jsx rename to website/src/components/VideoContent.jsx