Skip to content

Commit 3fe9cc7

Browse files
authored
docs: social access facelift (#2741)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 76088c1 commit 3fe9cc7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/content/en/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ We do a [Pull Request](https://github.com/operator-framework/java-operator-sdk/p
3333
{{% /blocks/feature %}}
3434

3535

36-
{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/javaoperatorsdk" %}}
36+
{{% blocks/feature icon="fa-brands fa-bluesky" title="Follow us on BlueSky!" url="https://bsky.app/profile/javaoperatorsdk.bsky.social" %}}
3737
For announcement of latest features etc.
3838
{{% /blocks/feature %}}
3939

docs/hugo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -160,20 +160,20 @@ enable = false
160160

161161
[params.links]
162162
[[params.links.user]]
163-
name ="Twitter"
164-
url = "https://twitter.com/javaoperatorsdk"
165-
icon = "fab fa-twitter"
166-
desc = "Follow us on Twitter to get the latest news!"
163+
name ="BlueSky"
164+
url = "https://bsky.app/profile/javaoperatorsdk.bsky.social"
165+
icon = "fa-brands fa-bluesky"
166+
desc = "Follow us on BlueSky to get the latest news!"
167167
[[params.links.user]]
168168
name = "Slack"
169169
url = "https://kubernetes.slack.com/archives/CAW0GV7A5"
170170
icon = "fab fa-slack"
171-
desc = "Chat with other project developers"
171+
desc = "Chat with other project developers on Kubernetes slack"
172172
[[params.links.user]]
173173
name = "Discord"
174174
url = "https://discord.gg/DacEhAy"
175175
icon = "fab fa-discord"
176-
desc = "Chat with others on Discord"
176+
desc = "Chat with others on our dedicated Discord server"
177177
#[[params.links.user]]
178178
# name = "Stack Overflow"
179179
# url = "https://example.org/stack"

0 commit comments

Comments
 (0)