-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
48 lines (39 loc) · 1.08 KB
/
mkdocs.yml
File metadata and controls
48 lines (39 loc) · 1.08 KB
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
site_name: udesa-pc
site_url: https://pc.udesa.edu.ar/
theme:
name: material
extra_javascript:
- javascripts/mathjax.js
- javascripts/fontawesome/all.min.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- meta
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home: index.md
- Instalación:
- Mac: installation/mac-install.md
- Windows: installation/windows-install.md
- Setup:
- Editor: setup/vs-code.md
- Nuevo Proyecto: setup/new_project.md
- Recursion:
- Introducción: recursion/intro.md
- OOP:
- Introducción: oop/intro.md
- Ejemplo de un objeto: oop/disect_objects.md
- Proyectos:
- Recomendador: projects/song-recommendation.md