Skip to content

Commit d668e7c

Browse files
Merge pull request #292 from ejarocki-cloudlinux/doc/updates
Doc updates
2 parents e4f3730 + 0664e3e commit d668e7c

File tree

5 files changed

+286
-139
lines changed

5 files changed

+286
-139
lines changed

docs/.vuepress/components/ELSTechnology.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@ const techData = [
260260
versions: "1.5.x | 1.6.x | 1.7.x | 1.8.x",
261261
link: "./angularjs/",
262262
},
263+
{
264+
name: "ansi-html",
265+
versions: "0.0.7",
266+
link: "./ansi-html/",
267+
},
263268
{
264269
name: "base64url",
265270
versions: "0.0.6",
@@ -282,7 +287,7 @@ const techData = [
282287
},
283288
{
284289
name: "cookie",
285-
versions: "0.3.1 | 0.4.2",
290+
versions: "0.4.2",
286291
link: "./cookie/",
287292
},
288293
{

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ export default {
204204
path: '/els-for-runtimes-and-libraries/angularjs/',
205205
icon: '/images/angularjs-logo.webp',
206206
},
207+
{
208+
path: '/els-for-runtimes-and-libraries/ansi-html/',
209+
icon: '/images/javascript.webp',
210+
},
207211
{
208212
path: '/els-for-runtimes-and-libraries/bootstrap/',
209213
icon: '/images/bootstrap-logo.webp',

0 commit comments

Comments
 (0)