summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml43
1 files changed, 35 insertions, 8 deletions
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