aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-12-16 00:27:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-12-16 00:27:16 -0300
commit629a734be3a5594ee470710f1b4035cd4312f637 (patch)
tree5a592c0de4231c0548a0ffc4c95606ab16f3acb7 /mkdocs.yml
parent997a3b450648556e209b4466e9a23d0b03bc0ce3 (diff)
downloadtemplates-629a734be3a5594ee470710f1b4035cd4312f637.tar.gz
templates-629a734be3a5594ee470710f1b4035cd4312f637.tar.bz2
Feat: i18n
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml22
1 files changed, 20 insertions, 2 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 148a499..c6873f7 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -2,13 +2,16 @@
# Mkdocs configuration
#
-site_name: Protocolos
+site_name: Protocolos Sociotécnicos
docs_dir : docs
site_dir : site
+repo_url: https://git.fluxo.info/templates
+edit_uri: ''
+
# Site address is bind to 0.0.0.0 so it works find inside a Docker container.
# A better config would be desirable.
-dev_addr : '0.0.0.0:8040'
+#dev_addr: '0.0.0.0:8040'
theme:
name : material
@@ -28,5 +31,20 @@ plugins:
# bib_dir : "catalogs/biblio"
# csl_file : "apa.csl"
+ - i18n:
+ default_language: pt
+ languages:
+ en:
+ name: English
+ build: true
+ site_name: Sociotechnic Protocols
+ pt:
+ name: Português
+ build: true
+
+ nav_translations:
+ en:
+ Provedor: Provider
+
markdown_extensions:
- footnotes