chore: fix awesome-list.mdx gitignore path and untrack generated file#811
Merged
Conversation
docs/references/awesome-list.mdx is auto-generated by scripts/fetch-awesome-swarm.mjs during the prebuild step and should not be tracked. The previous gitignore entry pointed to the wrong path (/src/pages/awesome-swarm.mdx).
✅ Deploy Preview for test-twitter-preview-testing-3 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
EchinopsisM
pushed a commit
that referenced
this pull request
May 27, 2026
Salvages two still-valid fixes from the now-obsolete PR #794: - Remove the dead FairOS link from the Fair Data Society page - Remove the Sepolia network config block from the Bee FAQ PR #794's other changes are superseded: the Python link checker it targeted was replaced with TypeScript (#813), and awesome-list.mdx is now build-time generated and gitignored (#811). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
/src/pages/awesome-swarm.mdx(wrong) instead ofdocs/references/awesome-list.mdx(correct)docs/references/awesome-list.mdx, which is generated at build time byscripts/fetch-awesome-swarm.mjsduring theprebuildstepTest plan
npm run buildand confirmdocs/references/awesome-list.mdxis generated and not shown as a new untracked file by git