diff options
| author | Gabriel Montes <64473570+Gabriel44200@users.noreply.github.com> | 2024-10-14 18:35:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-14 18:35:06 +0200 |
| commit | 9a37703891d985bbadc2d722f9e00ae990b79526 (patch) | |
| tree | fa59143f0fa6111d6e038bd674424a022ba8dd69 | |
| parent | fc064e58aa53a89d69b51598cdd1992c3db955e0 (diff) | |
Update mkdocs.yml to add operators
| -rw-r--r-- | mkdocs.yml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -31,10 +31,14 @@ markdown_extensions: nav: - Inicio: index.md - Transporte autonómico: 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 -
\ No newline at end of file + |
