From 5e69ddef8a22370b4828cd0dfe5b1d7172bfa24c Mon Sep 17 00:00:00 2001 From: Alison Dowdney Date: Wed, 23 Jun 2021 12:19:02 +0100 Subject: [PATCH] Minor fixes --- mentoring/programs/contributor-workshop/README.md | 3 ++- .../resources/guides/videoguide.md | 12 +++--------- .../resources/templates/segment-template.md | 2 +- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/mentoring/programs/contributor-workshop/README.md b/mentoring/programs/contributor-workshop/README.md index 9199941d9..4b29b838a 100644 --- a/mentoring/programs/contributor-workshop/README.md +++ b/mentoring/programs/contributor-workshop/README.md @@ -1,6 +1,6 @@ # Contributor Workshop -## Overview +## Overview The Contributor Workshop is a self paced course on the contributor site, aimed at both new and existing contributors. @@ -24,4 +24,5 @@ The umbrella issue tracking getting this initiative available to the public is [ * Join the discussion in #contributor-workshop-dev on Kubernetes Slack ## Previous Live Workshops + * [2019 NA Contributor Summit NCW](https://www.youtube.com/watch?v=uUJrGwAom-E&list=PL69nYSiGNLP0OWp38tPBc-jSlMmwWr6Ci&index=16) (Videos in playlist, links to first NCW video) diff --git a/mentoring/programs/contributor-workshop/resources/guides/videoguide.md b/mentoring/programs/contributor-workshop/resources/guides/videoguide.md index dc14051c2..13094925a 100644 --- a/mentoring/programs/contributor-workshop/resources/guides/videoguide.md +++ b/mentoring/programs/contributor-workshop/resources/guides/videoguide.md @@ -26,7 +26,7 @@ This guide covers, how to structure, record, upload and update video guides asso - [Recording in Streamyard](#recording-in-streamyard) - [Updating / Adding video to a segment](#updating--adding-video-to-a-segment) - [Rename your recording](#rename-your-recording) - - [Uploading your video to Google Drive](#uploading-your-video-to-google-drive) + - [Upload your video to Google Drive](#upload-your-video-to-google-drive) - [Updating Youtube](#updating-youtube) - [Update the Segment page with video](#update-the-segment-page-with-video) - [Best Practices & Recommendations](#best-practices--recommendations) @@ -179,15 +179,9 @@ For example ``2021-05-10-why-contribute-alisondy-mrbobbytables.mp4`` -### Uploading your video to Google Drive +### Upload your video to Google Drive -You will upload your recording to the folder associated with your segment. If the folder for your segment doesn't exist, create a new one with the segment name. - -The segment name being the name of the markdown file associated with that segment. see [CONTRIBUTING.md](https://github.com/kubernetes/contributor-site/tree/workshop/content/en/workshop/CONTRIBUTING.md#list-of-segments) - -For example - -``why-contribute`` +Upload your recording to the Google Drive folder provided for the Workshop Videos. ### Updating Youtube diff --git a/mentoring/programs/contributor-workshop/resources/templates/segment-template.md b/mentoring/programs/contributor-workshop/resources/templates/segment-template.md index e7d9edd04..dc413799f 100644 --- a/mentoring/programs/contributor-workshop/resources/templates/segment-template.md +++ b/mentoring/programs/contributor-workshop/resources/templates/segment-template.md @@ -1,6 +1,6 @@ --- title: "Segment Name" # The name of the page -weight: 0 # Ordering of the page +weight: 2 # Ordering of the page description: | A brief description of what this segment aims to cover. ---