From 1aace3f44ac8ed8e4b848f7ad8e0c7a96ca4939c Mon Sep 17 00:00:00 2001 From: Ricardo Dahis Date: Mon, 11 Nov 2024 13:52:41 +1100 Subject: [PATCH] fix: nav_translations --- docs/mkdocs.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index badb1cd6e..a89d8afbc 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -101,23 +101,24 @@ plugins: en: name: English build: true - nav_translations: - Pacotes: Packages - Contribua: Contribute - Dados: Data - Manual de estilo: Style guide - Infraestrutura: Infrastructure - Testes: Tests es: name: EspaƱol build: true - nav_translations: - Pacotes: Paquetes - Contribua: Contribuir - Dados: Datos - Manual de estilo: Manual de estilo - Infraestrutura: Infraestructura - Testes: Pruebas + nav_translations: + en: + Pacotes: Packages + Contribua: Contribute + Dados: Data + Manual de estilo: Style guide + Infraestrutura: Infrastructure + Testes: Tests + es: + Pacotes: Paquetes + Contribua: Contribuir + Dados: Datos + Manual de estilo: Manual de estilo + Infraestrutura: Infraestructura + Testes: Pruebas extra_css: - css/termynal.css