From 60352ea5013b37bc2bd970ea8d0f0372d728a389 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 18 Aug 2025 00:47:51 +0200 Subject: [PATCH 1/3] dev: update Hextra to v0.10.2 --- docs/go.mod | 2 +- docs/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/go.mod b/docs/go.mod index 5d798bad5b71..d7398b692129 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -2,4 +2,4 @@ module github.com/golangci/docs go 1.24.0 -require github.com/imfing/hextra v0.10.1 // indirect +require github.com/imfing/hextra v0.10.2 // indirect diff --git a/docs/go.sum b/docs/go.sum index af0ddd770e58..85669f9d09e0 100644 --- a/docs/go.sum +++ b/docs/go.sum @@ -1,2 +1,2 @@ -github.com/imfing/hextra v0.10.1 h1:W2vI4Hot7z9lRcTmRFRQ1rzpnybp2tTuY6yHsRDUXq4= -github.com/imfing/hextra v0.10.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.10.2 h1:etVtBSHH3V4xYZ2uqlh7HWZitdaZLWG+sCoGtFqyAEk= +github.com/imfing/hextra v0.10.2/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= From e70155193d44fbb2786d46fe0498461ea73a2c51 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 15 Aug 2025 22:09:47 +0200 Subject: [PATCH 2/3] docs: social medial icons animation --- docs/assets/css/custom.css | 8 ++++++++ docs/layouts/_partials/footer.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/assets/css/custom.css b/docs/assets/css/custom.css index a35615c929cc..9cf1e458f8b6 100644 --- a/docs/assets/css/custom.css +++ b/docs/assets/css/custom.css @@ -32,3 +32,11 @@ .hextra-nav-container a[title="Support us"]:hover { transform: scale(1.3, 1.3); } + +.hextra-footer .social-media { + transition: ease-in-out 0.2s; +} + +.hextra-footer .social-media :hover{ + transform: translateY(-2px); +} diff --git a/docs/layouts/_partials/footer.html b/docs/layouts/_partials/footer.html index 52f24b1fd2a8..1d5c4a4e97bb 100644 --- a/docs/layouts/_partials/footer.html +++ b/docs/layouts/_partials/footer.html @@ -35,7 +35,7 @@ {{- range .Site.Params.footer.links -}} {{- $external := strings.HasPrefix .url "http" -}} - +