🌊 Ocean 🌊 is an innovative solution developed by Port to seamlessly integrate various third-party systems with our developer portal product, empowering engineers to effortlessly prioritize key features and streamline the integration process.
What - Added _target='blank' attribute to specification links to ensure they open in a new browser tab instead of the current browser tab.
Why - To enhance user experience by allowing users to keep their current page open while exploring specification links in new tabs. This prevents disruptions and allows for easier reference between the current page and the new tab.
Added _target='blank' attribute to spec links to open a new browser tab instead of the current browser
How - Updated the HTML attributes of the specification links by adding _target='blank'.
Type of change
Please leave one option from the following and delete the rest:
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] New Integration (non-breaking change which adds a new integration)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] Non-breaking change (fix of existing functionality that will not change current behavior)
Description
What - Added
_target='blank'
attribute to specification links to ensure they open in a new browser tab instead of the current browser tab. Why - To enhance user experience by allowing users to keep their current page open while exploring specification links in new tabs. This prevents disruptions and allows for easier reference between the current page and the new tab. Added _target='blank' attribute to spec links to open a new browser tab instead of the current browser How - Updated the HTML attributes of the specification links by adding_target='blank'
.Type of change
Please leave one option from the following and delete the rest: