This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.yml
70 lines (70 loc) · 2.78 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
title: First Day on GitHub
description: >-
Welcome to GitHub! We're so glad you're here. We know it can look overwhelming
at first, so we've put together a few of our favorite courses for people
logging in for the first time
preferences:
- type: dropdown
name: language
label: Language
description: Choose your preferred language.
options:
- label: English
value: en
- label: Español
value: es
steps:
- link: 'https://youtu.be/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.
translations:
es:
title: ¿Qué es GitHub?
description: >-
Hey, es tu primera vez aquí, así que no presupongamos nada. Mira este
breve video para entender por qué la gente usa GitHub.
- course: introduction-to-github
description: >-
That video is pretty cool, right? If you want to learn how to use the
workflow described in that video, take this course.
translations:
es:
description: >-
El video está bien, ¿verdad? Si quieres aprender a usar el flujo de
trabajo descrito en el video, sigue este curso.
- link: 'https://guides.github.com/introduction/git-handbook/'
title: Git Handbook
description: >-
By now you are probably wondering what Git is and why it is important in
writing code. We have you covered with this short article on version
control with Git.
translations:
es:
title: Manual de Git
description: >-
A estas alturas probablemente te estás preguntando qué es Git y por qué es
importante para escribir código. Aquí tienes un breve artículo sobre
control de versiones con Git.
- course: communicating-using-markdown
description: >-
GitHub is all about collaboration and we collaborate in issues and pull
requests. Learn how to get your point across with the world's easiest text
formatting syntax.
translations:
es:
description: >-
GitHub va sobre todo de colaboración, y colaboramos en _issues_ que forman
parte de _pull requests_. Aprende a transmitir lo que sabes con la sintaxis
para formatear texto más fácil del mundo.
- course: uploading-your-project-to-github
description: >-
Now that you know what GitHub does, I bet you're ready to move all of
those projects off your local machine. This course will show you how.
translations:
es:
description: >-
Ahora que sabes lo que hace GitHub, me juego algo a que estás en condiciones
de mover todos esos proyectos fuera de tu máquina local. Este curso te
enseñará cómo.