+++ /dev/null
-# English version
--- /dev/null
+# Sociotechnic Protocols
+
+**Blueprints, boilerplates, models, lists, templates! Ready to use and to organize yourself and your team!**
Lista de tarefas deste projeto.
-## MkDocs
-
-* Setup [mkdocs-i18n](https://pypi.org/project/mkdocs-i18n/).
-
## Protocol Suite
Um desenvolvimento posterior deste projeto poderia inclusive permitir a
# 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
# 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
DEPENDENCIES="$DEPENDENCIES tor python3-requests python3-bs4 python3-socks python3-pybtex python3-tqdm"
# PyPI dependencies
-DEPENDENCIES_PIP="mkdocs-bibtex mkdocs-material"
+DEPENDENCIES_PIP="mkdocs-bibtex mkdocs-material mkdocs-static-i18n"
# Ensure an up-to-date system
sudo apt-get update && sudo apt-get dist-upgrade -y && sudo apt-get autoremove -y && sudo apt-get clean