-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
107 lines (103 loc) · 3.3 KB
/
mkdocs.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
site_name: Apuntes sobre Scrum (Gestión de Proyecto Software, Universidad de Zaragoza)
site_url: https://unizar-30248-geprosoft.github.io/scrumnotes
theme:
name: material
palette:
primary: black
logo: https://avatars.githubusercontent.com/u/14181850?s=400&u=c7b83ff172982a0ec438aa75c75532956e86ab1e&v=4
favicon: https://avatars.githubusercontent.com/u/14181850?s=400&u=c7b83ff172982a0ec438aa75c75532956e86ab1e&v=4
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
# - navigation.prune
# - navigation.sections
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate
language: es
icon:
repo: fontawesome/brands/github
admonition:
info: octicons/browser-16
plugins:
- search
# - render_swagger
# - autorefs
# - print-site: # Must be the last plugin listed here
# add_to_navigation: true
# print_page_title: 'Versión Imprimible'
# # Table of contents
# add_table_of_contents: true
# toc_title: 'Table of Contents'
# toc_depth: 3
nav:
- Inicio: index.md
- Introducción: 7i_GPS-S01-Scrum-Introducción.md
- Principios ágiles: 7i_GPS-S02-Scrum-PrincipiosÁgiles.md
- Principios ágiles. Detecting agile bullshit: 7i_GPS-S02b-Scrum-PrincipiosÁgiles-DetectingAgileBullshit.md
- Requisitos e historias de usuario: 7i_GPS-S03-Scrum-RequisitosHistoriasUsuario.md
- La pila del producto: 7i_GPS-S04-Scrum-PilaDelProducto.md
- Estimación y velocidad: 7i_GPS-S05-Scrum-EstimaciónVelocidad.md
- Sprints: 7i_GPS-S06-Scrum-Sprints.md
- Planificación: 7i_GPS-S07-Scrum-Planificación.md
- Roles y estructuración de equipos: 7i_GPS-S08-Scrum-Roles y Estructuración de Equipos.md
- Las Pruebas (Tests) en Scrum: 7i_GPS-T01-Técnicas-TestsEnProyectosÁgiles.md
- Proyectos fallidos y análisis de las causas raíz: 7i_GPS-T02-Técnicas-ProyectosFallidosYRootCauseAnalysis.md
- Arquitectura ágil y deuda tećnica: 7i_GPS-T04-Técnicas-ArquitecturaYDeudaTécnica.md
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
anchorlink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde