Skip to content

Commit b9357a8

Browse files
authored
Merge branch 'cloudlinux:master' into master
2 parents fd7a8c2 + a6dd453 commit b9357a8

File tree

18 files changed

+301
-47
lines changed

18 files changed

+301
-47
lines changed

docs/.vuepress/components/ELSTechnology.vue

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,11 @@ const techData = [
490490
versions: "4.5.5",
491491
link: "./vite/",
492492
},
493+
{
494+
name: "vue",
495+
versions: "2.7.16",
496+
link: "./vue/",
497+
},
493498
{
494499
name: "webpack-dev-server",
495500
versions: "3.11.0 | 4.7.3 | 4.15.1",
@@ -627,9 +632,9 @@ const techData = [
627632
link: "./python-libraries/",
628633
},
629634
{
630-
name: "numpy",
635+
name: "NumPy",
631636
versions: "1.15.4 | 1.16.0",
632-
link: "./python-libraries/",
637+
link: "./numpy/",
633638
},
634639
{
635640
name: "orjson",
@@ -687,7 +692,7 @@ const techData = [
687692
link: "./python-libraries/",
688693
},
689694
{
690-
name: "redis",
695+
name: "redis-py",
691696
versions: "4.5.1",
692697
link: "./python-libraries/",
693698
},

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

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default {
9898
},
9999
{
100100
path: '/els-for-runtimes-and-libraries/apache-struts/',
101-
icon: '/images/apache.webp',
101+
icon: '/images/strut-logo.webp',
102102
},
103103
{
104104
path: '/els-for-runtimes-and-libraries/apache-spark/',
@@ -110,19 +110,19 @@ export default {
110110
},
111111
{
112112
path: '/els-for-runtimes-and-libraries/apache-velocity-engine/',
113-
icon: '/images/apache.webp',
113+
icon: '/images/velocity-logo.webp',
114114
},
115115
{
116116
path: '/els-for-runtimes-and-libraries/postgresql-driver/',
117117
icon: '/images/postgresql.webp',
118118
},
119119
{
120120
path: '/els-for-runtimes-and-libraries/protobuf/',
121-
icon: '/images/java.webp',
121+
icon: '/images/protobuf-logo.webp',
122122
},
123123
{
124124
path: '/els-for-runtimes-and-libraries/jackson/',
125-
icon: '/images/jackson.webp',
125+
icon: '/images/jackson-logo.webp',
126126
},
127127
{
128128
path: '/els-for-runtimes-and-libraries/apache-commons-lang/',
@@ -155,15 +155,19 @@ export default {
155155
},
156156
{
157157
path: '/els-for-runtimes-and-libraries/flask/',
158-
icon: '/images/flask-werkzeug.webp',
158+
icon: '/images/flask-logo.webp',
159+
},
160+
{
161+
path: '/els-for-runtimes-and-libraries/numpy/',
162+
icon: '/images/numpy.webp',
159163
},
160164
{
161165
path: '/els-for-runtimes-and-libraries/starlette/',
162-
icon: '/images/python.webp',
166+
icon: '/images/starlette-logo.webp',
163167
},
164168
{
165169
path: '/els-for-runtimes-and-libraries/werkzeug/',
166-
icon: '/images/flask-werkzeug.webp',
170+
icon: '/images/werkzeug-logo.webp',
167171
},
168172
{
169173
path: '/els-for-runtimes-and-libraries/python-libraries/',
@@ -388,6 +392,14 @@ export default {
388392
path: '/els-for-runtimes-and-libraries/vite/',
389393
icon: '/images/vite-logo.webp',
390394
},
395+
{
396+
path: '/els-for-runtimes-and-libraries/vue/',
397+
icon: '/images/vue-logo.webp',
398+
},
399+
{
400+
path: '/els-for-runtimes-and-libraries/vue-template-compiler/',
401+
icon: '/images/vue-template-compiler-logo.webp',
402+
},
391403
{
392404
path: '/els-for-runtimes-and-libraries/webpack-dev-server/',
393405
icon: '/images/webpack-dev-server.webp',
@@ -400,10 +412,6 @@ export default {
400412
path: '/els-for-runtimes-and-libraries/webpack-subresource-integrity/',
401413
icon: '/images/webpack-subresource-integrity-logo.webp',
402414
},
403-
{
404-
path: '/els-for-runtimes-and-libraries/vue-template-compiler/',
405-
icon: '/images/vue-template-compiler-logo.webp',
406-
},
407415
{
408416
path: '/els-for-runtimes-and-libraries/xml2js/',
409417
icon: '/images/javascript.webp',
316 Bytes
Loading
740 Bytes
Loading
1.35 KB
Loading
620 Bytes
Loading
734 Bytes
Loading
580 Bytes
Loading
668 Bytes
Loading
634 Bytes
Loading

0 commit comments

Comments
 (0)