Skip to content

Commit 7ab4d35

Browse files
authored
Merge pull request #441 from sboldyreva/go
Move Go to ELS for Applications
2 parents a9b1b90 + f6306e0 commit 7ab4d35

6 files changed

Lines changed: 33 additions & 30 deletions

File tree

docs/.vuepress/components/ELSApplication.vue

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,18 @@ const applications = [
6262
link: "./gradle/",
6363
icon: "/images/gradle.webp",
6464
},
65+
{
66+
name: "Grafana",
67+
versions: "10.4.1 | 11.2.0 | 11.3.0 | 11.4.0 | 11.5.0",
68+
link: "./grafana/",
69+
icon: "/images/grafana_logo.webp",
70+
},
71+
{
72+
name: "Loki",
73+
versions: "3.1.0 | 3.2.0 | 3.3.0",
74+
link: "./loki/",
75+
icon: "/images/go_logo.webp",
76+
},
6577
];
6678
</script>
6779

docs/.vuepress/components/ELSTechnology.vue

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,22 +1150,6 @@ const techData = [
11501150
},
11511151
],
11521152
},
1153-
{
1154-
ecosystem: "Go",
1155-
ecosystemIcon: "/images/go_logo.webp",
1156-
projects: [
1157-
{
1158-
name: "Grafana",
1159-
versions: "10.4.1 | 11.2.0 | 11.3.0 | 11.4.0 | 11.5.0",
1160-
link: "./grafana/",
1161-
},
1162-
{
1163-
name: "Loki",
1164-
versions: "3.1.0 | 3.2.0 | 3.3.0",
1165-
link: "./loki/",
1166-
},
1167-
],
1168-
},
11691153
{
11701154
ecosystem: ".NET",
11711155
ecosystemIcon: "/images/dotnet-logo.webp",

docs/.vuepress/config-client/sidebar.ts

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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
],

docs/.vuepress/routes.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,5 +206,7 @@
206206
"/els-for-runtimes-and-libraries/webpack-subresource-integrity/": "/els-for-libraries/javascript-libraries/",
207207
"/els-for-runtimes-and-libraries/xml2js/": "/els-for-libraries/javascript-libraries/",
208208
"/els-for-runtimes-and-libraries/yargs-parser/": "/els-for-libraries/javascript-libraries/",
209-
"/els-for-libraries/symfony-process/": "/els-for-libraries/symfony/"
209+
"/els-for-libraries/symfony-process/": "/els-for-libraries/symfony/",
210+
"/els-for-libraries/grafana/": "/els-for-applications/grafana/",
211+
"/els-for-libraries/loki/": "/els-for-applications/loki/"
210212
}
File renamed without changes.

0 commit comments

Comments
 (0)