From cceb85d1a38551b8955f4268ac4f264ba3e997b9 Mon Sep 17 00:00:00 2001 From: Timothy <6560631+TimoPtr@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:56:50 +0200 Subject: [PATCH] Update social links (#2812) --- docusaurus.config.js | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b8eef5f3c..39f647561 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -82,13 +82,41 @@ module.exports = { href: "https://github.com/home-assistant", }, { - label: "Twitter", - href: "https://twitter.com/hass_devs", + label: "X (Twitter)", + href: "https://x.com/hass_devs", }, { label: "Discord chat", href: "https://www.home-assistant.io/join-chat", }, + { + label: "YouTube", + href: "https://youtube.com/@home_assistant", + }, + { + label: "Reddit", + href: "https://reddit.com/r/homeassistant", + }, + { + label: "Mastodon", + href: "https://fosstodon.org/@homeassistant", + }, + { + label: "Bluesky", + href: "https://bsky.app/profile/home-assistant.io", + }, + { + label: "Facebook", + href: "https://www.facebook.com/homeassistantio/", + }, + { + label: "Instagram", + href: "https://www.instagram.com/homeassistant/", + }, + { + label: "LinkedIn", + href: "https://www.linkedin.com/company/home-assistant", + }, ], }, {