forked from danunziata/Aplicaciones_TCP_IP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
102 lines (82 loc) · 2.35 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Metadata
site_name: Aplicaicones TCP IP - 2024
site_description: Ing. Telecomunicaiones
site_author: Anunziata Daniel
# Github
repo_url: https://github.com/danunziata/Aplicaciones_TCP_IP
repo_name: danunziata/Aplicaciones_TCP_IP
# exclude docs
exclude_docs: |
/01-Puntapie/01-Git_Github/Actividad
/01-Puntapie/02-Bash/Actividad
/01-Puntapie/03-Python/Actividad
/01-Puntapie/04-Python-web-apps/Actividad
/01-Puntapie/05-Actividad-Integradora-Puntapie/Actividad
# Design
extra_css: [customkdocs/custom.css]
theme:
name: material
text: 'Roboto, sans-serif' # Cambiar la fuente de texto a Roboto
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
icon:
repo: fontawesome/brands/github
language: es
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: teal
accent: lightblue
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
primary: indigo
accent: deeporange
# Links footer
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/danunziata/Aplicaciones_TCP_IP
name: Repo URL
# More metadata
meta:
author: Daniel Aninziata
description: Ing. Telecomunicaciones
keywords: Ingeniería, Engineering, Ingeniería, Telecomunicaciones, iot, IOT, tpc, ip
# Extensions
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# Copyright footer
copyright: |
© 2024 <a href="https://www.ing.unrc.edu.ar/inicio.php" target="_blank" rel="noopener">Universidad Nacional de Río cuarto | Facultad de Ingeniería</a>