diff --git a/content/en/docs/latest/configuration/navigation.md b/content/en/docs/latest/configuration/navigation.md index 88982cc..1bd6d92 100644 --- a/content/en/docs/latest/configuration/navigation.md +++ b/content/en/docs/latest/configuration/navigation.md @@ -20,8 +20,8 @@ The basic configuration of the navigation elements is set in the `navigation` se | color | - | [Theme color]({{< ref "colors" >}}) of the navigation bar. Set the style to set the correct contrast of the menu items. The navigation bar is transparent when no color is set, but is set to the body color when scrolling to enhance the contrast. | | style | "light" | Style of the navigation bar, either "light" or "dark". It changes the colors of the menu items accordingly. | | fixed | false | Flag indicating to keep the navigation bar fixed at the top of the screen. | -| overlay | false | {{}} Flag indicating to render the navigation bar as overlay on top of the page body. In this state, the navigation is transparent and the page body starts at the top of the viewport. The navigation becomes opaque when scrolling and is set to the specified theme `color`. | -| overlayMode | "dark" | {{}} Style of the navigation bar when `overlay` is set, either “light” or “dark”. | +| overlay | false | {{}} Flag indicating to render the navigation bar as overlay on top of the page body. In this state, the navigation is transparent and the page body starts at the top of the viewport. The navigation becomes opaque when scrolling and is set to the specified theme `color`. | +| overlayMode | "dark" | {{}} Style of the navigation bar when `overlay` is set, either “light” or “dark”. | | horizontal | false | {{}} Flag indicating the second level navigation should render horizontally. By default, the navbar uses regular dropdown menus instead. | | offset | "3em" | Applies an {{}}offset to main elements{{< /link */>}} when `fixed` is set to true. | | size | "md" | Optional breakpoint of the navbar toggler, either "xs", "sm", "md" (default), "lg", or "xl". |