From 724d77709dd1e64416e2576f192020a4442f2fa6 Mon Sep 17 00:00:00 2001
From: Olivier Goulet <olivier.goulet@eclipse-foundation.org>
Date: Mon, 1 Apr 2024 08:48:59 -0400
Subject: [PATCH] feat: add specification page to menu

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

diff --git a/config.toml b/config.toml
index b650c8eb..3c3bc9fb 100644
--- a/config.toml
+++ b/config.toml
@@ -126,10 +126,16 @@ disablePathToLower = true
   weight = 3
   parent = "projects-projects"
 
+[[menu.main]]
+  name = "Specifications"
+  url = "/specifications"
+  weight = 4
+  parent = "projects-projects"
+
 [[menu.main]]
   name = "Contribute"
   url = "/contribute/"
-  weight = 4
+  weight = 5
   parent = "projects-projects"
 
 [[menu.main]]
-- 
GitLab