forked from TatyPerson/practicas-iiss
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (53 loc) · 1.49 KB
/
mkdocs.yml
File metadata and controls
53 lines (53 loc) · 1.49 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
49
50
51
52
53
site_name: Prácticas de Implementación en Java
nav:
- Home: index.md
- Prácticas:
- Programación orientada a objetos:
- Práctica 1: oop-p1.md
- Práctica 2: oop-p2.md
- Práctica 3: oop-p3.md
- Práctica 4: oop-p4.md
- Programación funcional:
- Práctica 1: fp-p1.md
- Práctica 2: fp-p2.md
- Práctica 3: fp-p3.md
theme:
name: 'material'
# logo:
# icon: "\uE80C"
markdown_extensions:
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
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
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
baselevel: 0
- sane_lists
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
extra:
search:
language: 'en, es'
repo_name: 'sistemas-sw/iiss-practicas-java'
repo_url: 'https://github.com/sistemas-sw/iiss-practicas-java'
extra:
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/sistemas-sw'