@@ -439,19 +439,6 @@ export default {
439439 path : '/els-for-libraries/javascript-libraries/' ,
440440 icon : '/images/javascript.webp' ,
441441 } ,
442- {
443- title : 'Go' ,
444- type : 'section-header' ,
445- icon : '/images/go_logo.webp' ,
446- } ,
447- {
448- path : '/els-for-libraries/grafana/' ,
449- icon : '/images/grafana_logo.webp' ,
450- } ,
451- {
452- path : '/els-for-libraries/loki/' ,
453- icon : '/images/grafana_logo.webp' ,
454- } ,
455442 {
456443 title : '.NET' ,
457444 type : 'section-header' ,
@@ -469,6 +456,11 @@ export default {
469456 collapsable : false ,
470457 children : [
471458 "/els-for-applications/" ,
459+ {
460+ title : 'Java' ,
461+ type : 'section-header' ,
462+ icon : '/images/java.webp' ,
463+ } ,
472464 {
473465 path : '/els-for-applications/apache-hadoop/' ,
474466 icon : '/images/apache.webp' ,
@@ -489,6 +481,19 @@ export default {
489481 path : '/els-for-applications/gradle/' ,
490482 icon : '/images/gradle.webp' ,
491483 } ,
484+ {
485+ title : 'Go' ,
486+ type : 'section-header' ,
487+ icon : '/images/go_logo.webp' ,
488+ } ,
489+ {
490+ path : '/els-for-applications/grafana/' ,
491+ icon : '/images/grafana_logo.webp' ,
492+ } ,
493+ {
494+ path : '/els-for-applications/loki/' ,
495+ icon : '/images/grafana_logo.webp' ,
496+ } ,
492497 ]
493498 } ,
494499 ] ,
0 commit comments