-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
36 lines (29 loc) · 889 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
site_name: Simulación de circutos con herramientas open source
site_dir: build
markdown_extensions:
- admonition #https://squidfunk.github.io/mkdocs-material/extensions/admonition/
- attr_list
# use_directory_urls: false
plugins:
- search
# - pdf-export:
# combined: true
# lang: es
theme:
name: 'readthedocs' # 'mkdocs' 'material'
highlightjs: false # true/false false para prueba sin internet
hljs_languages:
- javascript
- python
- lua
- c
- c++
- bash
extra_css: [extra.css] # Active this (uncomment) if you have external css in docs/extra.css
nav:
- Home: index.md
- Instalación de herramientas: install.md
- Básicos:
- Divisor de voltaje: ./basic/voltage-divider/README.md
- Divisor de corriente: ./basic/current-divider/README.md
- Circuito RC sin fuente: ./basic/rc-circuit-without-source/README.md