File tree Expand file tree Collapse file tree 5 files changed +39
-17
lines changed Expand file tree Collapse file tree 5 files changed +39
-17
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
- name : Setup Hugo
18
18
uses : peaceiris/actions-hugo@v3
19
19
with :
20
- hugo-version : ' 0.125.5 '
20
+ hugo-version : " 0.146.0 "
21
21
extended : true
22
22
- name : Setup Node
23
23
uses : actions/setup-node@v4
24
24
with :
25
- node-version : ' 20 '
26
- cache : ' npm'
27
- cache-dependency-path : ' **/package-lock.json'
25
+ node-version : " 20 "
26
+ cache : " npm"
27
+ cache-dependency-path : " **/package-lock.json"
28
28
- run : npm ci
29
29
- run : hugo
Original file line number Diff line number Diff line change 42
42
margin : 0 ;
43
43
font-size : 0.95rem ;
44
44
font-weight : 500 ;
45
- }
45
+ }
46
+
47
+ // Highlight the version release menu item
48
+ .td-navbar .navbar-nav .nav-item :first-child .nav-link {
49
+ background : linear-gradient (135deg , #0e0f45 0% , #1a1b5e 100% );
50
+ color : white !important ;
51
+ border-radius : 20px ;
52
+ padding : 8px 16px !important ;
53
+ margin-right : 10px ;
54
+ font-weight : 600 ;
55
+ transition : all 0.3s ease ;
56
+ box-shadow : 0 2px 6px rgba (14 , 15 , 69 , 0.3 );
57
+ }
58
+
59
+ .td-navbar .navbar-nav .nav-item :first-child .nav-link :hover {
60
+ transform : translateY (-1px );
61
+ box-shadow : 0 4px 12px rgba (14 , 15 , 69 , 0.4 );
62
+ color : white !important ;
63
+ }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module open-cluster-management.io/open-cluster-management-io.github.io
3
3
go 1.23
4
4
5
5
require (
6
- github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7 // indirect
7
- github.com/google/docsy v0.10 .0 // indirect
8
- github.com/twbs/bootstrap v5.3.3 +incompatible // indirect
6
+ github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 // indirect
7
+ github.com/google/docsy v0.12 .0 // indirect
8
+ github.com/twbs/bootstrap v5.3.6 +incompatible // indirect
9
9
)
Original file line number Diff line number Diff line change 1
- github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7 h1:2aWEKCRLqQ9nPyXaz4/IYtRrDr3PzEiX0DUSUr2/EDs =
2
- github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7 /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
3
- github.com/google/docsy v0.10 .0 h1:6tMDacPwAyRWNCfvsn/9qGOZDQ8b0aRzjRZvnZPY5dg =
4
- github.com/google/docsy v0.10 .0 /go.mod h1:c0nIAqmRTOuJ01F85U/wJPQtc3Zj9N58Kea9bOT2AJc =
5
- github.com/twbs/bootstrap v5.3.3 +incompatible h1:goFoqinzdHfkeegpFP7pvhbd0g+A3O2hbU3XCjuNrEQ =
6
- github.com/twbs/bootstrap v5.3.3 +incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
1
+ github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 h1:/iluJkJiyTAdnqrw3Yi9rH2HNHhrrtCmj8VJe7I6o3w =
2
+ github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
3
+ github.com/google/docsy v0.12 .0 h1:CddZKL39YyJzawr8GTVaakvcUTCJRAAYdz7W0qfZ2P4 =
4
+ github.com/google/docsy v0.12 .0 /go.mod h1:1bioDqA493neyFesaTvQ9reV0V2vYy+xUAnlnz7+miM =
5
+ github.com/twbs/bootstrap v5.3.6 +incompatible h1:efmXVyq839m5QQ0+JBUdQQ1TrmoBqvQ5kRhUueKsH+4 =
6
+ github.com/twbs/bootstrap v5.3.6 +incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
Original file line number Diff line number Diff line change @@ -64,11 +64,15 @@ outputs:
64
64
65
65
menu :
66
66
main :
67
+ - identifier : v1.0.0-released
68
+ weight : 1
69
+ name : " 🎉 v1.0.0 Released!"
70
+ url : " /docs/getting-started/"
67
71
- identifier : Github
68
72
weight : 100
69
73
name : GitHub
70
74
url : https://github.com/open-cluster-management-io/ocm
71
- pre : <i class="fab fa-github"></i>
75
+ pre : ' <i class="fab fa-github"></i>'
72
76
73
77
params :
74
78
versions :
@@ -182,7 +186,7 @@ params:
182
186
module :
183
187
hugoVersion :
184
188
extended : true
185
- min : 0.110 .0
189
+ min : 0.146 .0
186
190
imports :
187
191
- path : github.com/google/docsy
188
- disable : false
192
+ disable : false
You can’t perform that action at this time.
0 commit comments