-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
77 lines (70 loc) · 1.83 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
site_name: Los Artífices
site_author: Ricardo Vásquez (Rasmez)
copyright: Ricardo Vásquez.
nav:
- Inicio: 'index.md'
- Gremio:
- 'Bienvenid@': 'welcome.md'
- Problemas Técnicos:
- 'Resolver juego inestable o con "pegadas"': 'ram_fix.md'
theme:
name: 'material'
language: es
custom_dir: theme
features:
- navigation.instant
- navigation.top
- toc.integrate
- search.suggest
- search.highlight
font:
text: Roboto
palette:
- scheme: default
primary: 'black'
accent: 'grey'
toggle:
icon: material/weather-night
name: Activar a modo oscuro
- scheme: slate
primary: 'black'
accent: 'grey'
toggle:
icon: material/weather-sunny
name: Desactivar modo oscuro
logo: assets/logo.svg
favicon: assets/favicon.png
plugins:
- search:
lang:
- es
- localsearch
- print-site:
enabled: true
add_to_navigation: false
# Indice
add_table_of_contents: true
toc_title: 'Tabla de Contenido'
toc_depth: 6
# Contenido
add_full_urls: true
enumerate_headings: true
enumerate_figures: true
# Banner de la página de impresión
add_print_site_banner: true
#print_site_banner_template: "docs/assets/templates/custom_banner.tpl"
# Portada personalizada
add_cover_page: true
#cover_page_template: "docs/assets/templates/custom_cover_page.tpl"
# Agregado para localsearch y estandarizar urls locales
use_directory_urls: false
extra:
generator: false
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
slugify: !!python/name:pymdownx.slugs.uslugify
- admonition
- pymdownx.details