From 4900af43316dcfb230df899c48bb139b7a4948ff Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Wed, 3 Apr 2024 16:38:51 +0530 Subject: [PATCH] update --- config/_default/menus.en.toml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 5604662c..395cf040 100755 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -16,9 +16,9 @@ weight = 2 # pageRef = "/elements" # weight = 3 -# [[main]] -# weight = 4 -# name = "Pages" +[[main]] +weight = 7 +name = "Services" [[main]] # parent = "Pages" @@ -27,21 +27,26 @@ pageRef = "/blog" weight = 3 [[main]] -# parent = "Pages" -name = "Contact" -pageRef = "/contact" +name = "Documentation" +pageRef = "/documentation" weight = 4 +# [[main]] +# # parent = "Pages" +# name = "Contact" +# pageRef = "/contact" +# weight = 5 + [[main]] # parent = "Pages" name = "Authors" pageRef = "/authors" -weight = 5 +weight = 6 [[main]] -parent = "Pages" -name = "Categories" -pageRef = "/categories" +parent = "Services" +name = "Cloud" +link = "https://cloud.snigdhaos.org/" [[main]] parent = "Pages"