Fix outdated Redocly CDN URL in API documentation #10278
Draft
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.
Purpose
Resolves issue regarding invalid Redocly CDN URL across all product API documentation pages preventing Redoc library from loading.
Goals
Update all API documentation files to use the current Redocly CDN URL for proper rendering of OpenAPI specifications.
Approach
Replaced deprecated jsDelivr URL with official Redocly CDN across 7 API documentation files:
https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.jshttps://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.jsFiles updated:
User stories
N/A - Infrastructure fix for documentation rendering
Release note
Fixed broken Redoc library loading in API reference documentation by updating CDN URL to current official source.
Documentation
N/A - This PR fixes the documentation infrastructure itself. No additional documentation required.
Training
N/A - No training content impact
Certification
N/A - Documentation infrastructure change only, no product functionality affected
Marketing
N/A - Internal documentation fix
Automation tests
N/A - Markdown documentation changes only
Security checks
Samples
N/A
Related PRs
This fix should be applied to all active version branches (3.1.0, 3.2.0, 4.0.0, 4.1.0, 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0) as noted in the issue.
Migrations (if applicable)
N/A
Test environment
N/A - Documentation URL update only
Learning
Referenced official Redoc documentation at https://github.com/Redocly/redoc for current CDN URL.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.