-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add Bluesky links, and add redirects for Bluesky and Mastodon #37329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Bluesky links, and add redirects for Bluesky and Mastodon #37329
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
It seems that this PR is targeted against an incorrect branch since it has a parent PR on one of our codebases. Documentation that needs to be updated for an upcoming release should target the |
📝 WalkthroughWalkthroughThis pull request updates the social media section of the site. In the footer HTML, the formatting of the Mastodon link is adjusted by modifying line breaks, and a new Bluesky link—with its corresponding icon and URL—is added. Additionally, two new redirect entries are incorporated into the redirects configuration file so that requests to the Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant B as Browser
participant S as Server
U->>B: Click social media icon in footer
alt Direct External Link (Bluesky)
B->>External: Navigate to "https://bsky.app/profile/home-assistant.io"
else Local Redirect (Mastodon)
B->>S: Request "/mastodon"
S-->>B: 301 Redirect to "https://fosstodon.org/@homeassistant"
B->>External: Navigate to external Mastodon page
end
Tip 🌐 Web search-backed reviews and chat
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (6)`*/**(html|markdown|md)`: - For instructional content in doc...
`*/**(html|markdown|md)`: - Use bold to mark UI strings. - I...
`*/**(html|markdown|md)`: - Be brief in your replies and don...
`*/**(html|markdown|md)`: - Use sentence-style capitalizatio...
`*/**(html|markdown|md)`: do not comment on HTML used for ic...
`*/**(html|markdown|md)`: Avoid flagging inline HTML for emb...
⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This does not depend on changes in |
Proposed change
Adds an extra link for Bluesky social account, and adds redirects for Bluesky and Mastodon.
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit