Skip to content

Commit 34ed86b

Browse files
Update logo references and favicon path in docs
Renamed the favicon image and updated its path in mkdocs.yml. Removed an unused small logo image and changed icon references from 'sfe-logo' to 'sfe' for consistency.
1 parent 05723a6 commit 34ed86b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/assets/sfe_logo_sm.png

-5.41 KB
Binary file not shown.

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ theme:
1919
# Theme: https://squidfunk.github.io/mkdocs-material/
2020
name: material
2121

22-
# Icon in Browser Tab (must be square img - i.e. 32x32 pixels)
23-
favicon: assets/sfe_favicon.png
22+
# Icon in Browser Tab (must be a square image - i.e. 32x32 pixels)
23+
favicon: assets/img/sfe-logo.png
2424

2525
# Page Font
2626
font:
@@ -92,7 +92,7 @@ theme:
9292
# Configures icons
9393
icon:
9494
# Sets homepage icon
95-
logo: sfe-logo
95+
logo: sfe
9696

9797
# Sets repo icon to GitHub icon
9898
repo: fontawesome/brands/github
@@ -209,7 +209,7 @@ extra:
209209

210210
# Configures social icons in the footer
211211
social:
212-
- icon: sfe-logo
212+
- icon: sfe
213213
link: https://www.sparkfun.com/
214214
- icon: fontawesome/brands/youtube
215215
link: https://www.youtube.com/sparkfun

0 commit comments

Comments
 (0)