forked from github/training-kit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
navigation.yml
341 lines (320 loc) · 12.7 KB
/
navigation.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
banner:
en:
title: On Demand Training
url: /
es:
title: Aprende a tu ritmo
url: /es/
main:
en:
- title: Resources
url: /resources/
- title: Learning Path
url: /resources/learning-path/
- title: Upcoming Events
abs: https://services.github.com/#upcoming-events
- title: Customized Training
abs: https://services.github.com/customized-training
es:
- title: Resources
url: /resources/
- title: Itinerario de aprendizaje
url: /resources/learning-path/es/
- title: Upcoming Events
abs: https://services.github.com/#upcoming-events
- title: Customized Training
abs: https://services.github.com/customized-training
# When creating new sidebar navs, remember the url in this document needs to match the url assigned in the permalink field.
intro-nav:
- title: "Introduction to GitHub"
url: /intro-to-github/
- title: "Create a GitHub Account"
url: /intro-to-github/create-github-account
- title: "Join the Class Repository"
url: /intro-to-github/join-class-repository
- title: "Explore the GitHub Repository"
url: /intro-to-github/explore-github-repository
- title: "Use GitHub Flow"
url: /intro-to-github/use-github-flow
- title: "Create a Branch"
url: /intro-to-github/create-a-branch
- title: "Find Your Coordinates"
url: /intro-to-github/find-your-coordinates
- title: "Work on GitHub"
url: /intro-to-github/work-on-github
- title: "Create a Pull Request"
url: /intro-to-github/create-pull-request
- title: "Collaborate on GitHub"
url: /intro-to-github/collaborate-on-github
- title: "Edit Files on GitHub"
url: /intro-to-github/edit-files-on-github
- title: "Merge Your Pull Request"
url: /intro-to-github/merge-pull-request
- title: "You Completed the GitHub Flow"
url: /intro-to-github/you-completed-github-flow
intro-nav-es:
- title: "Introducción a GitHub"
url: /intro-to-github/es/
- title: "Crear cuenta GitHub"
url: /intro-to-github/es/crear-cuenta-github
- title: "Únete al repositorio de la clase"
url: /intro-to-github/es/unete-repo-clase
- title: "Explora el repositorio GitHub"
url: /intro-to-github/es/explora-repositorio
- title: "Utiliza el flujo de trabajo GitHub"
url: /intro-to-github/es/flujo-github
- title: "Creando una rama o branch"
url: /intro-to-github/es/creando-rama-branch
- title: "Busca tus coordenadas"
url: /intro-to-github/es/buscar-coordenadas
- title: "Trabajar en GitHub"
url: /intro-to-github/es/trabajar-en-github
- title: "Crear un Pull Request"
url: /intro-to-github/es/crear-pull-request
- title: "Colaborar en GitHub"
url: /intro-to-github/es/colaborar-en-github
- title: "Editar archivos en GitHub"
url: /intro-to-github/es/editar-en-github
- title: "Hacer Merge de tu Pull Request"
url: /intro-to-github/es/merge-pull-requests
- title: "Has completado el Flujo GitHub"
url: /intro-to-github/es/celebrar
github-desktop-nav:
- title: "GitHub Pages & GitHub Desktop"
url: /github-desktop/
- title: "Install GitHub Desktop"
url: /github-desktop/install-github-desktop
- title: "Create the Remote Repository on GitHub"
url: /github-desktop/create-remote-repository
- title: "Choose a GitHub Pages Theme"
url: /github-desktop/choose-github-pages-theme
- title: "Clone the Repository with GitHub Desktop"
url: /github-desktop/clone-repository-github-desktop
- title: "Create Local Branches With GitHub Desktop"
url: /github-desktop/create-branches-github-desktop
- title: "Make Local Changes With GitHub Desktop"
url: /github-desktop/make-changes-github-desktop
- title: "Add Local Commits With GitHub Desktop"
url: /github-desktop/add-commits-github-desktop
- title: "Open a Pull Request With GitHub Desktop"
url: /github-desktop/pull-request-github-desktop
- title: "Merge Your Pull Request on GitHub"
url: /github-desktop/merge-pull-request-github
- title: "View Your GitHub Pages Site"
url: /github-desktop/view-github-pages-site
- title: "Push to GitHub with GitHub Desktop"
url: /github-desktop/push-with-github-desktop
- title: "Add Your GitHub Pages Site to the Showcase"
url: /github-desktop/add-github-pages-site-showcase
- title: "Review the Local GitHub Flow"
url: /github-desktop/review-github-flow
- title: "Push to GitHub & Create a Pull Request"
url: /github-desktop/push-pull-request-github-desktop
- title: "Collaborate With GitHub Pull Requests"
url: /github-desktop/collaborate-github-pull-requests
- title: "Merge Your Pull Request on GitHub"
url: /github-desktop/merge-pull-request-showcase
github-desktop-nav-es:
- title: "GitHub Pages y GitHub Desktop"
url: /github-desktop/es/
- title: "Instalar GitHub Desktop"
url: /github-desktop/es/instalar-github-desktop
- title: "Crear el repositorio remoto en GitHub"
url: /github-desktop/es/crear-repo-remoto
- title: "Elegir un tema de GitHub Pages"
url: /github-desktop/es/elegir-tema-github-pages
- title: "Clonar el repositorio con GitHub Desktop"
url: /github-desktop/es/clonar-repositorio-github-desktop
- title: "Crear branches en local con GitHub Desktop"
url: /github-desktop/es/crear-branches-github-desktop
- title: "Hacer cambios en local con GitHub Desktop"
url: /github-desktop/es/hacer-cambios-github-desktop
- title: "Añadir commits locales con GitHub Desktop"
url: /github-desktop/es/nuevos-commits-github-desktop
- title: "Abrir un Pull Request con GitHub Desktop"
url: /github-desktop/es/pull-request-github-desktop
- title: "Hacer merge de tu Pull Request en GitHub"
url: /github-desktop/es/merge-pull-request-github
- title: "Ver tu sitio hecho con GitHub Pages"
url: /github-desktop/es/ver-sitio-github-pages
- title: "Hacer Push a GitHub con GitHub Desktop"
url: /github-desktop/es/push-con-github-desktop
- title: "Añadir tu sitio hecho con GitHub Pages al Escaparate"
url: /github-desktop/es/añadir-github-pages-escaparate
- title: "Revisar el Flujo GitHub local"
url: /github-desktop/es/revisar-github-flow
- title: "Push a GitHub y crear un Pull Request"
url: /github-desktop/es/push-pull-request-github-desktop
- title: "Colaborar con Pull Requests en GitHub"
url: /github-desktop/es/colaborar-github-pull-requests
- title: "Hacer merge de tu Pull Request en GitHub"
url: /github-desktop/es/merge-pull-request-showcase
github-cli:
- title: "GitHub Pages & Git in the Command Line"
url: /github-cli/
- title: "Git Configuration"
url: /github-cli/git-configuration
- title: "Create the Remote Repository on GitHub"
url: /github-cli/create-remote-repository
- title: "Choose a GitHub Pages Theme"
url: /github-cli/choose-github-pages-theme
- title: "Clone the Repository Using the Command Line"
url: /github-cli/clone-repo-cli
- title: "Create Local Branches With Git"
url: /github-cli/create-branches-git
- title: "Make Local Changes With Git"
url: /github-cli/make-local-changes-git
- title: "Add Local Commits With Git"
url: /github-cli/add-commits-git
- title: "Open a Pull Request on GitHub"
url: /github-cli/open-pull-request-github
- title: "Merge Your Pull Request on GitHub"
url: /github-cli/merge-pull-request-github
- title: "View Your GitHub Pages Site"
url: /github-cli/view-github-pages-site
- title: "Git Push & Git Pull"
url: /github-cli/git-push-git-pull
- title: "Add Your GitHub Pages Site to the Showcase"
url: /github-cli/add-github-pages-site-showcase
- title: "Review the Local GitHub Flow in the Command Line"
url: /github-cli/github-flow-cli
- title: "Review Pushing and Opening Pull Requests"
url: /github-cli/git-push-open-pull-request
- title: "Collaborate With GitHub Pull Requests"
url: /github-cli/collaborate-github-pull-requests
- title: "Merge Your Pull Request on GitHub"
url: /github-cli/merge-pull-request-github-showcase
advanced:
- title: "Welcome to Git Out Of Trouble"
url: /git-trouble/
- title: "Set Up Your Git Scenario Environment"
url: /git-trouble/git-set-up
- title: "Git Trouble Scenarios"
url: /git-trouble/git-scenarios
children:
- title: "Too Many (small) Git Commits"
url: /git-trouble/too-many-commits
- title: "Git Commit Message Sucks"
url: /git-trouble/git-commit-message
- title: "Git Committed to Wrong Branch"
url: /git-trouble/git-commit-wrong-branch
- title: "Accidental Git Commit"
url: /git-trouble/accidental-git-commit
- title: "Just Make it Go Away - Breaking Things With Git"
url: /git-trouble/breaking-things-with-git
windows:
- title: "Welcome to GitHub for Windows Users"
url: /windows/
- title: "Get Started"
url: /windows/getting-started
children:
- title: "Install Git"
url: /windows/installing-git
- title: "Configure Git"
url: /windows/configure-git
- title: "Configure Line Endings"
url: /windows/git-crlf
- title: "Store Your Password"
url: /windows/git-credentials
- title: "Editors"
url: /windows/editors
children:
- title: "vi Basics"
url: /windows/vi-basics
- title: "Configure Other Editors"
url: /windows/configure-editors
- title: "Visual Studio Integration"
url: /windows/visual-studio
children:
- title: "Install the GitHub Extension"
url: /windows/install-visual-studio
- title: "Start a Project"
url: /windows/vs-start-project
- title: "Make a Commit"
url: /windows/vs-make-commit
- title: "Sharing and Receiving Changes"
url: /windows/vs-push-changes
- title: "What is Sync?"
url: /windows/vs-sync
- title: "Congratulations"
url: /windows/congrats
github-graphql:
- title: "Introduction to GraphQL"
url: /graphql/
- title: "Use GraphQL for the First Time"
url: /graphql/first-use
- title: "Build a Query"
url: /graphql/first-query
- title: "Grab a Query's Response"
url: /graphql/query-info
- title: "Use a Query to Find Specific Information"
url: /graphql/another-query
- title: "Create a Mutation"
url: /graphql/mutation
create-an-app-in-electron:
- title: "Get Started with Electron"
url: /electron/create-an-app/
- title: "Create your app"
url: /electron/create-an-app/create-your-app/
- title: "Push your project to GitHub"
url: /electron/create-an-app/push-your-project-to-github/
- title: "Create your App's Files"
url: /electron/create-an-app/create-your-apps-files/
- title: "Run Your First Electron App"
url: /electron/create-an-app/run-your-first-electron-app/
- title: "Add your index.html"
url: /electron/create-an-app/add-your-index-html/
- title: "Add CSS"
url: /electron/create-an-app/add-css/
- title: "Add JavaScript"
url: /electron/create-an-app/add-javascript/
- title: "Celebrate"
url: /electron/create-an-app/celebrate/
electron-package-your-app:
- title: "Package Your App for Downloads"
url: /electron/package-your-app/
- title: "Use electron-packager"
url: /electron/package-your-app/use-electron-packager/
- title: "Add an icon"
url: /electron/package-your-app/add-an-icon/
- title: "Test Your App"
url: /electron/package-your-app/test-your-app/
- title: "Celebrate"
url: /electron/package-your-app/celebrate/
electron-share-your-app:
- title: "Share Your App"
url: /electron/share-your-app/
- title: "List on App Stores"
url: /electron/share-your-app/list-on-app-stores/
- title: "Share on Websites"
url: /electron/share-your-app/share-on-websites/
- title: "Celebrate"
url: /electron/share-your-app/celebrate/
merge-conflicts:
- title: "Managing Merge Conflicts"
url: /merge-conflicts/
- title: "Set Up the Repository"
url: /merge-conflicts/setup/
- title: "A Normal Merge"
url: /merge-conflicts/normal-merge/
- title: "Merge Conflict Description"
url: /merge-conflicts/mc-description/
- title: "Your First Conflict"
url: /merge-conflicts/first-conflict/
- title: "Skatetocat's Simple Conflict"
url: /merge-conflicts/example-01/
- title: "Shoptocat and Supportcat Help"
url: /merge-conflicts/example-02/
- title: "Momtocat and Poptocat Lend a Hand"
url: /merge-conflicts/example-03/
- title: "What Next?"
url: /merge-conflicts/what-next/
- title: "Using GUIs to Handle Merge Conflicts"
url: /merge-conflicts/ide-intro/
children:
- title: "Atom"
url: /merge-conflicts/ide-atom/
- title: "Visual Studio Code"
url: /merge-conflicts/ide-vs-code/
- title: "GitHub Extension for Visual Studio"
url: /merge-conflicts/ide-vs-ext/