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 } ,
@@ -204,6 +204,14 @@ const products = {
204204 aliases : [ 'performance-testing' , 'performance_testing' ] ,
205205 hidden : true
206206 } ,
207+ 'Performance Tuning' : {
208+ brief : 'TBD' ,
209+ details : 'Analyze your JVM based applications and generate recommendations' ,
210+ icon : 'product-qa-website-performance' ,
211+ id : 'performance_tuning' ,
212+ aliases : [ 'performance-tuning' , 'performance_tuning' ] ,
213+ hidden : true
214+ } ,
207215 'Digital Accessibility' : {
208216 brief : 'TBD' ,
209217 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