-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
19 lines (19 loc) · 778 Bytes
/
mkdocs.yml
File metadata and controls
19 lines (19 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
site_name: Curso de programación de NFMS4REDD
theme: 'material'
markdown_extensions: [codehilite]
pages:
- Índice: index.md
- Preparación: setup.md
- Cliente:
- 'Hola mundo': client/hello_world.md
- 'Añadir elementos a la interfaz': client/add_ui.md
- 'Reutilizar funcionalidad': client/reuse.md
- 'Manejar eventos': client/events.md
- 'Añadir funcionalidad al mapa': client/add_map_functionality.md
- 'Configuración de los módulos': client/module_configuration.md
- Servidor:
- 'Hola mundo': server/hello_world.md
- 'Servlet de configuración': server/config_servlet.md
- 'Servlet de acceso a base de datos': server/db_servlet.md
- 'Consideraciones sobre el despliegue': server/deploy_considerations.md
- Ejercicios: exercises.md