blob: 4258a20aee879d90eecb0bb16887b379f476a246 (
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
38
39
40
41
42
43
44
45
|
site_name: APIs Transporte Público Galicia
site_url: https://tpgalicia.github.io
docs_dir: docs
repo_url: https://github.com/tpgalicia/tpgalicia.github.io
repo_name: GitHub
edit_uri: blob/main/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:
- Introducción: autonomic/index.md
- Operadores:
- ALSA: autonomic/operator/alsa.md
- Arriva: autonomic/operator/arriva.md
- Monbus: autonomic/operator/monbus.md
- Transporte urbano:
- A Coruña: urban/coruna.md
- Vigo: urban/vigo.md
- Otros:
- NAP: other/nap.md
|