From f14e97ca663bd2e490012506a18a82b8ab781925 Mon Sep 17 00:00:00 2001 From: Christian Walter Date: Wed, 8 Jul 2026 21:56:50 +0200 Subject: [PATCH] feat: add OCP APAC Summit to event banner Add OCP APAC Summit (Aug 11-12, 2026, Taipei City, Taiwan, Booth PL07) to the conferences data. Since it precedes the OCP Global Summit, it becomes the next upcoming event shown in the homepage banner. Claude-Session: https://claude.ai/code/session_01442qwxULRn1afPLVZNXD5U --- src/_data/conferences.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/_data/conferences.json b/src/_data/conferences.json index 62d68d7..cef9232 100644 --- a/src/_data/conferences.json +++ b/src/_data/conferences.json @@ -29,6 +29,16 @@ "booth": "", "url": "https://www.hpe.com/discover" }, + { + "name": "OCP APAC Summit", + "date_start": "2026-08-11", + "date_end": "2026-08-12", + "location": "TaiNEX 2", + "city": "Taipei City", + "country": "Taiwan", + "booth": "Booth PL07", + "url": "https://www.opencompute.org/summit/2026-ocp-apac-summit" + }, { "name": "OCP Global Summit", "date_start": "2026-10-12",