File tree 8 files changed +25
-2
lines changed
8 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ other = "X (আগে টুইটার)"
58
58
[community_x_name ]
59
59
other = " X (আগে টুইটার)"
60
60
61
+ [community_bluesky_name ]
62
+ other = " Bluesky"
63
+
61
64
[community_youtube_name ]
62
65
other = " ইউটিউব"
63
66
Original file line number Diff line number Diff line change @@ -79,6 +79,9 @@ other = "X (formerly Twitter)"
79
79
[community_x_name ]
80
80
other = " X (formerly Twitter)"
81
81
82
+ [community_bluesky_name ]
83
+ other = " Bluesky"
84
+
82
85
[community_youtube_name ]
83
86
other = " YouTube"
84
87
Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ other = "X (旧Twitter)"
38
38
[community_x_name ]
39
39
other = " X (旧Twitter)"
40
40
41
+ [community_bluesky_name ]
42
+ other = " Bluesky"
43
+
41
44
[community_youtube_name ]
42
45
other = " YouTube"
43
46
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ other = "X (antigo Twitter)"
58
58
[community_x_name ]
59
59
other = " X (antigo Twitter)"
60
60
61
+ [community_bluesky_name ]
62
+ other = " Bluesky"
63
+
61
64
[community_youtube_name ]
62
65
other = " YouTube"
63
66
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ other = "X (ранее Twitter)"
58
58
[community_x_name ]
59
59
other = " X (ранее Twitter)"
60
60
61
+ [community_bluesky_name ]
62
+ other = " Bluesky"
63
+
61
64
[community_youtube_name ]
62
65
other = " YouTube"
63
66
Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ other = "X(前身为 Twitter)"
52
52
[community_x_name ]
53
53
other = " X(前身为 Twitter)"
54
54
55
+ [community_bluesky_name ]
56
+ other = " Bluesky"
57
+
55
58
[community_youtube_name ]
56
59
other = " YouTube"
57
60
Original file line number Diff line number Diff line change @@ -252,11 +252,16 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
252
252
url = " https://serverfault.com/questions/tagged/kubernetes"
253
253
icon = " fa-brands fa-stack-overflow"
254
254
255
+ # Remove once localization pages and contributing pages migrate to community_bluesky_name parameter
255
256
[[params .links .user ]]
256
257
name_key = " community_x_name"
257
258
url = " https://twitter.com/kubernetesio"
258
259
icon = " fa-brands fa-twitter"
259
- # Replace with fa-x-twitter once available
260
+
261
+ [[params .links .user ]]
262
+ name_key = " community_bluesky_name"
263
+ url = " https://bsky.app/profile/kubernetes.io"
264
+ icon = " fa-brands fa-bluesky"
260
265
261
266
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
262
267
[[params .links .developer ]]
Original file line number Diff line number Diff line change 4
4
< a class ="widget-link " href ="{{ .Permalink | safeURL }} " target ="_blank "> < div > < i class ="fa-solid fa-rss "> </ i > < span class ="widget-link-text "> RSS Feed</ span > </ div > </ a >
5
5
{{ end -}}
6
6
< a class ="widget-link " href ="https://kubernetes.io/docs/contribute/new-content/blogs-case-studies/ " target ="_blank "> < div > < i class ="fa-solid fa-pen-to-square "> </ i > < span class ="widget-link-text "> Submit a Post</ span > </ div > </ a >
7
- < a class ="widget-link " href ="https://twitter.com/kubernetesio " target ="_blank "> < div > < i class ="fa-brands fa-twitter-square "> </ i > < span class ="widget-link-text "> @Kubernetesio </ span > </ div > </ a >
7
+ < a class ="widget-link " href ="https://bsky.app/profile/kubernetes.io " target ="_blank "> < div > < i class ="fa-brands fa-bluesky "> </ i > < span class ="widget-link-text "> @kubernetes.io </ span > </ div > </ a >
8
8
< a class ="widget-link " href ="https://github.com/kubernetes/kubernetes " target ="_blank "> < div > < i class ="fa-brands fa-square-github "> </ i > < span class ="widget-link-text "> on GitHub </ span > </ div > </ a >
9
9
< a class ="widget-link " href ="http://slack.k8s.io " target ="_blank "> < div > < i class ="fa-brands fa-slack "> </ i > < span class ="widget-link-text "> #kubernetes-users </ span > </ div > </ a >
10
10
< a class ="widget-link " href ="https://stackoverflow.com/questions/tagged/kubernetes " target ="_blank "> < div > < i class ="fa-brands fa-stack-overflow "> </ i > < span class ="widget-link-text "> Stack Overflow</ span > </ div > </ a >
You can’t perform that action at this time.
0 commit comments