docs: Add Scully to resources.json (#37678)

Add Scully to the resource page by adding it to the "Tooling" subcategory in resources.json file

PR Close #37678
This commit is contained in:
Israel Guzman 2020-07-07 08:50:10 -05:00 committed by Andrew Scott
parent 95669df4c3
commit 62e19c8813
1 changed files with 6 additions and 0 deletions

View File

@ -241,6 +241,12 @@
"logo": "",
"title": "Protractor",
"url": "https://protractor.angular.io/"
},
"scully": {
"desc": "Scully (Jamstack Toolchain for Angular) makes building, testing, and deploying Jamstack apps extremely simple.",
"title": "Scully",
"logo": "https://raw.githubusercontent.com/scullyio/scully/main/assets/logos/PNG/Green/scullyio-logo-green.png",
"url": "https://scully.io"
}
}
},