diff options
author | User Mms <mms@voyager.local> | 2024-10-15 23:16:59 +0200 |
---|---|---|
committer | User Mms <mms@voyager.local> | 2024-10-15 23:16:59 +0200 |
commit | 749e2567b4745184425ca2234e1b820ba457eb32 (patch) | |
tree | 368f956bcef378c8fa8e0ddf008c97275a7c38b7 /config | |
parent | 9a0b35a9f63efbe77042f638f4538060e7545212 (diff) |
feat: reunification unix hist
Diffstat (limited to 'config')
-rw-r--r-- | config/_default/menus.en.toml | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 48f1dfa..75275f3 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -20,13 +20,25 @@ -# [[sections]] -# name = "Unix History" -# pageRef = "/unix-history" -# weight = 500 -# [[sections.params]] -# submenu = "section-null" + [[sections]] + name = "Unix History" + pageRef = "/unix-history" + weight = 500 + [[sections.params]] + submenu = "sections-unix-history" + section = "unix-history" + +[[sections-unix-history]] + name = "1 - Multics" + pageRef = "/unix-history/01_multics/" + +[[sections-unix-history]] + name = "2 - Birth of Unix" + pageRef = "/unix-history/02_unix/" +[[sections-unix-history]] + name = "3 - Forks and Wars" + pageRef = "/unix-history/03_unix_wars/" # [[sections]] # name = "BSD" |