-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (33 loc) · 941 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (33 loc) · 941 Bytes
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
site_name: Taller de git
site_author: '@cyberh99 @ironsenior @riera90'
site_description: 'Curso básico de git'
site_favicon: '/images/logoasl.png'
repo_name: 'devUCOteam/charla-git'
repo_url: 'https://github.com/devUCOteam/charla-git.git'
theme:
name: 'material'
language: 'es'
extra:
palette:
primary: 'green'
accent: 'light green'
social:
- type: 'github'
link: 'https://github.com/aulasoftwarelibre'
- type: 'twitter'
link: 'https://twitter.com/aulasl'
- type: 'facebook'
link: 'https://facebook.com/aulasl'
feature:
tabs: true
nav:
- Inicio: index.md
- Introducción a git: introduccion-git.md
- Instalación y configuración de git: instalacion-git.md
- Uso básico: uso-basico.md
- Uso avanzado: uso-avanzado.md
- Ramas: ramas.md
- Entornos gráficos: EntornoGrafico.md
- Github: github.md
- Flujo de trabajo con Github: git-flow-md
- Referencias: referencias.md