naga-panchumarty opened a new pull request, #1743: URL: https://github.com/apache/daffodil-vscode/pull/1743
Closes #1734 ## Description The Introduction-to-Daffodil-VS-Code-Extension.md file in doc/ referenced images under a relative path (images/new_users/...) that didn't exist anywhere in the main repository. Those images only existed in the separate GitHub Wiki repo (apache/daffodil-vscode.wiki), so the doc rendered with broken/missing images both on GitHub and in local Markdown previews. This PR adds the missing doc/images/new_users/ folder containing all referenced screenshots (pulled from the wiki repo, where they were originally hosted) so the doc renders correctly directly from the main repository. It also fixes a typo on one image reference that pointed to a non-existent img/ folder instead of images/new_users/. ## Wiki - [x] I have determined that no documentation updates are needed for these changes - [ ] I have added the following documentation for these changes ## Review Instructions including Screenshots 1. Pull this branch and open doc/Introduction-to-Daffodil-VS-Code-Extension.md in VS Code. 2. Open Markdown Preview (Ctrl+Shift+V, or Ctrl+K V for side-by-side). 3. Confirm all images render inline (Basic_1–5, VSCode_Extension0–23, Extension_Install_1–5, Config_Wizard_0–1, Launch_Config*, Debugger_Settings*, Save, TDML_Action, Slide_1–5, etc.) instead of showing broken-image icons. 4. Alternatively, view the file directly on GitHub in this branch/PR and confirm images load without 404s. ### Confirmation Testing - Verified locally in VS Code Markdown Preview that all image references in the doc resolve to files now present in doc/images/new_users/. - Confirmed via git log --all -- doc/images/new_users (prior to this change) that these images had never been committed to the main repo, ruling out a regression — this was a pre-existing gap. - Fixed the single incorrect reference to img/VSCode_Extension16.png, updating it to images/new_users/VSCode_Extension16.png. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
