From d5ba528657bb1aab27383061da037941c021eebd Mon Sep 17 00:00:00 2001 From: Manjila Singh Date: Fri, 7 Jun 2024 19:40:12 +0100 Subject: [PATCH] Added video tutorials --- .../ciroh jupyterhub/documentation/push.md | 8 ++++++-- .../cloudservices/ciroh jupyterhub/index.md | 15 +++++++++++++-- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/docs/services/cloudservices/ciroh jupyterhub/documentation/push.md b/docs/services/cloudservices/ciroh jupyterhub/documentation/push.md index 459d806..f2a29bb 100644 --- a/docs/services/cloudservices/ciroh jupyterhub/documentation/push.md +++ b/docs/services/cloudservices/ciroh jupyterhub/documentation/push.md @@ -24,9 +24,13 @@ Follow these steps to allow 2i2c JupyterHub to push to GitHub repositories: ```bash gh-scoped-creds --client-id Iv23lixIgj0sAZqz98bH ``` -### You can also follow along with this [video tutorial](https://youtu.be/t6WkSpYDiaA) that walks you through the same process visually. +### You can also follow along with this video tutorial that walks you through the same process visually. +import VideoPlayer from '/src/components/VideoPlayer.js'; + + + + - \ No newline at end of file diff --git a/docs/services/cloudservices/ciroh jupyterhub/index.md b/docs/services/cloudservices/ciroh jupyterhub/index.md index 2360a7b..736949d 100644 --- a/docs/services/cloudservices/ciroh jupyterhub/index.md +++ b/docs/services/cloudservices/ciroh jupyterhub/index.md @@ -43,13 +43,24 @@ If your software in not listed in this file, please submit the form below to req ### CIROH JupyterHub Environments: Click on below button to access the CIROH JupyterHub environments (production and staging environments): + + CIROH Production JupyterHub + + CIROH Staging JupyterHub + +----- + :::note Please remember to stop the server when you're not actively using it ::: - CIROH Production JupyterHub - CIROH Staging JupyterHub +import VideoPlayer from '/src/components/VideoPlayer.js'; + + + + + _____