-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
46 lines (39 loc) · 981 Bytes
/
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
site_name: Teoría de Colas e Inventarios 2019
site_author: Francisco Palm
site_description: Curso de Teoría de Colas e Inventarios 2019
copyright: Copyright © 2019 Francisco Palm
theme:
name: material
language: es
extra:
search:
language: 'en, es'
extra_javascript:
- search/search_index.js
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
markdown_extensions:
- admonition
- codehilite
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
permalink: true
plugins:
- mknotebooks:
write_markdown: true
- search
use_directory_urls: false