@@ -100,7 +100,7 @@ function pattern_url (key) {
100
100
if ( key == 'devsecops' ) {
101
101
return '/patterns/devsecops/'
102
102
}
103
- if ( key == 'manuela ' ) {
103
+ if ( key == 'industrialedge ' ) {
104
104
return '/patterns/industrial-edge/'
105
105
}
106
106
if ( key == 'mcgitops' ) {
@@ -109,6 +109,16 @@ function pattern_url (key) {
109
109
if ( key == 'medicaldiag' ) {
110
110
return '/patterns/medical-diagnosis/'
111
111
}
112
+ if ( key == 'ragllm' ) {
113
+ return '/patterns/rag-llm-gitops/'
114
+ }
115
+ if ( key == 'openshiftai' ) {
116
+ return '/patterns/openshift-ai/'
117
+ }
118
+ if ( key == 'agof' ) {
119
+ return '/patterns/ansible-gitops-framework/'
120
+ }
121
+
112
122
return '/patterns/' + key + '/'
113
123
}
114
124
@@ -431,7 +441,7 @@ function processBadges (badges, options) {
431
441
if ( options . get ( 'sets' ) . includes ( 'all' ) || options . get ( 'sets' ) . includes ( 'early' ) ) {
432
442
htmlText += createFilteredHorizontalTable ( badges , 'operator' , null , true , links )
433
443
}
434
-
444
+
435
445
}
436
446
document . getElementById ( options . get ( 'target' ) ) . innerHTML = htmlText
437
447
}
@@ -448,7 +458,7 @@ function getBucketOptions (input) {
448
458
}
449
459
options . set ( 'links' , 'public' )
450
460
options . set ( 'target' , 'dataset' )
451
-
461
+
452
462
buckets = [ ]
453
463
const bucket = input [ 'bucket' ]
454
464
if ( bucket != null ) {
@@ -508,7 +518,7 @@ function fetchBucketBadges(bucket, inputs) {
508
518
function obtainBadges ( inputs ) {
509
519
const options = getBucketOptions ( inputs ) ;
510
520
const buckets = options . get ( 'buckets' )
511
-
521
+
512
522
// Create an array to store promises for each bucket's badges
513
523
const badgePromises = [ ] ;
514
524
0 commit comments