From ba6945bfa99ababfe0cb25bc9a16db67268992e9 Mon Sep 17 00:00:00 2001 From: Manfred Steyer Date: Fri, 15 May 2020 19:37:04 +0200 Subject: [PATCH] docs(docs-infra): display angulararchitects.io in trainings (#37139) This adds angulararchitects.io to the tranings section in the resources.json file for angular.io. It also adds a description for angulararchitects.io. PR Close #37139 --- 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 4528351192..eecd3ec01f 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -743,6 +743,12 @@ "logo": "https://angular.de/assets/img/angular-de-logo.svg", "title": "Angular.de (German)", "url": "https://angular.de/" + }, + "AngularArchitects": { + "desc": "In-depth training and consulting with focus on enterprise-scale Angular applications and architecture (remote, on-site company trainings, and public workshops). We also blog about these topics on a regular basis.", + "rev": true, + "title": "Angular Architects (German and English)", + "url": "https://www.angulararchitects.io/" } } }