From c04ddc976462e9064f59132f9a63dd4092a9fdc6 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Sun, 13 Oct 2024 20:03:25 +0200 Subject: Update docs --- mkdocs.yml | 43 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 8 deletions(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 5271843..a7da789 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 -- cgit v1.3