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; }