Align root tooling and linting#176
Merged
dshevtsov merged 6 commits intoAdobeDocs:mainfrom Mar 27, 2026
Merged
Conversation
bdenham
approved these changes
Mar 27, 2026
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.
Purpose of this pull request
This pull request (PR) aligns the repository root tooling and linting with current Adobe Developer Platform (ADP) DevSite conventions, turns on alternate text for images in Markdown lint rules, and updates pattern library and style guide topics so figures use descriptive alt text. It also adds generated site metadata files used by the platform and tightens
.gitignoreand GitHub Pages workflow notes.Summary
dev.mjsdev server withadp-devsite-utils(dev, navigation/redirect/metadata/contributor helpers, expandedrunLintand link-check scripts). Removed legacypackage.jsonconfig.sitePathand theexpressdev dependency..markdownlint-cli2.jsonc(gitignore-aware ignores). Updated.markdownlint.yml—notably enabled MD045 (image alt text), adjusted duplicate-heading and MDX allowlists for components, and aligned table pipe rules with team defaults.image syntax forwith short descriptive alt text across affected pattern library and style guide design pages.src/pages/adp-site-metadata.jsonandsrc/pages/contributors.jsonfor ADP site integration..gitignore(e.g.package-lock.json, build/super-linter artifacts,.claude/) and documented GitHub Pages source requirements in the deploy workflow.Affected pages
Site base:
https://developer.adobe.com/commerce/admin-developer(fromsrc/pages/config.mdpathPrefix).Because many topics were touched for image alt text, listing section hubs plus representative pages:
Pattern library topics with content updates (image accessibility):
Style guide — design:
Infrastructure-only (no direct reader-facing doc rewrites beyond the above):
.github/workflows/deploy-github-pages.yml,package.json,.gitignore,.markdownlint.yml,.markdownlint-cli2.jsonc,src/pages/adp-site-metadata.json,src/pages/contributors.json, removeddev.mjs.