Skip to content

Commit

Permalink
Update reference to v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markdumay committed Mar 17, 2024
1 parent 7d18ba7 commit 757517a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/latest/configuration/navigation.md
Expand Up @@ -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 | {{</* release version="v0.23.0-alpha" short="true" size="sm" inline="true" */>}} 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" | {{</* release version="v0.23.0-alpha" short="true" size="sm" inline="true" */>}} Style of the navigation bar when `overlay` is set, either “light” or “dark”. |
| overlay | false | {{</* release version="v0.23.0" short="true" size="sm" inline="true" */>}} 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" | {{</* release version="v0.23.0" short="true" size="sm" inline="true" */>}} Style of the navigation bar when `overlay` is set, either “light” or “dark”. |
| horizontal | false | {{</* release version="v0.21.0" short="true" size="sm" inline="true" */>}} Flag indicating the second level navigation should render horizontally. By default, the navbar uses regular dropdown menus instead. |
| offset | "3em" | Applies an {{</* link bs_navbar_placement >}}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". |
Expand Down

0 comments on commit 757517a

Please sign in to comment.