Merge pull request #49594 from chris-short/social-icon-updates

Footer Social Icons
pull/49600/head
Kubernetes Prow Robot 2025-01-30 03:53:23 -08:00 committed by GitHub
commit 48dffd0b85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 3 deletions

View File

@ -253,9 +253,14 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
icon = "fa-brands fa-stack-overflow"
[[params.links.user]]
name_key = "community_x_name"
url = "https://twitter.com/kubernetesio"
icon = "fa-brands fa-twitter"
name_key = "community_linkedin_name"
url = "https://www.linkedin.com/company/kubernetes/"
icon = "fa-brands fa-linkedin"
#[[params.links.user]]
# name_key = "community_x_name"
# url = "https://twitter.com/kubernetesio"
# icon = "fa-brands fa-twitter"
# Replace with fa-x-twitter once available
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.