]> gitweb.fluxo.info Git - templates.git/commitdiff
Updates protocolos
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 24 Dec 2023 20:40:59 +0000 (17:40 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 24 Dec 2023 20:40:59 +0000 (17:40 -0300)
mkdocs.yml

index f2a1d2f81cc5af146cfc77c080eb2c6f58545027..bbbf2c140ad4260b0a4a2d0d068b2e2dc1bd172b 100644 (file)
@@ -25,9 +25,9 @@ extra_css:
   - site.css
 
 plugins:
-  - search
+  search: {}
 
-  - awesome-pages
+  awesome-pages: {}
 
   # BibTeX support using mkdocs-bibtex
   # https://pypi.org/project/mkdocs-bibtex/
@@ -36,27 +36,25 @@ 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:
+  i18n:
+    docs_structure: suffix
+    languages:
+      - locale: en
+        name: English
+        build: true
+      - locale: pt
+        name: Português
+        build: true
+        default: true
+        nav_translations:
           Provedor: Provider
 
 markdown_extensions:
-  - footnotes
-  pymdownx.tasklist:
-      custom_checkbox: true
+  footnotes: {}
+  pymdownx.tasklist:
+    custom_checkbox: true
 
-copyright: Copyleft &copy; 2022
+copyright: Copyleft &copy; 2023
 
 extra:
   generator: false