USF-4124 Move audit-docs script from dropins-mcp to microsite-commerce-storefront#905
Draft
OscarMerino wants to merge 11 commits into
Draft
USF-4124 Move audit-docs script from dropins-mcp to microsite-commerce-storefront#905OscarMerino wants to merge 11 commits into
OscarMerino wants to merge 11 commits into
Conversation
| lines.push("| Key | Default Value |"); | ||
| lines.push("|---|---|"); | ||
| for (const { key, value } of gaps.missingI18nKeys) { | ||
| const escaped = (value ?? "").replace(/\|/g, "\\|"); |
bdenham
approved these changes
May 27, 2026
…e-storefront into USF-4124
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.
Description
The
audit-docs.tsscript diffs the dropin registry against the microsite MDX documentation and generates a gap report. It currently lives indropins-mcpbut it is an internal tooling concern that has no value for external developers. Publishing the MCP as a public package would ship this script unnecessarily.Moving it to the microsite puts it closer to the team that owns and fixes the documentation gaps.
Ticket
USF-4124
Related PR
https://github.com/adobe-commerce/dropins-mcp/pull/24
🚨 Depends on publish MCP PR https://github.com/adobe-commerce/dropins-mcp/pull/27