Skip to content

Commit 7a7de5b

Browse files
authored
Merge pull request #317 from sboldyreva/tomcat
Update Apache Tomcat libraries and application pages
2 parents b956a80 + f86c70e commit 7a7de5b

File tree

4 files changed

+408
-124
lines changed

4 files changed

+408
-124
lines changed

docs/.vuepress/components/ELSTechnology.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ const techData = [
114114
versions: "2.4.8",
115115
link: "./apache-spark/",
116116
},
117+
{
118+
name: "Apache Tomcat",
119+
versions: "8.5.100 | 9.0.75 | 9.0.83",
120+
link: "./apache-tomcat/",
121+
},
117122
{
118123
name: "Okio",
119124
versions: "2.8.0",

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ export default {
128128
path: '/els-for-libraries/apache-spark/',
129129
icon: '/images/apache-spark.webp',
130130
},
131+
{
132+
path: '/els-for-libraries/apache-tomcat/',
133+
icon: '/images/tomcat.webp',
134+
},
131135
{
132136
path: '/els-for-libraries/apache-kafka/',
133137
icon: '/images/apache-kafka.webp',

0 commit comments

Comments
 (0)