From 916014470064625e3d00e7d6edf1f47dbe5cd076 Mon Sep 17 00:00:00 2001 From: Claudio Wunder Date: Thu, 24 Apr 2025 22:10:33 +0200 Subject: [PATCH 1/2] chore: add banners --- apps/site/site.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/apps/site/site.json b/apps/site/site.json index 6f23ba06f744d..f838074f02b42 100644 --- a/apps/site/site.json +++ b/apps/site/site.json @@ -28,21 +28,20 @@ ], "websiteBanners": { "index": { - "startDate": "2025-03-17T00:00:00.000Z", - "endDate": "2025-04-17T00:00:00.000Z", - "text": "Node.js launches an official Discord community", - "link": "https://nodejs.org/en/blog/announcements/official-discord-launch-announcement", - "type": "default" + "startDate": "2025-04-01T00:00:00.000Z", + "endDate": "2025-06-01T00:00:00.000Z", + "text": "Node.js v18 is reaching End-Of-Life on April 30, 2025.", + "type": "warning" } }, "websiteBadges": { "index": { - "startDate": "2024-11-01T00:00:00.000Z", - "endDate": "2024-12-31T00:00:00.000Z", + "startDate": "2025-04-01T00:00:00.000Z", + "endDate": "2025-07-01T00:00:00.000Z", "kind": "default", - "title": "Read", - "text": "Node.js Collab Summit Report", - "link": "https://nodejs.org/en/blog/events/collab-summit-2024-dublin" + "title": "JSConf", + "text": "General Admission Tickets are on sale now!", + "link": "https://events.linuxfoundation.org/jsconf-north-america" } } } From fee24dcd8d1a754ecffafcb202504d738a6830b4 Mon Sep 17 00:00:00 2001 From: "Claudio W." Date: Thu, 24 Apr 2025 22:41:15 +0200 Subject: [PATCH 2/2] Update apps/site/site.json Co-authored-by: Matt Cowley Signed-off-by: Claudio W. --- apps/site/site.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/site/site.json b/apps/site/site.json index f838074f02b42..09f5fd55f0113 100644 --- a/apps/site/site.json +++ b/apps/site/site.json @@ -31,6 +31,7 @@ "startDate": "2025-04-01T00:00:00.000Z", "endDate": "2025-06-01T00:00:00.000Z", "text": "Node.js v18 is reaching End-Of-Life on April 30, 2025.", + "link": "https://nodejs.org/en/about/previous-releases#release-schedule", "type": "warning" } },