Fix DevTool documentation: screenshots, version, navigation, wording, and plugin ID links (After Lint Error Fix) - #511
Merged
Merged
Conversation
Contributor
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
karan0207
approved these changes
Jul 8, 2026
karan0207
left a comment
Contributor
There was a problem hiding this comment.
Looks good, ready for merging.
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
Updates the DevTool documentation: replaces the outdated "all apps" UDT screenshot with a current one, corrects the version reference in the installation guide, fixes the UDT walkthrough navigation and wording along with its accompanying images, and updates outdated plugin ID documentation links.
Changes:
ccd-allapps-udt.pngwithccd-apps-udt.pngto reflect the current UIinstallation.mdudt-gear-icon.png,udt-start.png)index.md, including clearer wording for the empty plugins pane and correcting the gear-icon action to open the "preferences sheet" to match the actual UDT UI labelplugin_idpath to the canonicalplugin-idpath across the DevTool and related guides (plugin-management.md,udt-walkthrough/index.md,packaging-your-plugin/index.md,manifest-v4/index.md)Motivation and Context
The DevTool docs contained an outdated screenshot, an incorrect version reference, a navigation issue in the UDT walkthrough, unclear wording, and several plugin ID links pointing to an old URL path that now only resolves via redirect. These caused confusion for users following the guide. This change brings the screenshots and content in line with the current product UI, corrects the navigation and copy, and points the plugin ID links at their canonical destination so they remain valid as the site migration proceeds.
How Has This Been Tested?
Verified locally by running the docs site (
npm run dev) and confirming the updated pages render correctly:Types of changes
Checklist: