From 48cc643479f7f599046c70e59077a33957e7a295 Mon Sep 17 00:00:00 2001 From: Indy <115108831+IndySeh@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:58:29 -0600 Subject: [PATCH] fix: Bluesky logo on homepage (#335) (#351) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Title: Fix Bluesky Logo Issue on homepage (#335) ## Description: This pull request addresses issue #335 by making the following changes: • Removed bluesky_logo.svg: The unused Bluesky logo file (`docs/assets/icons/bluesky_logo.svg`) was deleted as it is no longer needed. • Updated `docs/content/en/_index.md` ## Fixes: This PR fixes #335. ## Checklist: • Removed unused assets. • Updated `_index.md` • Verified the changes in a local build. Co-authored-by: Indy S --- docs/assets/icons/bluesky_logo.svg | 4 ---- docs/content/en/_index.md | 11 ++++++++--- docs/go.mod | 2 +- docs/go.sum | 4 ++++ 4 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 docs/assets/icons/bluesky_logo.svg diff --git a/docs/assets/icons/bluesky_logo.svg b/docs/assets/icons/bluesky_logo.svg deleted file mode 100644 index c71e2018..00000000 --- a/docs/assets/icons/bluesky_logo.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/docs/content/en/_index.md b/docs/content/en/_index.md index a59dd1c1..28b003e6 100644 --- a/docs/content/en/_index.md +++ b/docs/content/en/_index.md @@ -37,9 +37,14 @@ We do a [Pull Request](https://github.com/jlewi/foyle/pulls) contributions workf {{% /blocks/feature %}} -{{% blocks/feature icon="bluesky_logo" title="Follow us on Bluesky!" url="https://bsky.app/profile/jeremy.lewi.us" %}} +{{% blocks/feature icon="fab fa-bluesky" title="Follow us on Bluesky!" url="https://bsky.app/profile/jeremy.lewi.us" %}} For announcement of latest features etc. -{{% /blocks/feature %}} - + +{{% /blocks/feature %}} {{% /blocks/section %}} + diff --git a/docs/go.mod b/docs/go.mod index 37ec7449..65768398 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -2,4 +2,4 @@ module github.com/google/docsy-example go 1.12 -require github.com/google/docsy v0.9.1 // indirect +require github.com/google/docsy v0.11.0 // indirect diff --git a/docs/go.sum b/docs/go.sum index c11d56b0..2f4efe98 100644 --- a/docs/go.sum +++ b/docs/go.sum @@ -1,5 +1,9 @@ github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo= +github.com/FortAwesome/Font-Awesome v0.0.0-20240716171331-37eff7fa00de/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo= github.com/google/docsy v0.9.1 h1:+jqges1YCd+yHeuZ1BUvD8V8mEGVtPxULg5j/vaJ984= github.com/google/docsy v0.9.1/go.mod h1:saOqKEUOn07Bc0orM/JdIF3VkOanHta9LU5Y53bwN2U= +github.com/google/docsy v0.11.0 h1:QnV40cc28QwS++kP9qINtrIv4hlASruhC/K3FqkHAmM= +github.com/google/docsy v0.11.0/go.mod h1:hGGW0OjNuG5ZbH5JRtALY3yvN8ybbEP/v2iaK4bwOUI= github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc= github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= +github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=