Minor fixes

This commit is contained in:
Alison Dowdney 2021-06-23 12:19:02 +01:00
parent ea804f0472
commit 5e69ddef8a
3 changed files with 6 additions and 11 deletions

View File

@ -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 * Join the discussion in #contributor-workshop-dev on Kubernetes Slack
## Previous Live Workshops ## 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) * [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)

View File

@ -26,7 +26,7 @@ This guide covers, how to structure, record, upload and update video guides asso
- [Recording in Streamyard](#recording-in-streamyard) - [Recording in Streamyard](#recording-in-streamyard)
- [Updating / Adding video to a segment](#updating--adding-video-to-a-segment) - [Updating / Adding video to a segment](#updating--adding-video-to-a-segment)
- [Rename your recording](#rename-your-recording) - [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) - [Updating Youtube](#updating-youtube)
- [Update the Segment page with video](#update-the-segment-page-with-video) - [Update the Segment page with video](#update-the-segment-page-with-video)
- [Best Practices & Recommendations](#best-practices--recommendations) - [Best Practices & Recommendations](#best-practices--recommendations)
@ -179,15 +179,9 @@ For example
``2021-05-10-why-contribute-alisondy-mrbobbytables.mp4`` ``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. Upload your recording to the Google Drive folder provided for the Workshop Videos.
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``
### Updating Youtube ### Updating Youtube

View File

@ -1,6 +1,6 @@
--- ---
title: "Segment Name" # The name of the page title: "Segment Name" # The name of the page
weight: 0 # Ordering of the page weight: 2 # Ordering of the page
description: | description: |
A brief description of what this segment aims to cover. A brief description of what this segment aims to cover.
--- ---