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:
parent
95669df4c3
commit
62e19c8813
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue