Skip to content

Commit 5e69dde

Browse files
committed
Minor fixes
1 parent ea804f0 commit 5e69dde

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

mentoring/programs/contributor-workshop/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributor Workshop
22

3-
## Overview
3+
## Overview
44

55
The Contributor Workshop is a self paced course on the contributor site, aimed at both new and existing contributors.
66

@@ -24,4 +24,5 @@ The umbrella issue tracking getting this initiative available to the public is [
2424
* Join the discussion in #contributor-workshop-dev on Kubernetes Slack
2525

2626
## Previous Live Workshops
27+
2728
* [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)

mentoring/programs/contributor-workshop/resources/guides/videoguide.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This guide covers, how to structure, record, upload and update video guides asso
2626
- [Recording in Streamyard](#recording-in-streamyard)
2727
- [Updating / Adding video to a segment](#updating--adding-video-to-a-segment)
2828
- [Rename your recording](#rename-your-recording)
29-
- [Uploading your video to Google Drive](#uploading-your-video-to-google-drive)
29+
- [Upload your video to Google Drive](#upload-your-video-to-google-drive)
3030
- [Updating Youtube](#updating-youtube)
3131
- [Update the Segment page with video](#update-the-segment-page-with-video)
3232
- [Best Practices & Recommendations](#best-practices--recommendations)
@@ -179,15 +179,9 @@ For example
179179

180180
``2021-05-10-why-contribute-alisondy-mrbobbytables.mp4``
181181

182-
### Uploading your video to Google Drive
182+
### Upload your video to Google Drive
183183

184-
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.
185-
186-
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)
187-
188-
For example
189-
190-
``why-contribute``
184+
Upload your recording to the Google Drive folder provided for the Workshop Videos.
191185

192186
### Updating Youtube
193187

mentoring/programs/contributor-workshop/resources/templates/segment-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Segment Name" # The name of the page
3-
weight: 0 # Ordering of the page
3+
weight: 2 # Ordering of the page
44
description: |
55
A brief description of what this segment aims to cover.
66
---

0 commit comments

Comments
 (0)