From c2e621a87644b5d7fd9c338e6375b3a2d0457074 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Wed, 3 Apr 2024 17:25:51 +0530 Subject: [PATCH] -> menu --- assets/images/book-solid.svg | 1 + config/_default/menus.en.toml | 47 +++++++++++++++++++++++++---------- 2 files changed, 35 insertions(+), 13 deletions(-) create mode 100644 assets/images/book-solid.svg diff --git a/assets/images/book-solid.svg b/assets/images/book-solid.svg new file mode 100644 index 00000000..4e19bb8f --- /dev/null +++ b/assets/images/book-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 395cf040..ff7d98fb 100755 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -27,9 +27,12 @@ pageRef = "/blog" weight = 3 [[main]] -name = "Documentation" -pageRef = "/documentation" +name = "Docs" weight = 4 +identifier = "docs" +url = "https://snigdhaos.org/documentation/" +# pre = "images/book-solid.svg" +target = "_blank" # [[main]] # # parent = "Pages" @@ -38,7 +41,7 @@ weight = 4 # weight = 5 [[main]] -# parent = "Pages" +parent = "Extra" name = "Authors" pageRef = "/authors" weight = 6 @@ -46,26 +49,44 @@ weight = 6 [[main]] parent = "Services" name = "Cloud" -link = "https://cloud.snigdhaos.org/" +weight = 4 +identifier = "cloud" +url = "https://cloud.snigdhaos.org/" +# pre = "images/book-solid.svg" +target = "_blank" [[main]] -parent = "Pages" -name = "404 Page" -pageRef = "/404" - +parent = "Services" +name = "Forum" +weight = 4 +identifier = "forum" +url = "https://forum.snigdhaos.org/" +# pre = "images/book-solid.svg" +target = "_blank" # footer menu [[footer]] -name = "About" -pageRef = "/about" +name = "Cloud" weight = 1 +identifier = "cloud" +url = "https://cloud.snigdhaos.org/" +target = "_blank" [[footer]] -name = "Elements" -pageRef = "/elements" +name = "Forum" weight = 2 +identifier = "forum" +url = "https://forum.snigdhaos.org/" +target = "_blank" + +[[footer]] +name = "Status" +weight = 3 +identifier = "status" +url = "https://snigdha-os.github.io/snigdhaos-status/" +target = "_blank" [[footer]] name = "Privacy Policy" pageRef = "/privacy-policy" -weight = 3 +weight = 4