Fix broken image links in generate-api-key.md by using base_path#11559
Fix broken image links in generate-api-key.md by using base_path#11559Ravinx001 wants to merge 1 commit into
Conversation
Signed-off-by: Ravindu Amarasekara <rav.business.lak@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughUpdated the Generate API Key documentation to use WalkthroughThis change updates the "Generate API Key" documentation page by replacing hardcoded relative screenshot paths with Related Issues: Suggested Labels: documentation Suggested Reviewers: None specified 🚥 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 |
|
@Ravinx001 Can you send the same pr to https://github.com/wso2/docs-apim/tree/4.7.0 branch as well please |
|
It's Done. Here is the new PR - #11565 |
Purpose
Resolves #11557
Goals
Fix broken image links in the API keys documentation which previously used hardcoded relative paths that broke when the snippet was included in other pages.
Approach
Replaced the hardcoded relative directory paths (
../../../../assets) with the dynamic{{base_path}}/assetsmacro insideen/docs/includes/design/generate-api-key.md.User stories
N/A
Release note
Fixed broken image links in the API keys documentation.
Documentation
This PR is a documentation fix.
Training
N/A
Certification
N/A
Marketing
N/A
Automation tests
Security checks
Samples
N/A
Related PRs
N/A
Migrations (if applicable)
N/A
Test environment
Tested locally using
mkdocs serve.Learning
N/A