File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -647,7 +647,7 @@ a:not([href]):not([class]):hover {
647647 transform : translateX (0% ) translateY (0% );
648648
649649 & :hover {
650- color : " #EBC017" ;
650+ color : #EBC017 ;
651651 }
652652
653653 @media (max-width : 768px ) {
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/layer5io/docs
22
33go 1.23
44
5- replace github.com/twbs/bootstrap => github.com/twbs/bootstrap v5.3.6+incompatible
6-
75require (
86 github.com/google/docsy v0.14.3 // indirect
97 github.com/google/docsy/dependencies v0.7.2 // indirect
Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ github.com/google/docsy v0.14.3 h1:4uFgPWTPj4NT79IboVkXGi49LLQadLVfU4WNOfD/s74=
44github.com/google/docsy v0.14.3 /go.mod h1:1Fj1W1O3esZh7IBQ8XAYtxtg10udBXuGI89+LUQc1AU =
55github.com/google/docsy/dependencies v0.7.2 h1:+t5ufoADQAj4XneFphz4A+UU0ICAxmNaRHVWtMYXPSI =
66github.com/google/docsy/dependencies v0.7.2 /go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4 =
7+ github.com/twbs/bootstrap v5.2.3+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
78github.com/twbs/bootstrap v5.3.6+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
9+ github.com/twbs/bootstrap v5.3.8+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
You can’t perform that action at this time.
0 commit comments