From 58c039b31f04a949734fc815ce71132bb1d4c656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20R=C3=A9millard?= Date: Tue, 9 Jan 2024 12:15:23 -0500 Subject: [PATCH] feat(sections): Ajout d'une section "Autres" --- config/sections.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/config/sections.js b/config/sections.js index a45fa8d..51a2db6 100644 --- a/config/sections.js +++ b/config/sections.js @@ -84,7 +84,7 @@ export default [ { key: 'chercher', title: "Chercher de l'information", - urls: ['https://bib.umontreal.ca/chercher', 'https://bib.umontreal.ca/guides', 'https://bib.umontreal.ca/emprunter'], + urls: ['https://bib.umontreal.ca/chercher', 'https://bib.umontreal.ca/guides', 'https://bib.umontreal.ca/emprunter', 'https://bib.umontreal.ca/obtenir'], }, { key: 'utiliser', @@ -118,9 +118,14 @@ export default [ }, { key: 'www', - title: 'Anciennes pages sur www.bib.umontreal.ca', + title: 'Pages sur www.bib.umontreal.ca', urls: ['https://www.bib.umontreal.ca'], }, + { + key: 'autres', + title: 'Autres', + urls: ['https://bib.umontreal.ca/conditions-bibliotheques', 'https://bib.umontreal.ca/recherche-documentaire-subventions-et-laboratoires', 'https://bib.umontreal.ca/accessibilite'], + }, ], }, ]