From 6b4ae6cc6cde4087e8ea1420ca04e318a3252172 Mon Sep 17 00:00:00 2001 From: Ajit Panigrahi Date: Sat, 19 Aug 2023 11:41:33 +0000 Subject: [PATCH 1/3] fix: Add Page title for Operator Decision Tree --- docs_app/content/marketing/operator-decision-tree.html | 3 ++- .../operator-decision-tree/operator-decision-tree.component.ts | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_app/content/marketing/operator-decision-tree.html b/docs_app/content/marketing/operator-decision-tree.html index c59c1812e7..a4648e50dd 100644 --- a/docs_app/content/marketing/operator-decision-tree.html +++ b/docs_app/content/marketing/operator-decision-tree.html @@ -1 +1,2 @@ - \ No newline at end of file +

Operator Decision Tree

+ diff --git a/docs_app/src/app/custom-elements/operator-decision-tree/operator-decision-tree.component.ts b/docs_app/src/app/custom-elements/operator-decision-tree/operator-decision-tree.component.ts index 4527e11a1f..2b58b920ff 100644 --- a/docs_app/src/app/custom-elements/operator-decision-tree/operator-decision-tree.component.ts +++ b/docs_app/src/app/custom-elements/operator-decision-tree/operator-decision-tree.component.ts @@ -8,7 +8,6 @@ import { OperatorDecisionTreeService } from './operator-decision-tree.service'; @Component({ selector: 'aio-operator-decision-tree', template: ` -

Operator Decision Tree

{{ currentSentence$ | async }} From a9e71f988863dd2d03a3bfbfb08c0c645cfa886e Mon Sep 17 00:00:00 2001 From: Ajit Panigrahi Date: Sat, 19 Aug 2023 12:18:17 +0000 Subject: [PATCH 2/3] fix: Rename "Alumn" to "Alumni" --- docs_app/content/marketing/contributors.json | 6 +++--- .../app/custom-elements/contributor/contributor.service.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs_app/content/marketing/contributors.json b/docs_app/content/marketing/contributors.json index 9846ac020a..bff4992798 100644 --- a/docs_app/content/marketing/contributors.json +++ b/docs_app/content/marketing/contributors.json @@ -110,7 +110,7 @@ "github": "https://github.com/mattpodwysocki", "picture": "https://avatars0.githubusercontent.com/u/49051", "twitter": "https://twitter.com/mattpodwysocki", - "group": "Alumn" + "group": "Alumni" }, "andre": { "name": "André Staltz", @@ -119,7 +119,7 @@ "picture": "https://avatars0.githubusercontent.com/u/90512", "twitter": "https://twitter.com/andrestaltz", "website": "http://staltz.com", - "group": "Alumn" + "group": "Alumni" }, "jay": { "name": "Jay Phelps", @@ -128,7 +128,7 @@ "picture": "https://avatars0.githubusercontent.com/u/762949", "twitter": "https://twitter.com/_jayphelps", "website": "http://jayphelps.com", - "group": "Alumn" + "group": "Alumni" }, "nat": { "name": "Natalie Smith", diff --git a/docs_app/src/app/custom-elements/contributor/contributor.service.ts b/docs_app/src/app/custom-elements/contributor/contributor.service.ts index 581acdc9e1..230c5673bb 100644 --- a/docs_app/src/app/custom-elements/contributor/contributor.service.ts +++ b/docs_app/src/app/custom-elements/contributor/contributor.service.ts @@ -10,7 +10,7 @@ import { Contributor, ContributorGroup } from './contributors.model'; import { CONTENT_URL_PREFIX } from 'app/documents/document.service'; const contributorsPath = CONTENT_URL_PREFIX + 'contributors.json'; -const knownGroups = ['Core Team', 'Learning Team', 'Alumn', 'Contributors']; +const knownGroups = ['Core Team', 'Learning Team', 'Alumni', 'Contributors']; @Injectable() export class ContributorService { From ceaddb834f745bc814f39d3e3871441b9120098f Mon Sep 17 00:00:00 2001 From: Ajit Panigrahi Date: Sat, 19 Aug 2023 18:33:12 +0530 Subject: [PATCH 3/3] fix: Add Page title for Team page --- docs_app/content/marketing/team.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs_app/content/marketing/team.html b/docs_app/content/marketing/team.html index 0e935218cb..3e82588d89 100644 --- a/docs_app/content/marketing/team.html +++ b/docs_app/content/marketing/team.html @@ -1 +1,2 @@ +

Team