chore(site): update get involved page with more links#17798
Merged
xushiyan merged 1 commit intoapache:asf-sitefrom Jan 7, 2026
Merged
chore(site): update get involved page with more links#17798xushiyan merged 1 commit intoapache:asf-sitefrom
xushiyan merged 1 commit intoapache:asf-sitefrom
Conversation
Member
xushiyan
commented
Jan 7, 2026
There was a problem hiding this comment.
Pull request overview
This PR updates the "Get Involved" page by adding new community engagement options and reorganizing existing content to improve discoverability of community resources.
- Added new sections for social media platforms (LinkedIn, X/Twitter, YouTube) and office hours
- Reorganized content items to improve flow and grouping of related resources
- Updated the subtitle to be more concise and action-oriented
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| content: ( | ||
| <> | ||
| Start a RFC. Instructions <a href="/contribute/rfc-process">here</a>. | ||
| Hudi community is on <a href='https://www.linkedin.com/company/apache-hudi/'>LinkedIn</a>, <a href='https://x.com/apachehudi'>X (Twitter)</a>, <a href='https://www.youtube.com/@apachehudi'>YouTube</a>. Follow us for latest updates! |
There was a problem hiding this comment.
The href attributes use single quotes while other attributes in the codebase use double quotes. For consistency with the existing code patterns (like line 12, 13, etc.), consider using double quotes for all href attributes.
Suggested change
| Hudi community is on <a href='https://www.linkedin.com/company/apache-hudi/'>LinkedIn</a>, <a href='https://x.com/apachehudi'>X (Twitter)</a>, <a href='https://www.youtube.com/@apachehudi'>YouTube</a>. Follow us for latest updates! | |
| Hudi community is on <a href="https://www.linkedin.com/company/apache-hudi/">LinkedIn</a>, <a href="https://x.com/apachehudi">X (Twitter)</a>, <a href="https://www.youtube.com/@apachehudi">YouTube</a>. Follow us for latest updates! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.