Fix Console Documentation link pointing to 7.2.0 docs - #28255
Fix Console Documentation link pointing to 7.2.0 docs#28255Skynettheone wants to merge 1 commit into
Conversation
console.doc_site_path in default.json was hardcoded to is.docs.wso2.com/en/7.2.0, so the Documentation link in the Console header opened the previous version's docs instead of 7.3.0. Fixes wso2#28035
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughUpdates WalkthroughThe default Console configuration now points 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



Summary
Fixes #28035.
console.doc_site_pathinmodules/distribution/src/repository/resources/conf/default.jsonwas hardcoded tohttps://is.docs.wso2.com/en/7.2.0, so clicking Documentation in the Console header opened the previous release's docs instead of the current 7.3.0 docs.Change
Updated the value to
https://is.docs.wso2.com/en/7.3.0.Test plan
grep -rn "is.docs.wso2.com/en/7.2.0")./en/latestor similar), since I could not run a full IS pack and click through the Console in this environment.