Skip to content

Commit

Permalink
Added JCR section to resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
mileswatson committed Oct 11, 2023
1 parent 006ca32 commit 40b085e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/routes/resources/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,24 @@ const resources: {
},
],
},
jcr: {
title: "JCR",
sections: [
{
title: "Quick Links",
items: [
{
title: "JCR Google Drive",
url: "https://drive.google.com/drive/u/1/folders/0AGJZefgIZYQiUk9PVA",
},
{
title: "Email Login Instructions",
url: "https://docs.google.com/document/d/1B5sLX0fic28d83C9RmUXbpxEsV8sRdGaL9S18sHTVIk/edit?usp=drive_link",
},
],
},
],
},
};

export default resources;

0 comments on commit 40b085e

Please sign in to comment.