Fix case-sensitive image reference in English documentation#27
Fix case-sensitive image reference in English documentation#27
Conversation
Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com>
|
@copilot 再全部检查一下,确保website整体能正常运行。 |
I've thoroughly checked the website and confirmed it builds successfully: ✅ Build Status: Website builds without errors for both locales (zh-Hans and en) The website is now ready for deployment. The Azure Static Web Apps workflow should succeed on the next run. |
There was a problem hiding this comment.
Pull request overview
Fixes a Docusaurus build failure in the Azure Static Web Apps Deploy workflow by correcting a case-sensitive image reference in the English localized docs so it matches the actual file name on disk.
Changes:
- Update the
Dbgviewscreenshot reference in the EnglishGeneralTracerdocumentation to useimgs\DebugView.png(matching the real file name casing).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Azure Static Web Apps Deploy workflow failing on Docusaurus build due to missing image file.
Root Cause
English translation of
GeneralTracer.mdreferencesimgs\debugview.pngbut actual filename isimgs\DebugView.png(capital D and V). Build system enforces case-sensitive matching.Changes
/website/i18n/en/docusaurus-plugin-content-docs/current/doc/GeneralTracer.mdto match actual filename caseOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.