From f7a0ec76ed615c6191a8a4b794fa53c2179f905a Mon Sep 17 00:00:00 2001
From: Alexa <53471801+Alexa-RR@users.noreply.github.com>
Date: Thu, 27 Jul 2023 01:05:35 +0300
Subject: [PATCH 1/2] Video Player Page
---
docs/BuildinginRRS/videoplayer.mdx | 13 +++++++++++++
src/components/ButtonLink/index.js | 17 +++++++++++++++++
src/components/ButtonLink/index.module.css | 13 +++++++++++++
src/css/custom.css | 10 ++++++++++
4 files changed, 53 insertions(+)
create mode 100644 docs/BuildinginRRS/videoplayer.mdx
create mode 100644 src/components/ButtonLink/index.js
create mode 100644 src/components/ButtonLink/index.module.css
diff --git a/docs/BuildinginRRS/videoplayer.mdx b/docs/BuildinginRRS/videoplayer.mdx
new file mode 100644
index 0000000..442f541
--- /dev/null
+++ b/docs/BuildinginRRS/videoplayer.mdx
@@ -0,0 +1,13 @@
+# Video Player
+import ButtonLink from '@site/src/components/ButtonLink'
+
+**If you would like to use the RRS / Unity video player component in any of your rooms - you, or a co-owner on your room, will need to be approved.**
+
+
+
+:::info
+**If you know that you already have screenshare approval please do not apply.** Screenshare approval and video player component approval are the same thing. If you would like to check if you have screenshare / video player approval already you can follow the [instructions here](https://recroom.zendesk.com/hc/en-us/articles/4524184817687-Desktop-Screen-and-Audio-Sharing-Tools) and look for the 'Desktop Sharing Screen prop' in your Maker Pen Palette.
+If you have that prop in your palette, you are already approved.
+:::
+
+
diff --git a/src/components/ButtonLink/index.js b/src/components/ButtonLink/index.js
new file mode 100644
index 0000000..5142c7a
--- /dev/null
+++ b/src/components/ButtonLink/index.js
@@ -0,0 +1,17 @@
+import styles from './index.module.css';
+import React from 'react';
+import Link from '@docusaurus/Link';
+
+
+
+export default function ButtonLink({title, link}) {
+ return (
+
+
+ {title}
+
+
+ )
+}
\ No newline at end of file
diff --git a/src/components/ButtonLink/index.module.css b/src/components/ButtonLink/index.module.css
new file mode 100644
index 0000000..1aed5a6
--- /dev/null
+++ b/src/components/ButtonLink/index.module.css
@@ -0,0 +1,13 @@
+/**
+ * CSS files with the .module.css suffix will be treated as CSS modules
+ * and scoped locally.
+ */
+
+
+ .buttons {
+ display: flex;
+ align-items: left;
+ justify-content: left;
+ margin-top: 0px;
+ margin-bottom: 32px;
+ }
\ No newline at end of file
diff --git a/src/css/custom.css b/src/css/custom.css
index e529601..0a55920 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -7,7 +7,17 @@
opacity: 0.6;
}
+.features {
+ display: flex;
+ align-items: center;
+ padding: 2rem 0;
+ width: 100%;
+}
+.featureSvg {
+ height: 200px;
+ width: 200px;
+}
.header-github-link::before {
content: '';
width: 24px;
From 7d019b3b4edd72daa678c14b28225faa7993d01b Mon Sep 17 00:00:00 2001
From: Alexa <53471801+Alexa-RR@users.noreply.github.com>
Date: Tue, 29 Aug 2023 01:45:18 +0300
Subject: [PATCH 2/2] a
---
docs/BuildinginRRS/videoplayer.mdx | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/BuildinginRRS/videoplayer.mdx b/docs/BuildinginRRS/videoplayer.mdx
index 442f541..35f0176 100644
--- a/docs/BuildinginRRS/videoplayer.mdx
+++ b/docs/BuildinginRRS/videoplayer.mdx
@@ -1,6 +1,7 @@
# Video Player
import ButtonLink from '@site/src/components/ButtonLink'
+## Applying
**If you would like to use the RRS / Unity video player component in any of your rooms - you, or a co-owner on your room, will need to be approved.**
@@ -10,4 +11,6 @@ import ButtonLink from '@site/src/components/ButtonLink'
If you have that prop in your palette, you are already approved.
:::
+## Getting started
+