forked from githubtraining/learning-lab-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
23 lines (19 loc) · 1.06 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Follow this guide for more details https://lab.github.com/docs/learning-paths
title: My Learning Path # a name for your Learning Lab path
description: A couple of great learning resources! # a longer description for your Learning Lab path, displayed on the course's landing page
steps:
# Point to a course/path on Learning Lab owned by the same user or organization as this Learning Path
- course: githubtraining/introduction-to-github
# Point to an external link,
- link: https://opensource.guide/starting-a-project/#writing-a-readme
title: The ingredients of a great README
description: >-
Great READMEs help users understand your project, why it matters and what they can do with it.
This guide shares some helpful tips to write great READMEs.
# Embed a video
- link: https://www.youtube.com/watch?v=w3jLJU7DT5E
video: https://youtube.com/embed/w3jLJU7DT5E
title: What is GitHub?
description: >-
Hey, it's your first time here, so let's not take any chances.
Check out this short video to understand why people use GitHub.