blob: a7da789cd956c8b375f28c020bcd7fa531931207 (
plain)
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
|
site_name: APIs Transporte Público Galicia
site_url: https://tpgalicia.github.io
repo_url: https://github.com/tpgalicia/tpgalicia.github.io
docs_dir: docs
copyright: Copyright © 2024 Grupo TPGalicia. Todos los derechos reservados.
theme:
language: es
name: material
palette:
primary: teal
accent: teal
features:
- content.action.edit
- content.action.view
- navigation.footer
font: false
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- Inicio: index.md
- Transporte autonómico: autonomic/index.md
- Transporte urbano:
- A Coruña: urban/coruna.md
- Vigo: urban/vigo.md
- Otros:
- NAP: other/nap.md
|