feat: add AI Coding Assistants Policy link to footer#8179
Open
zeescriptdev wants to merge 5 commits intowebpack:mainfrom
Open
feat: add AI Coding Assistants Policy link to footer#8179zeescriptdev wants to merge 5 commits intowebpack:mainfrom
zeescriptdev wants to merge 5 commits intowebpack:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
alexander-akait
requested changes
Apr 8, 2026
Member
alexander-akait
left a comment
There was a problem hiding this comment.
Please read the issue, we need to automate this, no updating manually
| fetchFooter().catch((err) => { | ||
| console.error('Error fetching footer:', err); | ||
| process.exit(1); | ||
| }); |
Member
There was a problem hiding this comment.
Is this AI generated code?
Contributor
|
Hey! Just noticed this could be a simpler change. The issue says it's quite straightforward, so directly adding the link to |
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
Automates the OpenJS Foundation footer by fetching the official HTML template from the OpenJS Foundation artwork repo at build time, instead of hardcoding footer links manually.
Closes #8177
This PR adds a
fetch-footer.mjsutility that:_footer-legal.jsondata file consumed by the Footer componentThe Footer component dynamically renders the links from the fetched data. This ensures that any future updates to the OpenJS Foundation footer template are automatically picked up on the next build.
What kind of change does this PR introduce?
feat: automates footer link rendering from the OpenJS Foundation HTML template.
Use of AI
AI was used to assist in writing this PR.