From 62e19c8813f6892ba11966b47a6bc401d2ec5101 Mon Sep 17 00:00:00 2001 From: Israel Guzman Date: Tue, 7 Jul 2020 08:50:10 -0500 Subject: [PATCH] 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 --- aio/content/marketing/resources.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index e8e72a5ba4..d2ec90a6ff 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -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" } } },