diff --git a/Makefile b/Makefile index 666f933ee..7c39151f3 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL := /bin/bash MAKEFILE_PATH := ./Makefile MAKEFILES_DIR := ./@bin/makefiles -MAKEFILES_VER := v0.1.22 +MAKEFILES_VER := v0.1.23 help: @echo 'Available Commands:' diff --git a/mkdocs.yml b/mkdocs.yml index eeaeab73d..9cef699da 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -51,6 +51,18 @@ extra: - icon: material/docker link: 'https://hub.docker.com/orgs/binbash' +# alternate: +# +# # Switch to English +# - name: English +# link: https://leverage.binbash.com.ar +# lang: en +# +# # Switch to Spanish +# - name: Spanish +# link: https://leverage.binbash.com.ar/es/ +# lang: es + #===================================================================================# # Mkdocs Markdown Extentions, Plugins & extras #===================================================================================#