diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d45a52002..23d9628dda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog @@ -29,6 +29,10 @@ notes][0.5.0]. **BREAKING CHANGES** are documented below. - **[Upgraded FontAwesome][]** to v6.1.2 from v5. While many icons were renamed, the v5 names will still work. For details about icon renames and more, see [What's changed][]. +- **Display logo by default**. Most projects show their logo in the navbar. In + support of this majority, Docsy now displays a logo by default. For details on + how to hide the logo (or your brand name), see [Styling your brand logo and + name][]. - **Navbar search-box** width is narrower, as a result of the FontAwesome (FA) upgrade. You might notice other width changes of elements using FA icons and the FA font. @@ -36,6 +40,8 @@ notes][0.5.0]. **BREAKING CHANGES** are documented below. [v4.6.2 release notes]: https://github.com/twbs/bootstrap/releases/tag/v4.6.2 [docsy as an npm package]: https://www.docsy.dev/docs/get-started/other-options/#option-3-docsy-as-an-npm-package +[styling your brand logo and name]: + /docs/adding-content/lookandfeel/#styling-your-brand-logo-and-name [upgraded fontawesome]: https://fontawesome.com/docs/web/setup/upgrade/ [what's changed]: https://fontawesome.com/docs/web/setup/upgrade/whats-changed diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index d3e9638f29..331964a526 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -8,7 +8,7 @@ {{- /**/ -}}