From b174280c31f8dce5b755ae36d08456e77c50fd17 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 7 Oct 2022 12:00:21 -0400 Subject: [PATCH] Lisa's feedback --- CHANGELOG.md | 4 ++-- .../content/en/docs/adding-content/iconsimages.md | 6 +++--- .../content/en/docs/adding-content/lookandfeel.md | 11 ++++++----- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 709b998ee3..24cc131f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/userguide/content/en/docs/adding-content/iconsimages.md b/userguide/content/en/docs/adding-content/iconsimages.md index b135574d9e..563b39f411 100644 --- a/userguide/content/en/docs/adding-content/iconsimages.md +++ b/userguide/content/en/docs/adding-content/iconsimages.md @@ -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 diff --git a/userguide/content/en/docs/adding-content/lookandfeel.md b/userguide/content/en/docs/adding-content/lookandfeel.md index e06469dbb7..671a943f65 100644 --- a/userguide/content/en/docs/adding-content/lookandfeel.md +++ b/userguide/content/en/docs/adding-content/lookandfeel.md @@ -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 @@ -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 {