From 7b44d279bfc0cc78037f7574d6598d96ae79126c Mon Sep 17 00:00:00 2001 From: Sylvain Lafay Date: Mon, 23 Oct 2023 09:09:03 +0200 Subject: [PATCH] feat: lien bascule geoplateforme (refs #137) --- assets/config/navItems.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/config/navItems.ts b/assets/config/navItems.ts index 0860775f..730f42a6 100644 --- a/assets/config/navItems.ts +++ b/assets/config/navItems.ts @@ -4,7 +4,11 @@ export const defaultNavItems = [ { menuLinks: [ { - linkProps: routes.docs().link, + linkProps: { + href: "https://geoservices.ign.fr/bascule-vers-la-geoplateforme", + target: "_blank", + title: "bascule vers la gĂ©oplateforme - ouvre une nouvelle fenĂȘtre" + }, text: "Documentation", }, {