fix: Modify the redirection document address#1758
Conversation
WalkthroughThis pull request migrates documentation URLs across the project from the legacy opentiny.design domain to the new docs.opentiny.design subdomain. Additionally, help documentation identifiers in the help plugin are refactored from numeric IDs to semantic slug-based strings, with the base URL path restructured accordingly. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
packages/plugins/help/src/composable/useHelp.ts (1)
14-32:⚠️ Potential issue | 🟠 MajorDocument breaking change in CHANGELOG: URL structure refactored from numeric IDs to semantic slugs.
All new documentation URLs are valid and accessible. The refactoring improves readability by replacing numeric identifiers with semantic slugs, and public API signatures remain unchanged. However, this is a breaking change affecting 8+ internal consumers across plugins (script, state, page, i18n, datasource, block, stylePanel, bridge). Per project standards, this breaking change must be documented in the CHANGELOG.
English | 简体中文
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Background and solution
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
Release Notes
✏️ Tip: You can customize this high-level summary in your review settings.