-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
60 lines (54 loc) · 1.58 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
site_name: Prácticas MADS
use_directory_urls: false
nav:
- 'Práctica 1':
- 'Enunciado de la práctica': '01-intro-spring-boot/practica1.md'
- 'Introducción a Spring Boot': '01-intro-spring-boot/intro-spring-boot.md'
- 'Resumen de comandos Git': '01-intro-spring-boot/comandos-git.md'
- 'Práctica 2': '02-todolist/practica2.md'
- 'Práctica 3': '03-pruebas-tdd/integration-tdd.md'
- 'Práctica 4': '04-gitflow-despliegue/gitflow-despliegue.md'
- 'Práctica 5': '05-iteracion-scrum/iteracion-scrum.md'
- 'Práctica C4': '06-practica-c4/practica-c4.md'
theme:
language: es
name: 'material'
palette:
# Palette toggle for light mode
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: black
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: 'Ubuntu'
code: 'Roboto Mono'
icon:
logo: logo
# Ponemos como idioma de búsqueda el inglés
# para conseguir que busque correctamente
# todas las palabras en castellano, sin eliminar
# los excesivos derivados que se definen en
# https://github.com/MihaiValentin/lunr-languages/blob/master/lunr.es.js
extra:
search:
language: 'en'
markdown_extensions:
- admonition
- codehilite:
linenums: true
- footnotes
- meta
- sane_lists
- toc:
permalink: true
toc_depth: 3
- pymdownx.superfences