From 6ed27a91f0db4c2f3f42260ef4ed9a84073dec6b Mon Sep 17 00:00:00 2001 From: James Braza Date: Sun, 6 Aug 2023 17:31:55 -0700 Subject: [PATCH] Fixed menu vs menus typo and documented default name in subnavigation --- exampleSite/content/docs/getting-started/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/docs/getting-started/index.md b/exampleSite/content/docs/getting-started/index.md index 9c6abf68..87d7168e 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 @@ -256,4 +257,4 @@ Additionally, Blowfish also supports background hero images in articles and list ## Detailed configuration -The steps above are the bare minimum configuration. If you now run `hugo server` you will be presented with a blank Blowfish website. Detailed configuration is covered in the [Configuration]({{< ref "configuration" >}}) section. \ No newline at end of file +The steps above are the bare minimum configuration. If you now run `hugo server` you will be presented with a blank Blowfish website. Detailed configuration is covered in the [Configuration]({{< ref "configuration" >}}) section.