diff options
Diffstat (limited to 'config/_default/menus.en.toml')
-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" |