From b3fbc422648093d6c7c78bf93d29b3a3699fdac8 Mon Sep 17 00:00:00 2001 From: Stefan Jumarea Date: Tue, 12 Nov 2024 16:45:19 +0200 Subject: [PATCH] configs/: Change "Hackathons" to "Hackathons and Workshops" Change the sidebar reference to "Hackathons and Workshops" from just "Hackathons". Signed-off-by: Stefan Jumarea --- configs/community.sidebar.json | 2 +- i18n/ui.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/community.sidebar.json b/configs/community.sidebar.json index 9e914679..9a3eb2f9 100644 --- a/configs/community.sidebar.json +++ b/configs/community.sidebar.json @@ -8,7 +8,7 @@ "path": "/community/team" }, { - "title": "Hackathons", + "title": "Hackathons and Workshops", "path": "/community/hackathons" }, { diff --git a/i18n/ui.json b/i18n/ui.json index 25957472..48c7527d 100644 --- a/i18n/ui.json +++ b/i18n/ui.json @@ -100,10 +100,10 @@ }, "hackathons": { "seo": { - "title": "Unikraft Hackathons", - "description": "We organize hackathons to help people make their first steps in Unikraft and learn more about operating systems, virtualizaion and unikernel technology." + "title": "Unikraft Hackathons and Workshops", + "description": "We organize hackathons and workshops to help people make their first steps in Unikraft and learn more about operating systems, virtualizaion and unikernel technology." }, - "message": "We aim to have hackathons as face-to-face events for maximum support from the Unikraft community members acting as teaching assistants (TAs) and support crew. In any case (face-to-face or strict only), the hackathon will also take place on Unikraft Discord with talks / presentations, breakout rooms and virtual support from Unikraft TAs. If you want to host a Unikraft hackathon, please get in touch with us. You’ll get to expose your students, or members of your technical community to the cool topics behind open source OS development with Unikraft." + "message": "We aim to have hackathons and workshops as face-to-face events for maximum support from the Unikraft community members acting as teaching assistants (TAs) and support crew. In any case (face-to-face or strict only), the hackathon will also take place on Unikraft Discord with talks / presentations, breakout rooms and virtual support from Unikraft TAs. If you want to host a Unikraft hackathon, please get in touch with us. You’ll get to expose your students, or members of your technical community to the cool topics behind open source OS development with Unikraft." }, "guides": { "seo": { @@ -215,4 +215,4 @@ "deployed-by": "Deployed by" } } -} \ No newline at end of file +}