From d8e06f96766d65d333b533f9884cc123c48321e4 Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Fri, 15 Jan 2021 19:00:35 +0200 Subject: [PATCH] docs: add Angular Nation to community resources (#40449) PR Close #40449 --- aio/content/marketing/resources.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index 5616aa30ce..547523558e 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -34,6 +34,11 @@ "desc": "Peer-reviewed Angular articles and tutorials.", "url": "https://indepth.dev/angular/", "title": "Angular inDepth" + }, + "angular-nation": { + "desc": "Angular Nation is a free private network created for Angular developers to network, collaborate, and ask questions.", + "url": "https://www.angularnation.net/", + "title": "Angular Nation" } } },