Minor fixes
This commit is contained in:
parent
ea804f0472
commit
5e69ddef8a
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in New Issue