File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const products = {
8787 icon : 'product-qa-crowd-testing' ,
8888 id : 'data_exploration' ,
8989 aliases : [ 'data-exploration' , 'data_exploration' ] ,
90- hidden : true
90+ hidden : true
9191 }
9292 }
9393 } ,
@@ -257,6 +257,14 @@ const products = {
257257 id : 'health_check' ,
258258 aliases : [ 'health-check' , 'health_check' ]
259259 } ,
260+ 'Performance Tuning' : {
261+ brief : 'TBD' ,
262+ details : 'Analyze your JVM based applications and generate recommendations' ,
263+ icon : 'product-qa-website-performance' ,
264+ id : 'performance_tuning' ,
265+ aliases : [ 'performance-tuning' , 'performance_tuning' ] ,
266+ hidden : true
267+ } ,
260268 'Digital Accessibility' : {
261269 brief : 'TBD' ,
262270 details : 'Make sure you app or website conforms to all rules and regulations' ,
You can’t perform that action at this time.
0 commit comments