-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (34 loc) · 831 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (34 loc) · 831 Bytes
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
site_name: Interfaz Grafica de Java
docs_dir: ./md/
site_dir: ./docs/
theme:
favicon: img/favicon.png
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- toc.integrate
palette:
# Palette toggle for light mode
- scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Inicio: index.md
- AWT (Abstract Window Toolkit): seccion1.md
- Swing: seccion2.md
- JavaFX: seccion3.md
- Consideraciones: seccion4.md
- Conclusiones: seccion5.md
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition