fix: include Markdown files in generated site#23
Open
ColumbusLabs wants to merge 1 commit into
Open
Conversation
|
@ColumbusLabs is attempting to deploy a commit to the OpenJS Foundation Team on Vercel. A member of the Team first needs to authorize it. |
avivkeller
requested changes
Jul 25, 2026
avivkeller
left a comment
Member
There was a problem hiding this comment.
We should output to v5.x, and use Vercel redirects for /
ColumbusLabs
force-pushed
the
codex/include-markdown-files
branch
from
July 25, 2026 12:45
b109b7c to
f831097
Compare
Author
|
Updated in 4bd42e9 and narrowed to the maintainer-requested scope.
Validation passed with a clean full build across v8.9.0, v7.29.0, and v6.28.0; byte-identical checks for all 122 fetched Markdown files; confirmation that |
avivkeller
reviewed
Jul 25, 2026
Assisted-by: OpenAI Codex
ColumbusLabs
force-pushed
the
codex/include-markdown-files
branch
from
July 25, 2026 13:49
f831097 to
4bd42e9
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Fixes #9.
Copies each fetched Markdown file into its matching generated version directory after doc-kit succeeds. This makes the MetaBar's “View As: MD” links resolve for every supported major without publishing doc-kit configuration inputs.
Every release builds under
/v<major>.x/, including the current latest at/v8.x/. Vercel temporarily redirects/to/v8.x, while the pre-existing legacy redirect remains unchanged. Supplied sidebar links are made version-aware for the versioned layout.AI assistance was used to investigate, implement, validate, and review this change, in accordance with the OpenJS AI Coding Assistants Policy. The commit includes the recommended
Assisted-by: OpenAI Codexattribution.Validation:
npm run buildacross v8.9.0, v7.29.0, and v6.28.0site.jsonandtype-map.jsonare not copiedvercel.jsongit diff --check