diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-10-13 20:03:25 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-10-13 20:03:25 +0200 |
| commit | c04ddc976462e9064f59132f9a63dd4092a9fdc6 (patch) | |
| tree | 4db4faf7fbd3ae96ba4bf3057b8e82271a4ed9e0 /mkdocs.yml | |
| parent | 72e6de8bc6cd0599f2b89fe937ab6aa88bb8458a (diff) | |
Update docs
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 43 |
1 files changed, 35 insertions, 8 deletions
@@ -1,10 +1,37 @@ site_name: APIs Transporte Público Galicia -site_url: https://tpgal.github.io/docs +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: - name: material - palette: - scheme: slate - primary: light blue - accent: light blue - features: - - navigation.tabs + 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 + +
\ No newline at end of file |
