-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
26 lines (25 loc) · 810 Bytes
/
mkdocs.yml
File metadata and controls
26 lines (25 loc) · 810 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
site_name: Geoladris
theme: 'material'
markdown_extensions: [codehilite]
pages:
- Home: index.md
- Usuario:
- 'Guía rápida': user/quickstart.md
- 'Configuración de aplicaciones': user/config.md
- 'Creación de aplicaciones': user/create.md
- 'Descargas': user/download.md
- Desarrollador:
- 'Guía rápida': dev/quickstart.md
- 'Código fuente': dev/source_code.md
- 'Entorno de desarrollo': dev/environment.md
- Plugins: dev/plugins.md
- Aplicaciones: dev/apps.md
- Migración: dev/migrate.md
- Publicación: dev/releases.md
- Contribuir: dev/contribute.md
- Referencia:
- 'Registro de cambios': ref/changelog.md
- Plugins: ref/plugins.md
- Eventos: ref/events.md
- Licencia: ref/license.md
- portal.properties: ref/portal-properties.md