From 2379ef80a2bd3be560331b632495e1dd934339bc Mon Sep 17 00:00:00 2001 From: James Braza Date: Thu, 17 Aug 2023 22:13:50 -0700 Subject: [PATCH] Documented default name, fixed typo in categories and clarifies what's meant --- exampleSite/content/docs/getting-started/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/docs/getting-started/index.md b/exampleSite/content/docs/getting-started/index.md index 9c6abf68..6c021a9e 100644 --- a/exampleSite/content/docs/getting-started/index.md +++ b/exampleSite/content/docs/getting-started/index.md @@ -228,7 +228,8 @@ The theme also supports nested menus. In order to use them you just need to defi ### Sub-Navigation menu -Additionally, you can also configure a sub-navigation menu. Just define new menu entries as `subnavigation` in `menu.toml`. This will render a second line with caregories below the main header menu. +Additionally, you can also configure a sub-navigation menu. Just define new menu entries as `subnavigation` in `menus.toml`. +This will render a second line with sub-categories below the main header menu. ```toml # config/_default/menus.toml @@ -244,7 +245,7 @@ Additionally, you can also configure a sub-navigation menu. Just define new menu weight = 20 ``` - +The default `name` is the `pageRef` title cased. ## Thumbnails & Backgrounds