From e119e547b41a51a4d0a82e5a051ac29830f2a016 Mon Sep 17 00:00:00 2001 From: Caden Ramey Date: Thu, 20 Nov 2025 19:08:55 -0800 Subject: [PATCH 1/3] update devops name 8388 --- _data/internal/communities/ops.yml | 2 +- assets/js/communities-of-practice.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_data/internal/communities/ops.yml b/_data/internal/communities/ops.yml index 1564acad6c..e493ceee8c 100644 --- a/_data/internal/communities/ops.yml +++ b/_data/internal/communities/ops.yml @@ -1,5 +1,5 @@ --- -name: Ops +name: DevOps description: This group covers all areas of dev-ops and has been the spot for coordination on infrastructure improvements such as AWS hosting, password vaults, multi-tenant product architecture, etc. visible: true status: Active diff --git a/assets/js/communities-of-practice.js b/assets/js/communities-of-practice.js index a5f7726dea..877edf9f53 100644 --- a/assets/js/communities-of-practice.js +++ b/assets/js/communities-of-practice.js @@ -48,6 +48,8 @@ document.addEventListener("DOMContentLoaded", function() { projectName = "Product Management"; } else if (communityName === "Ui/Ux") { projectName = "UI/UX"; + } else if (communityName === "Devops") { + projectName = "DevOps"; } else { projectName = communityName; } From 89094eb2d773a10fb31af3af07d2d689ac7c60e5 Mon Sep 17 00:00:00 2001 From: Caden Ramey Date: Wed, 26 Nov 2025 17:21:40 -0500 Subject: [PATCH 2/3] reverting to normal --- _data/internal/communities/ops.yml | 2 +- assets/js/communities-of-practice.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/_data/internal/communities/ops.yml b/_data/internal/communities/ops.yml index e493ceee8c..1564acad6c 100644 --- a/_data/internal/communities/ops.yml +++ b/_data/internal/communities/ops.yml @@ -1,5 +1,5 @@ --- -name: DevOps +name: Ops description: This group covers all areas of dev-ops and has been the spot for coordination on infrastructure improvements such as AWS hosting, password vaults, multi-tenant product architecture, etc. visible: true status: Active diff --git a/assets/js/communities-of-practice.js b/assets/js/communities-of-practice.js index 877edf9f53..a5f7726dea 100644 --- a/assets/js/communities-of-practice.js +++ b/assets/js/communities-of-practice.js @@ -48,8 +48,6 @@ document.addEventListener("DOMContentLoaded", function() { projectName = "Product Management"; } else if (communityName === "Ui/Ux") { projectName = "UI/UX"; - } else if (communityName === "Devops") { - projectName = "DevOps"; } else { projectName = communityName; } From 4232d084163612c5d86193ffaa850965f787fcc9 Mon Sep 17 00:00:00 2001 From: Caden Ramey Date: Wed, 26 Nov 2025 17:28:29 -0500 Subject: [PATCH 3/3] redid changes for issue --- _data/internal/communities/ops.yml | 2 +- assets/js/communities-of-practice.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_data/internal/communities/ops.yml b/_data/internal/communities/ops.yml index 76b9e4aa13..7f51df4b00 100644 --- a/_data/internal/communities/ops.yml +++ b/_data/internal/communities/ops.yml @@ -1,5 +1,5 @@ --- -name: Ops +name: DevOps description: This group covers all areas of dev-ops and has been the spot for coordination on infrastructure improvements such as AWS hosting, password vaults, multi-tenant product architecture, etc. visible: true status: Active diff --git a/assets/js/communities-of-practice.js b/assets/js/communities-of-practice.js index a5f7726dea..877edf9f53 100644 --- a/assets/js/communities-of-practice.js +++ b/assets/js/communities-of-practice.js @@ -48,6 +48,8 @@ document.addEventListener("DOMContentLoaded", function() { projectName = "Product Management"; } else if (communityName === "Ui/Ux") { projectName = "UI/UX"; + } else if (communityName === "Devops") { + projectName = "DevOps"; } else { projectName = communityName; }