From 251d888961b5e868838988c533dd2c9c791e3465 Mon Sep 17 00:00:00 2001
From: Gaurav Nelson <23069445+gaurav-nelson@users.noreply.github.com>
Date: Mon, 18 May 2026 11:49:58 +1000
Subject: [PATCH 1/2] feat: Add focus areas filter to patterns browser
---
config.yaml | 1 +
content/patterns/_index.md | 2 +-
content/patterns/amd-rag-chat-qna/_index.adoc | 4 +
.../ansible-edge-gitops-kasten/_index.md | 4 +
.../patterns/ansible-edge-gitops/_index.adoc | 4 +
.../ansible-gitops-framework/_index.md | 3 +
.../patterns/azure-rag-llm-gitops/_index.adoc | 4 +
content/patterns/cockroachdb/_index.md | 3 +
content/patterns/coco-pattern/_index.adoc | 3 +
.../connected-vehicle-architecture/_index.md | 4 +
content/patterns/devsecops/_index.md | 4 +
.../emerging-disease-detection/_index.adoc | 4 +
.../federated-edge-observability/_index.adoc | 4 +
.../patterns/gaudi-rag-chat-qna/_index.adoc | 3 +
content/patterns/gpfs-tester/_index.adoc | 3 +
content/patterns/hypershift/_index.adoc | 3 +
content/patterns/industrial-edge/_index.md | 4 +
content/patterns/ingress-mesh-bgp/_index.adoc | 4 +
content/patterns/kong-gateway/_index.md | 3 +
.../patterns/layered-zero-trust/_index.adoc | 3 +
.../medical-diagnosis-amx/_index.adoc | 3 +
.../patterns/medical-diagnosis/_index.adoc | 3 +
.../mlops-fraud-detection/_index.adoc | 4 +
.../multicloud-gitops-Portworx/_index.md | 6 +-
.../multicloud-gitops-amx-rhoai/_index.adoc | 4 +
.../multicloud-gitops-amx/_index.adoc | 4 +
.../multicloud-gitops-qat/_index.adoc | 3 +
.../_index.adoc | 3 +
.../multicloud-gitops-sgx/_index.adoc | 3 +
.../patterns/multicloud-gitops/_index.adoc | 4 +
.../netapp-dr-starter-kit/_index.adoc | 3 +
content/patterns/omnicloud/_index.md | 4 +
content/patterns/openshift-ai/_index.adoc | 3 +
content/patterns/portworx-dr/_index.adoc | 5 +-
content/patterns/rag-llm-cpu/_index.md | 3 +
content/patterns/rag-llm-gitops/_index.md | 4 +
.../patterns/ramendr-starter-kit/_index.adoc | 4 +
content/patterns/regional-dr/_index.md | 3 +
content/patterns/retail/_index.adoc | 3 +
content/patterns/telco-hub/_index.adoc | 4 +
content/patterns/travelops/_index.adoc | 4 +
.../trilio-continuous-recovery/_index.md | 3 +
.../virtualization-starter-kit/_index.md | 3 +
layouts/partials/menu-patterns-browser.html | 24 ++++++
layouts/partials/patterns-browser.html | 6 +-
layouts/patterns/list.json.json | 11 ++-
static/js/patterns-browser-v2.js | 84 ++++++++++++++++++-
47 files changed, 268 insertions(+), 7 deletions(-)
diff --git a/config.yaml b/config.yaml
index 52770e0d19..1f29a53d54 100644
--- a/config.yaml
+++ b/config.yaml
@@ -35,6 +35,7 @@ taxonomies:
industry: 'industries'
rh_product: 'rh_products'
partners: 'partners'
+ focus_area: 'focus_areas'
blog_tag: 'blog_tags'
mediaTypes:
diff --git a/content/patterns/_index.md b/content/patterns/_index.md
index 26571f3ef8..8a44047087 100644
--- a/content/patterns/_index.md
+++ b/content/patterns/_index.md
@@ -9,4 +9,4 @@ outputs:
- json
---
-Browse through available patterns and their respective documentation for deployment and operation. Filter patterns by type, industry, and product.
+Browse through available patterns and their respective documentation for deployment and operation. Filter patterns by tier, focus area, industry, and product.
diff --git a/content/patterns/amd-rag-chat-qna/_index.adoc b/content/patterns/amd-rag-chat-qna/_index.adoc
index a091e5724b..72abb3ee6b 100644
--- a/content/patterns/amd-rag-chat-qna/_index.adoc
+++ b/content/patterns/amd-rag-chat-qna/_index.adoc
@@ -14,6 +14,10 @@ partners:
- AMD
industries:
- General
+focus_areas:
+- AI
+- Data
+- Observability
aliases: /amd-rag-chat-qna/
#pattern_logo: amd-rag-chat-qna.png
links:
diff --git a/content/patterns/ansible-edge-gitops-kasten/_index.md b/content/patterns/ansible-edge-gitops-kasten/_index.md
index d6b4691881..c5545cf664 100644
--- a/content/patterns/ansible-edge-gitops-kasten/_index.md
+++ b/content/patterns/ansible-edge-gitops-kasten/_index.md
@@ -13,6 +13,10 @@ partners:
- Veeam Kasten
industries:
- Chemical
+focus_areas:
+- Edge
+- Virtualization
+- Resilience
aliases: /ansible-edge-gitops-kasten/
pattern_logo: veeam-kasten.png
links:
diff --git a/content/patterns/ansible-edge-gitops/_index.adoc b/content/patterns/ansible-edge-gitops/_index.adoc
index 32036fd5c4..147aa1438e 100644
--- a/content/patterns/ansible-edge-gitops/_index.adoc
+++ b/content/patterns/ansible-edge-gitops/_index.adoc
@@ -11,6 +11,10 @@ rh_products:
- Red Hat OpenShift Data Foundation
industries:
- Chemical
+focus_areas:
+- Edge
+- Virtualization
+- DevSecOps
aliases: /ansible-edge-gitops/
pattern_logo: ansible-edge.png
links:
diff --git a/content/patterns/ansible-gitops-framework/_index.md b/content/patterns/ansible-gitops-framework/_index.md
index 72ebc69b77..b32d5225ff 100644
--- a/content/patterns/ansible-gitops-framework/_index.md
+++ b/content/patterns/ansible-gitops-framework/_index.md
@@ -7,6 +7,9 @@ rh_products:
- Red Hat Ansible Automation Platform
- Red Hat Enterprise Linux
industries:
+focus_areas:
+- DevSecOps
+- Security
aliases: /agof/
pattern_logo: ansible-edge.png
links:
diff --git a/content/patterns/azure-rag-llm-gitops/_index.adoc b/content/patterns/azure-rag-llm-gitops/_index.adoc
index 6caea9b05b..8a4cfd0cb8 100644
--- a/content/patterns/azure-rag-llm-gitops/_index.adoc
+++ b/content/patterns/azure-rag-llm-gitops/_index.adoc
@@ -11,6 +11,10 @@ partners:
- Microsoft
industries:
- General
+focus_areas:
+- AI
+- Data
+- DevSecOps
aliases: /azure-rag-llm-gitops/
#pattern_logo:
links:
diff --git a/content/patterns/cockroachdb/_index.md b/content/patterns/cockroachdb/_index.md
index 2553cc7aef..8e555dd5fe 100644
--- a/content/patterns/cockroachdb/_index.md
+++ b/content/patterns/cockroachdb/_index.md
@@ -11,6 +11,9 @@ links:
install: https://github.com/validatedpatterns/cockroachdb-pattern?tab=readme-ov-file#how-to-deploy
bugs: https://github.com/validatedpatterns/cockroachdb-pattern/issues
feedback: https://docs.google.com/forms/d/e/1FAIpQLScI76b6tD1WyPu2-d_9CCVDr3Fu5jYERthqLKJDUGwqBg7Vcg/viewform
+focus_areas:
+- Data
+- Resilience
---
# Cockroach
diff --git a/content/patterns/coco-pattern/_index.adoc b/content/patterns/coco-pattern/_index.adoc
index 6e6f4cf283..2cd5df5b62 100644
--- a/content/patterns/coco-pattern/_index.adoc
+++ b/content/patterns/coco-pattern/_index.adoc
@@ -10,6 +10,9 @@ rh_products:
- Red Hat Build of Trustee
industries:
- General
+focus_areas:
+- Security
+- Virtualization
aliases: /coco-pattern/
pattern_logo: coco-logo.png
links:
diff --git a/content/patterns/connected-vehicle-architecture/_index.md b/content/patterns/connected-vehicle-architecture/_index.md
index daf5fbc3dc..ddd6632caa 100644
--- a/content/patterns/connected-vehicle-architecture/_index.md
+++ b/content/patterns/connected-vehicle-architecture/_index.md
@@ -11,6 +11,10 @@ links:
install: https://github.com/validatedpatterns/connected-vehicle-architecture?tab=readme-ov-file#bobby-car
bugs: https://github.com/validatedpatterns/connected-vehicle-architecture/issues
feedback: https://docs.google.com/forms/d/e/1FAIpQLScI76b6tD1WyPu2-d_9CCVDr3Fu5jYERthqLKJDUGwqBg7Vcg/viewform
+focus_areas:
+- Edge
+- Data
+- Observability
---
# Connected Vehicle Architecture
diff --git a/content/patterns/devsecops/_index.md b/content/patterns/devsecops/_index.md
index b9bebf138e..72a214f74e 100644
--- a/content/patterns/devsecops/_index.md
+++ b/content/patterns/devsecops/_index.md
@@ -11,6 +11,10 @@ rh_products:
- Red Hat Advanced Cluster Security
industries:
- General
+focus_areas:
+- DevSecOps
+- Security
+- Observability
aliases: /devsecops/
# uncomment once this exists
# pattern_logo: devsecops.png
diff --git a/content/patterns/emerging-disease-detection/_index.adoc b/content/patterns/emerging-disease-detection/_index.adoc
index c5db9e12e8..97fc2fe9b0 100644
--- a/content/patterns/emerging-disease-detection/_index.adoc
+++ b/content/patterns/emerging-disease-detection/_index.adoc
@@ -10,6 +10,10 @@ rh_products:
- Red Hat AMQ Streams
industries:
- medical
+focus_areas:
+- AI
+- Data
+- Observability
aliases: /emerging-disease-detection/
// pattern_logo: emerging-disease-detection.png
links:
diff --git a/content/patterns/federated-edge-observability/_index.adoc b/content/patterns/federated-edge-observability/_index.adoc
index 687a298d83..fe9cc0f341 100644
--- a/content/patterns/federated-edge-observability/_index.adoc
+++ b/content/patterns/federated-edge-observability/_index.adoc
@@ -11,6 +11,10 @@ rh_products:
- Red Hat Enterprise Linux
- Red Hat OpenShift Data Foundation
industries:
+focus_areas:
+- Edge
+- Observability
+- Virtualization
aliases: /federated-edge-observability
links:
github: https://github.com/validatedpatterns-sandbox/federated-edge-observability
diff --git a/content/patterns/gaudi-rag-chat-qna/_index.adoc b/content/patterns/gaudi-rag-chat-qna/_index.adoc
index 2a9781aefe..9f12019045 100644
--- a/content/patterns/gaudi-rag-chat-qna/_index.adoc
+++ b/content/patterns/gaudi-rag-chat-qna/_index.adoc
@@ -14,6 +14,9 @@ partners:
- Intel
industries:
- General
+focus_areas:
+- AI
+- Data
aliases: /gaudi-rag-chat-qna/
#pattern_logo: gaudi-rag-chat-qna.png
links:
diff --git a/content/patterns/gpfs-tester/_index.adoc b/content/patterns/gpfs-tester/_index.adoc
index f570083287..b3cb32f148 100644
--- a/content/patterns/gpfs-tester/_index.adoc
+++ b/content/patterns/gpfs-tester/_index.adoc
@@ -7,6 +7,9 @@ rh_products:
- Red Hat OpenShift Container Platform
industries:
- storage services
+focus_areas:
+- Data
+- Resilience
aliases: /gpfs-tester/
pattern_logo: mlops-fraud-detection.png
links:
diff --git a/content/patterns/hypershift/_index.adoc b/content/patterns/hypershift/_index.adoc
index 4a5f862ba6..0e98437f86 100644
--- a/content/patterns/hypershift/_index.adoc
+++ b/content/patterns/hypershift/_index.adoc
@@ -10,6 +10,9 @@ partners:
- AWS Controller for Kubernetes
industries:
- Infrastructure
+focus_areas:
+- Edge
+- Resilience
aliases: /hypershift/
pattern_logo: medical-diagnosis.png
links:
diff --git a/content/patterns/industrial-edge/_index.md b/content/patterns/industrial-edge/_index.md
index 4c01014cb6..e1612a874e 100644
--- a/content/patterns/industrial-edge/_index.md
+++ b/content/patterns/industrial-edge/_index.md
@@ -12,6 +12,10 @@ rh_products:
industries:
- Industrial
- Manufacturing
+focus_areas:
+- Edge
+- Observability
+- Security
aliases: /industrial-edge/
pattern_logo: industrial-edge.png
links:
diff --git a/content/patterns/ingress-mesh-bgp/_index.adoc b/content/patterns/ingress-mesh-bgp/_index.adoc
index 40034de41f..9376fea471 100644
--- a/content/patterns/ingress-mesh-bgp/_index.adoc
+++ b/content/patterns/ingress-mesh-bgp/_index.adoc
@@ -10,6 +10,10 @@ rh_products:
industries:
- General
- Telecommunications
+focus_areas:
+- Edge
+- Observability
+- Resilience
aliases: /ingress-mesh-bgp/
# pattern_logo: ingress-mesh-bgp.png # TODO: Create pattern logo
links:
diff --git a/content/patterns/kong-gateway/_index.md b/content/patterns/kong-gateway/_index.md
index 096ff2e98f..cb19493e7f 100644
--- a/content/patterns/kong-gateway/_index.md
+++ b/content/patterns/kong-gateway/_index.md
@@ -10,6 +10,9 @@ links:
install: https://github.com/validatedpatterns/kong-gateway?tab=readme-ov-file#start-here
bugs: https://github.com/validatedpatterns-sandbox/kong-gateway/issues
feedback: https://docs.google.com/forms/d/e/1FAIpQLScI76b6tD1WyPu2-d_9CCVDr3Fu5jYERthqLKJDUGwqBg7Vcg/viewform
+focus_areas:
+- Security
+- Observability
---
# About the Kong pattern
diff --git a/content/patterns/layered-zero-trust/_index.adoc b/content/patterns/layered-zero-trust/_index.adoc
index d0cfb5889c..0a284bfd01 100644
--- a/content/patterns/layered-zero-trust/_index.adoc
+++ b/content/patterns/layered-zero-trust/_index.adoc
@@ -6,6 +6,9 @@ summary: Layered Zero Trust demonstrates how to operationalize Zero Trust securi
rh_products:
- Red Hat OpenShift Container Platform
industries:
+focus_areas:
+- Security
+- DevSecOps
aliases: /layered-zero-trust/
links:
github: https://github.com/validatedpatterns/layered-zero-trust/
diff --git a/content/patterns/medical-diagnosis-amx/_index.adoc b/content/patterns/medical-diagnosis-amx/_index.adoc
index def179ffe8..3ad13756fc 100644
--- a/content/patterns/medical-diagnosis-amx/_index.adoc
+++ b/content/patterns/medical-diagnosis-amx/_index.adoc
@@ -12,6 +12,9 @@ partners:
- Intel
industries:
- medical
+focus_areas:
+- AI
+- Data
aliases: /medical-diagnosis-amx/
variant_of: medical-diagnosis
pattern_logo: medical-diagnosis.png
diff --git a/content/patterns/medical-diagnosis/_index.adoc b/content/patterns/medical-diagnosis/_index.adoc
index e1c51ee01b..ef20aab824 100644
--- a/content/patterns/medical-diagnosis/_index.adoc
+++ b/content/patterns/medical-diagnosis/_index.adoc
@@ -11,6 +11,9 @@ partners:
- IBM Fusion
industries:
- medical
+focus_areas:
+- AI
+- Data
aliases: /medical-diagnosis/
pattern_logo: medical-diagnosis.png
links:
diff --git a/content/patterns/mlops-fraud-detection/_index.adoc b/content/patterns/mlops-fraud-detection/_index.adoc
index c6e6f895a0..44d34a79f6 100644
--- a/content/patterns/mlops-fraud-detection/_index.adoc
+++ b/content/patterns/mlops-fraud-detection/_index.adoc
@@ -10,6 +10,10 @@ partners:
- IBM Fusion
industries:
- financial services
+focus_areas:
+- AI
+- Data
+- Observability
aliases: /mlops-fraud-detection/
pattern_logo: mlops-fraud-detection.png
links:
diff --git a/content/patterns/multicloud-gitops-Portworx/_index.md b/content/patterns/multicloud-gitops-Portworx/_index.md
index 233ea4384e..0b718d4825 100644
--- a/content/patterns/multicloud-gitops-Portworx/_index.md
+++ b/content/patterns/multicloud-gitops-Portworx/_index.md
@@ -7,9 +7,13 @@ rh_products:
- Red Hat OpenShift Container Platform
- Red Hat Advanced Cluster Management
partners:
-- Portworx Enterprise
+- Portworx
industries:
- General
+focus_areas:
+- DevSecOps
+- Resilience
+- Data
aliases: /multicloud-gitops-Portworx/
variant_of: multicloud-gitops
pattern_logo: multicloud-gitops-Portworx.png
diff --git a/content/patterns/multicloud-gitops-amx-rhoai/_index.adoc b/content/patterns/multicloud-gitops-amx-rhoai/_index.adoc
index bb3f501222..548cc5a70e 100644
--- a/content/patterns/multicloud-gitops-amx-rhoai/_index.adoc
+++ b/content/patterns/multicloud-gitops-amx-rhoai/_index.adoc
@@ -12,6 +12,10 @@ partners:
- Intel
industries:
- General
+focus_areas:
+- AI
+- DevSecOps
+- Data
aliases: /multicloud-gitops-amx-rhoai/
variant_of: multicloud-gitops
# uncomment once this exists
diff --git a/content/patterns/multicloud-gitops-amx/_index.adoc b/content/patterns/multicloud-gitops-amx/_index.adoc
index 606ff7a5d7..5036b9f9d3 100644
--- a/content/patterns/multicloud-gitops-amx/_index.adoc
+++ b/content/patterns/multicloud-gitops-amx/_index.adoc
@@ -11,6 +11,10 @@ partners:
- Intel
industries:
- General
+focus_areas:
+- AI
+- DevSecOps
+- Data
aliases: /multicloud-gitops-amx/
variant_of: multicloud-gitops
# uncomment once this exists
diff --git a/content/patterns/multicloud-gitops-qat/_index.adoc b/content/patterns/multicloud-gitops-qat/_index.adoc
index d6659a1af3..9d3b88cbc7 100644
--- a/content/patterns/multicloud-gitops-qat/_index.adoc
+++ b/content/patterns/multicloud-gitops-qat/_index.adoc
@@ -11,6 +11,9 @@ partners:
- Intel
industries:
- General
+focus_areas:
+- Security
+- DevSecOps
aliases: /multicloud-gitops-qat/
variant_of: multicloud-gitops
# uncomment once this exists
diff --git a/content/patterns/multicloud-gitops-sgx-hello-world/_index.adoc b/content/patterns/multicloud-gitops-sgx-hello-world/_index.adoc
index 1539f9048b..888deafe92 100644
--- a/content/patterns/multicloud-gitops-sgx-hello-world/_index.adoc
+++ b/content/patterns/multicloud-gitops-sgx-hello-world/_index.adoc
@@ -11,6 +11,9 @@ partners:
- Intel
industries:
- General
+focus_areas:
+- Security
+- DevSecOps
aliases: /multicloud-gitops-sgx-hello-world/
variant_of: multicloud-gitops
# uncomment once this exists
diff --git a/content/patterns/multicloud-gitops-sgx/_index.adoc b/content/patterns/multicloud-gitops-sgx/_index.adoc
index c531e40404..23660db338 100644
--- a/content/patterns/multicloud-gitops-sgx/_index.adoc
+++ b/content/patterns/multicloud-gitops-sgx/_index.adoc
@@ -11,6 +11,9 @@ partners:
- Intel
industries:
- General
+focus_areas:
+- Security
+- DevSecOps
aliases: /multicloud-gitops-sgx/
variant_of: multicloud-gitops
# uncomment once this exists
diff --git a/content/patterns/multicloud-gitops/_index.adoc b/content/patterns/multicloud-gitops/_index.adoc
index 89b9aa53d5..6e5e7079b1 100644
--- a/content/patterns/multicloud-gitops/_index.adoc
+++ b/content/patterns/multicloud-gitops/_index.adoc
@@ -8,6 +8,10 @@ rh_products:
- Red Hat Advanced Cluster Management
industries:
- General
+focus_areas:
+- DevSecOps
+- Resilience
+- Security
aliases: /multicloud-gitops/
pattern_logo: multicloud-gitops.png
links:
diff --git a/content/patterns/netapp-dr-starter-kit/_index.adoc b/content/patterns/netapp-dr-starter-kit/_index.adoc
index 9266fb6427..38bb7aa4f8 100644
--- a/content/patterns/netapp-dr-starter-kit/_index.adoc
+++ b/content/patterns/netapp-dr-starter-kit/_index.adoc
@@ -11,6 +11,9 @@ rh_products:
- Red Hat OpenShift Virtualization
industries:
- General
+focus_areas:
+- Resilience
+- Data
aliases: /netapp-dr-starter-kit/
links:
github: https://github.com/validatedpatterns-sandbox/netapp-dr-starter-kit
diff --git a/content/patterns/omnicloud/_index.md b/content/patterns/omnicloud/_index.md
index 1367a09309..f4ddac9796 100644
--- a/content/patterns/omnicloud/_index.md
+++ b/content/patterns/omnicloud/_index.md
@@ -9,6 +9,10 @@ rh_products:
- Red Hat Quay
industries:
- General
+focus_areas:
+ - DevSecOps
+ - Resilience
+ - Data
aliases: /omnicloud/
# uncomment once this exists
# pattern_logo: devsecops.png
diff --git a/content/patterns/openshift-ai/_index.adoc b/content/patterns/openshift-ai/_index.adoc
index 666cb03b70..60c7c367df 100644
--- a/content/patterns/openshift-ai/_index.adoc
+++ b/content/patterns/openshift-ai/_index.adoc
@@ -9,6 +9,9 @@ rh_products:
- Red Hat Pipelines
industries:
- General
+focus_areas:
+- AI
+- Data
aliases: /rhoai/
links:
github: https://github.com/validatedpatterns-sandbox/openshift-ai
diff --git a/content/patterns/portworx-dr/_index.adoc b/content/patterns/portworx-dr/_index.adoc
index 0fc47c3af2..266948fd95 100644
--- a/content/patterns/portworx-dr/_index.adoc
+++ b/content/patterns/portworx-dr/_index.adoc
@@ -12,8 +12,11 @@ rh_products:
- Red Hat OpenShift Data Foundation DR Hub Operator
- Red Hat Advanced Cluster Management
partners:
-- Portworx by Everpure
+- Portworx
industries: []
+focus_areas:
+- Resilience
+- Data
aliases: /portworx-dr/
pattern_logo: ansible-edge.png
links:
diff --git a/content/patterns/rag-llm-cpu/_index.md b/content/patterns/rag-llm-cpu/_index.md
index cdbed326dd..c82eae1e92 100644
--- a/content/patterns/rag-llm-cpu/_index.md
+++ b/content/patterns/rag-llm-cpu/_index.md
@@ -12,6 +12,9 @@ partners:
- IBM Fusion
industries:
- General
+focus_areas:
+ - AI
+ - Data
aliases: /rag-llm-cpu/
links:
github: https://github.com/validatedpatterns-sandbox/rag-llm-cpu
diff --git a/content/patterns/rag-llm-gitops/_index.md b/content/patterns/rag-llm-gitops/_index.md
index 51c5717473..fd0e622970 100644
--- a/content/patterns/rag-llm-gitops/_index.md
+++ b/content/patterns/rag-llm-gitops/_index.md
@@ -12,6 +12,10 @@ partners:
- Elastic
industries:
- General
+focus_areas:
+ - AI
+ - Data
+ - DevSecOps
aliases: /ai/
# uncomment once this exists
# pattern_logo: retail.png
diff --git a/content/patterns/ramendr-starter-kit/_index.adoc b/content/patterns/ramendr-starter-kit/_index.adoc
index ce79aead1e..2cc09257a7 100644
--- a/content/patterns/ramendr-starter-kit/_index.adoc
+++ b/content/patterns/ramendr-starter-kit/_index.adoc
@@ -12,6 +12,10 @@ rh_products:
- Red Hat OpenShift Data Foundation DR Hub Operator
- Red Hat Advanced Cluster Management
industries: []
+focus_areas:
+- Resilience
+- Data
+- Virtualization
aliases: /ramendr-starter-kit/
pattern_logo: ansible-edge.png
links:
diff --git a/content/patterns/regional-dr/_index.md b/content/patterns/regional-dr/_index.md
index 30b3778424..8c6c7657a5 100644
--- a/content/patterns/regional-dr/_index.md
+++ b/content/patterns/regional-dr/_index.md
@@ -6,6 +6,9 @@ summary: This variant of the Validated Patterns framework deploys a Regional Dis
rh_products:
- Red Hat OpenShift Container Platform
industries:
+focus_areas:
+- Resilience
+- Data
pattern_logo: regional-dr.png
links:
github: https://github.com/validatedpatterns/regional-resiliency-pattern
diff --git a/content/patterns/retail/_index.adoc b/content/patterns/retail/_index.adoc
index 7168507025..b41254d58b 100644
--- a/content/patterns/retail/_index.adoc
+++ b/content/patterns/retail/_index.adoc
@@ -9,6 +9,9 @@ rh_products:
- Red Hat AMQ
industries:
- Retail
+focus_areas:
+- Data
+- Edge
aliases: /retail/
# uncomment once this exists
# pattern_logo: retail.png
diff --git a/content/patterns/telco-hub/_index.adoc b/content/patterns/telco-hub/_index.adoc
index b393a48598..1a76185558 100644
--- a/content/patterns/telco-hub/_index.adoc
+++ b/content/patterns/telco-hub/_index.adoc
@@ -11,6 +11,10 @@ rh_products:
- Red Hat OpenShift Data Foundation (ODF) (Optional)
industries:
- Telecommunications
+focus_areas:
+- Edge
+- Resilience
+- Observability
aliases: /telco-hub/
# uncomment once this exists
# pattern_logo: telco-hub.png
diff --git a/content/patterns/travelops/_index.adoc b/content/patterns/travelops/_index.adoc
index eb757d2318..acff175d1c 100644
--- a/content/patterns/travelops/_index.adoc
+++ b/content/patterns/travelops/_index.adoc
@@ -11,6 +11,10 @@ rh_products:
- Red Hat ElasticSearch
industries:
- General
+focus_areas:
+- Security
+- Observability
+- DevSecOps
aliases: /travelops/
links:
github: https://github.com/validatedpatterns/travelops
diff --git a/content/patterns/trilio-continuous-recovery/_index.md b/content/patterns/trilio-continuous-recovery/_index.md
index f62881e721..8b9d97a47f 100644
--- a/content/patterns/trilio-continuous-recovery/_index.md
+++ b/content/patterns/trilio-continuous-recovery/_index.md
@@ -11,6 +11,9 @@ partners:
- Trilio
industries:
- General
+focus_areas:
+ - Resilience
+ - Data
aliases: /trilio-cr/
links:
github: https://github.com/trilio-demo/trilio-continuous-restore
diff --git a/content/patterns/virtualization-starter-kit/_index.md b/content/patterns/virtualization-starter-kit/_index.md
index cc67d4bb1d..c9aade2976 100644
--- a/content/patterns/virtualization-starter-kit/_index.md
+++ b/content/patterns/virtualization-starter-kit/_index.md
@@ -10,6 +10,9 @@ rh_products:
- Red Hat OpenShift Data Foundation
industries:
- Any
+focus_areas:
+- Virtualization
+- Resilience
aliases: /virtualization-starter-kit/
pattern_logo: ansible-edge.png
links:
diff --git a/layouts/partials/menu-patterns-browser.html b/layouts/partials/menu-patterns-browser.html
index d6c848bff8..0011bc9687 100644
--- a/layouts/partials/menu-patterns-browser.html
+++ b/layouts/partials/menu-patterns-browser.html
@@ -52,6 +52,30 @@