-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
49 lines (44 loc) · 1.01 KB
/
mkdocs.yml
File metadata and controls
49 lines (44 loc) · 1.01 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
site_name: TIC
use_directory_urls: false
nav:
- 'Acerca de':
- '¿Qué es esto?' : 'contents/about/about.md'
- 'Competencia Digital':
- 'CD Docente': 'contents/compdigital/cdd.md'
- 'Multimedia':
- 'Imagen digital': ''
- 'Edición de vídeo': ''
- 'Audio digital': ''
- 'Programación y robótica':
- 'Resumen' : 'contents/coderobots/intro.md'
- 'Scratch': ''
- 'Python': ''
- 'Robótica con Makeblock' : ''
- 'Microsoft 365':
- '¿Qué es Microsoft 365?': ''
- 'Herramientas':
- 'Forms': 'contents/ms365/forms.md'
- 'Outlook': 'contents/ms365/outlook.md'
- 'Sway': 'contents/ms365/sway.md'
- 'Certificaciones':
- 'MIE Expert' : 'contents/certificaciones/miee.md'
theme:
language: es
name: 'readthedocs'
palette:
primary: 'Teal'
accent: 'Teal'
font:
text: Roboto
code: Roboto Mono
# logo: 'imagenes/logo.png'
plugins:
- glightbox
- search
# - pandoc
markdown_extensions:
- attr_list
- sane_lists
- footnotes
extra_css:
- css/tic.css