Skip to content

Commit

Permalink
Lisa's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Oct 7, 2022
1 parent 9d31ef8 commit b174280
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ notes][0.5.0]. **BREAKING CHANGES** are documented below.
[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
how to hide the logo (or your brand name), see [Styling your project 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
Expand All @@ -48,7 +48,7 @@ notes][0.5.0]. **BREAKING CHANGES** are documented below.
https://www.docsy.dev/docs/get-started/other-options/#option-3-docsy-as-an-npm-package
[gtag.js]: https://support.google.com/analytics/answer/10220869
[styling your brand logo and name]:
/docs/adding-content/lookandfeel/#styling-your-brand-logo-and-name
https://www.docsy.dev/docs/adding-content/lookandfeel/#styling-your-project-logo-and-name
[upgraded fontawesome]: https://fontawesome.com/docs/web/setup/upgrade/
[what's changed]: https://fontawesome.com/docs/web/setup/upgrade/whats-changed

Expand Down
6 changes: 3 additions & 3 deletions userguide/content/en/docs/adding-content/iconsimages.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ navbar_logo: false
{{< /tab >}}
{{< /tabpane >}}

For information about styling your logo, see [Styling your brand logo and
name][]
For information about styling your logo, see [Styling your project logo and
name][].

[Styling your brand logo and name]: /docs/adding-content/lookandfeel/#styling-your-brand-logo-and-name
[Styling your project logo and name]: /docs/adding-content/lookandfeel/#styling-your-project-logo-and-name

## Add your favicons

Expand Down
11 changes: 6 additions & 5 deletions userguide/content/en/docs/adding-content/lookandfeel.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ site's [configuration file][].
[configuration file]: https://gohugo.io/getting-started/configuration/#configuration-file
[primary color]: #site-colors

### Styling your brand logo and name
### Styling your project logo and name

The default Docsy navbar (`.td-navbar`) contains your navbar-brand, consisting
The default Docsy navbar (`.td-navbar`) displays your site identity, consisting
of the following:

1. [Your logo][], which is included in the navbar as an inline SVG, styled by
Expand All @@ -227,9 +227,10 @@ of the following:
responsive. [Override the default styling][project-styles] of `.td-navbar
.navbar-brand svg` or (equivalently) `.td-navbar .navbar-brand__logo` as
needed.
2. Your brand name, which is the site `title`. If you don't want the brand name
to show (for example, because your logo is or contains a [wordmark][]), then
add the following custom styling to your [project's styles][project-styles]:
2. Your project name, which is the site `title`. If you don't want your project
name to appear (for example, because your logo is or contains a
[wordmark][]), then add the following custom styling to your [project's
styles][project-styles]:

```css
.td-navbar .navbar-brand__name {
Expand Down

0 comments on commit b174280

Please sign in to comment.