From 49176ce8b70446cc61fd00139f650dcae8960c58 Mon Sep 17 00:00:00 2001 From: Agustin Ranieri Date: Sat, 17 Aug 2024 17:33:55 -0300 Subject: [PATCH] Update navbar.config.json --- docs/navbar.config.json | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/docs/navbar.config.json b/docs/navbar.config.json index ab01807..d9b8162 100644 --- a/docs/navbar.config.json +++ b/docs/navbar.config.json @@ -34,13 +34,31 @@ "text": "Código fuente", "url": "#", "children": [ - { "text": "Repositorio de GitHub ↗", "url": "https://faq.utnso.com.ar/commons" }, - { "text": "Archivos fuente ↗", "url": "https://faq.utnso.com.ar/commons/tree/master/src/commons" }, - { "text": "Unit tests ↗", "url": "https://faq.utnso.com.ar/commons/tree/master/tests/unit-tests" } + { + "text": "Repositorio de GitHub ↗", + "url": "https://faq.utnso.com.ar/commons\" target=\"_blank\" rel=\"noopener noreferrer" + }, + { + "text": "Archivos fuente ↗", + "url": "https://faq.utnso.com.ar/commons/tree/master/src/commons\" target=\"_blank\" rel=\"noopener noreferrer" + }, + { + "text": "Unit tests ↗", + "url": "https://faq.utnso.com.ar/commons/tree/master/tests/unit-tests\" target=\"_blank\" rel=\"noopener noreferrer" + } ] }, - { "text": "Blog ↗", "url": "https://faq.utnso.com.ar/blog" }, - { "text": "Guías ↗", "url": "https://faq.utnso.com.ar/docs" }, - { "text": "Inscripciones ↗", "url": "https://faq.utnso.com.ar/inscripciones" } + { + "text": "Blog ↗", + "url": "https://faq.utnso.com.ar/blog\" target=\"_blank\" rel=\"noopener noreferrer" + }, + { + "text": "Guías ↗", + "url": "https://faq.utnso.com.ar/docs\" target=\"_blank\" rel=\"noopener noreferrer" + }, + { + "text": "Inscripciones ↗", + "url": "https://faq.utnso.com.ar/inscripciones\" target=\"_blank\" rel=\"noopener noreferrer" + } ] }