Skip to content

Commit

Permalink
feat(sections): Ajout d'une section "Autres"
Browse files Browse the repository at this point in the history
  • Loading branch information
remillc committed Jan 9, 2024
1 parent 125b673 commit 58c039b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config/sections.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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'],
},
],
},
]

0 comments on commit 58c039b

Please sign in to comment.