From 09132471b08590c86b90ebdaab70690a73b68a5a Mon Sep 17 00:00:00 2001
From: Olivier Goulet <olivier.goulet@eclipse-foundation.org>
Date: Thu, 17 Aug 2023 11:19:03 -0400
Subject: [PATCH] feat(sidebar): Add explore interest groups menu item

---
 config.toml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/config.toml b/config.toml
index 432a2fd0..db55284f 100644
--- a/config.toml
+++ b/config.toml
@@ -177,6 +177,13 @@ pluralizeListTitles = false
   parent = "collaborations"
   name = "Interest Group Process"
   url = "/org/collaborations/interest-groups/process.php"
+  weight = 2
+
+[[menu.sidebar]]
+  parent = "collaborations"
+  name = "Explore our Interest Groups"
+  url =  "/org/workinggroups/explore.php#interest-groups"
+  weight = 3
 
 [[menu.sidebar]]
   identifier = "security"
-- 
GitLab