-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
142 lines (137 loc) · 6.32 KB
/
Copy pathmkdocs.yml
File metadata and controls
142 lines (137 loc) · 6.32 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
site_name: LOGYX — Documentación EPE
site_description: Documentación de la Evaluación del Perfil de Egreso (EPE) de LOGYX — Software, Gestión de TI e Infraestructura
site_author: Jorge Gutiérrez Miranda, Fabrizio Sánchez Saravia, Alex Coila Jarita
site_url: https://thereeds.github.io/ProyectoEPE-LOGYX/
repo_name: TheReeds/ProyectoEPE-LOGYX
repo_url: https://github.com/TheReeds/ProyectoEPE-LOGYX
edit_uri: edit/main/docs/
theme:
name: material
language: es
icon:
logo: material/truck-fast-outline
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Cambiar a modo oscuro
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Cambiar a modo claro
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.footer
- toc.follow
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
- content.action.edit
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- footnotes
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
toc_depth: 3
plugins:
- search
extra:
social: []
nav:
- Inicio: index.md
- Área de Software:
- software/index.md
- "E1 · Documento del Sistema (CE021)":
- software/entregable-1/index.md
- SRS (IEEE 29148): software/entregable-1/srs.md
- Prototipos: software/entregable-1/prototipos.md
- Arquitectura (IEEE 42010 / C4): software/entregable-1/arquitectura.md
- Modelado UML: software/entregable-1/uml.md
- "E2 · Base de Datos del Sistema (CE022)":
- software/entregable-2/index.md
- Modelo de Datos: software/entregable-2/modelo-datos.md
- Scripts SQL: software/entregable-2/scripts.md
- Seguridad y Administración BD: software/entregable-2/seguridad.md
- "E3 · Sistema Desarrollado (CE023)":
- software/entregable-3/index.md
- Sistema Implementado: software/entregable-3/sistema.md
- Arquitectura Frontend: software/entregable-3/arquitectura-frontend.md
- "E4 · Sistema Validado y Gestionado (CE024)":
- software/entregable-4/index.md
- Backlog y Sprints: software/entregable-4/backlog.md
- Plan de Pruebas: software/entregable-4/plan-pruebas.md
- CI/CD: software/entregable-4/cicd.md
- Auditoría y Evolución: software/entregable-4/auditoria.md
- "E5 · Video Pitch y Sustentación (CE0217)":
- software/entregable-5/index.md
- Sustentación: software/entregable-5/sustentacion.md
- Área de Gestión de TI:
- gestion-ti/index.md
- "E1 · Diagnóstico Organizacional (CE0111–CE0115)":
- gestion-ti/entregable-1/index.md
- "1.1 Contexto Organizacional (CE0111)": gestion-ti/entregable-1/contexto-organizacional.md
- "1.2 Análisis Estratégico (CE0112)": gestion-ti/entregable-1/analisis-estrategico.md
- "1.3 Diagnóstico Digital / TI": gestion-ti/entregable-1/diagnostico-digital-ti.md
- "1.4 Identificación del Problema": gestion-ti/entregable-1/identificacion-problema.md
- "1.5 Roadmap de Tecnología (CE0114)": gestion-ti/entregable-1/roadmap-tecnologia.md
- "1.6 Matriz de Riesgos Estratégicos (CE0115)": gestion-ti/entregable-1/matriz-riesgos.md
- "1.7 Gobierno de TI (COBIT 2019)": gestion-ti/entregable-1/gobierno-ti-cobit.md
- "E2 · Business Case (CE0113)": gestion-ti/entregable-2-business-case.md
- "E3 · Plan de Gestión del Proyecto (CE0121–CE0125)":
- gestion-ti/entregable-3/index.md
- "3.1 Project Charter (CE0121)": gestion-ti/entregable-3/project-charter.md
- "3.2 Alcance: EDT/WBS (CE0122)": gestion-ti/entregable-3/alcance-edt-wbs.md
- "3.3 Cronograma (CE0123)": gestion-ti/entregable-3/cronograma.md
- "3.4 Costos (CE0124)": gestion-ti/entregable-3/costos.md
- "3.5 Riesgos del Proyecto (CE0125)": gestion-ti/entregable-3/riesgos.md
- "3.6 Gestión Ágil": gestion-ti/entregable-3/gestion-agil.md
- "3.7 Cumplimiento Normativo": gestion-ti/entregable-3/cumplimiento-normativo.md
- "E4 · Modelado de Procesos AS-IS/TO-BE (CE0131–CE0135)":
- gestion-ti/entregable-4/index.md
- "4.1 Identificación del Proceso (CE0131)": gestion-ti/entregable-4/identificacion-proceso.md
- "4.2 Proceso AS-IS (CE0132)": gestion-ti/entregable-4/as-is.md
- "4.3 Proceso TO-BE (CE0133)": gestion-ti/entregable-4/to-be.md
- "4.4 Automatización TIC (CE0134)": gestion-ti/entregable-4/automatizacion.md
- "4.5 Indicadores de Desempeño (CE0135)": gestion-ti/entregable-4/indicadores.md
- "4.6 Toolkit Lean Six Sigma": gestion-ti/entregable-4/toolkit-lean-six-sigma.md
- Área de Infraestructura:
- infraestructura/index.md
- "Semestre 1 · Diseño":
- infraestructura/semestre-1/index.md
- "C1.1 Diseño de Red": infraestructura/semestre-1/diseno-red.md
- "C2.1 Planificación de Seguridad": infraestructura/semestre-1/planificacion-seguridad.md
- "C3.1 Diseño de Centro de Datos": infraestructura/semestre-1/diseno-datacenter.md
- "Semestre 2 · Implementación":
- infraestructura/semestre-2/index.md
- "C1.2/C1.3 Implementación y Testing de Red": infraestructura/semestre-2/implementacion-red.md
- "C2.2–C2.4 Implementación, Monitoreo y Ética": infraestructura/semestre-2/implementacion-seguridad.md
- "C3.2/C3.3 Implementación y Control de Datacenter": infraestructura/semestre-2/implementacion-datacenter.md