feat(docs): add static tweet embeds and Contributors component - #1
Merged
Conversation
- Add Contributors component with masonry grid layout and accent colors - Switch from react-static-tweets to react-tweet for better Next.js compatibility - Embed launch tweets for all 7 contributors (Steve Yegge, Joel Hooks, Joel Reymont, Andre Figueira, Dicklesworth Stone, Intellectronica, Neiii) - Fix light/dark mode theming to follow fumadocs-ui best practices - Use proper CSS variable names (--color-fd-*) and html.dark selectors - Add subtle grid pattern background that adapts to theme
- Cards now link directly to GitHub repos (opens in new tab) - Added project descriptions to each card - Removed redundant "Inspiration & References" sections - Replaced role field with description field
- Scope clippy/build/test to -p hbd -p helix-map to avoid GTK deps - Tauri crate already tested in dedicated build-tauri job on macOS - Add NODE_OPTIONS to lint-ui job for ESLint memory limit
- Use Self instead of BlockerNode in recursive struct field - Remove ESLint from lint script (OOM in CI even at 4GB) - oxlint covers linting needs and is faster
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.
Summary
Add support for embedding tweets in documentation using
react-static-tweetsfor optimal SSG performance, and introduce a Contributors component showcasing community members with embedded tweets.Changes
Static Tweet Embedding
static-tweetsreact-static-tweetsTweetAsttype from react-static-tweetsContributors Component
Contributorscomponent with embedded tweets from community membersFiles Changed
TweetEmbedcomponent (app/tweet.tsx)lib/tweet-utils.ts) for fetching AST dataContributorscomponent for acknowledgments page