Skip to content

Commit

Permalink
Update facility-zkc.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Raajheer1 authored Dec 16, 2024
1 parent b91fe79 commit d8eeed4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/facility-zkc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,16 @@ const fac: Facility = {
],
},
],
staticResources: [
{
category: "Misc",
description: "ScratchPad Cheatsheet",
name: "ScratchPad Cheatsheet",
url: "https://docs.google.com/spreadsheets/d/1VgTgOgFWDQ_t6USFnl5dx2IorZMX8ACE/edit?usp=sharing&ouid=102287920074985472002&rtpof=true&sd=true",
created_at: "2024-12-16T00:00:00.000Z",
updated_at: "2024-12-16T00:00:00.000Z",
},
],
};

export default fac;

0 comments on commit d8eeed4

Please sign in to comment.