summaryrefslogtreecommitdiffstats
path: root/config/_default/menus
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2024-12-17 01:50:40 -0500
committeranoduck <9925396+anoduck@users.noreply.github.com>2024-12-17 01:50:40 -0500
commit82798d4c53f690175db884c8cf719e0489f83898 (patch)
tree8c38987990d12e5e7b0cef5a085bbeb3c1820770 /config/_default/menus
parentdd8efbc8dfd3a75789028cc79d055a376031eb77 (diff)
feat: 🎸 Added submodule for versioned docs
Much changes, added submodule to setup versioned unified documentation BREAKING CHANGE: 🧨 Will require submodule initialization
Diffstat (limited to 'config/_default/menus')
-rw-r--r--config/_default/menus/menus.en.toml42
1 files changed, 6 insertions, 36 deletions
diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml
index 7c81733..22971e5 100644
--- a/config/_default/menus/menus.en.toml
+++ b/config/_default/menus/menus.en.toml
@@ -15,39 +15,10 @@
# Evidence Submenu
[[main]]
name = "Evidence"
- weight = 20
-
-[[main]]
- name = "Artifacts"
pageRef = "/evidence/"
- parent = "Evidence"
- weight = 10
-
-[[main]]
- name = "Relationship Diagram"
- pageRef = "/evidence/map/"
- parent = "Evidence"
- weight = 15
-
-[[main]]
- name = "Video"
- pageRef = "/video/"
- parent = "Evidence"
weight = 20
[[main]]
- name = "Emails"
- pageRef = "/evidence/emails_index/"
- parent = "Evidence"
- weight = 30
-
-[[main]]
- name = "Incidents"
- pageRef = "/evidence/otter-timeline/"
- parent = "Evidence"
- weight = 40
-
-[[main]]
name = "People"
pageRef = "/persons/"
weight = 30
@@ -68,10 +39,15 @@
pageRef = "/posts/"
weight = 60
+[[main]]
+ name = "Tags"
+ pageRef = "/tags/"
+ weight = 70
+
# About Submenu
[[main]]
name = "About"
- weight = 70
+ weight = 80
[[main]]
name = "About Us"
@@ -109,12 +85,6 @@
parent = "About"
weight = 60
-# Main cont'd
-[[main]]
- name = "Tags"
- pageRef = "/tags/"
- weight = 80
-
# ----------------------------------
# Footer Links
# ----------------------------------