diff --git a/content/en/docs/0.8/components/navbar.md b/content/en/docs/0.8/components/navbar.md index 1f530137..ab92f7b3 100644 --- a/content/en/docs/0.8/components/navbar.md +++ b/content/en/docs/0.8/components/navbar.md @@ -24,8 +24,8 @@ The shortcode supports the following arguments: | size | No | Optional breakpoint of the navbar toggler, either "xs", "sm", "md" (default), "lg", or "xl". | | style | No | Optional style of the navbar, either "light" (default) or "dark". | | color | No | Optional background color of the navbar, either "primary", "secondary", "success", "danger", "warning", "info", "light", "dark", "white" or "black". The default color is none. | -| search | No | Optional flag to include a search input, default is "true". | -| logo | No | Optional address of the logo image, defaults to the parameter "logo" set in the "main" section of the site's parameter configuration. | +| search | No | Optional flag to include a search input, defaults to the parameter "logo" set in the "navigation" section of the site's parameter configuration. | +| logo | No | Optional address of the logo image, defaults to the parameter "logo" set in the "navigation" section of the site's parameter configuration. | | title | No | Optional brand title, displayed when the logo is not set. Defaults to the site's title. | {.table}