-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update url mapper component #4305
Conversation
✅ Deploy Preview for docs-spectrocloud ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really useful addition! 🚀
src/components/PaletteVertexUrlMapper/PaletteVertexUrlMapper.tsx
Outdated
Show resolved
Hide resolved
* docs: update url mapper component * docs: address suggestions, address appzi feedback (cherry picked from commit eac75f5)
* docs: update url mapper component * docs: address suggestions, address appzi feedback (cherry picked from commit eac75f5)
* docs: update url mapper component * docs: address suggestions, address appzi feedback (cherry picked from commit eac75f5)
* docs: update url mapper component * docs: address suggestions, address appzi feedback (cherry picked from commit eac75f5)
* docs: update url mapper component * docs: address suggestions, address appzi feedback (cherry picked from commit eac75f5)
* docs: update url mapper component * docs: address suggestions, address appzi feedback (cherry picked from commit eac75f5)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
* docs: update url mapper component * docs: address suggestions, address appzi feedback
🎉 This issue has been resolved in version 4.5.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Describe the Change
This PR updates the
PaletteVertexUrlMapper
component to handle cases where Palette and Vertex have different URLs beyond the base path. If the pages share the same URL, the component continues to function as it always has.Two new optional props have been added to accommodate the different URLs:
palettePath
andvertexPath
.This PR also addresses feedback from Appzi.
Changed Pages
💻 PCG
Jira Tickets
🎫 DOC-1427
Backports
Can this PR be backported?