port-labs / ocean

🌊 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.
https://ocean.getport.io
Apache License 2.0
109 stars 39 forks source link

[Integration][GCP] Add _target='blank' attribute to spec links #876

Closed oiadebayo closed 1 month ago

oiadebayo commented 1 month ago

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: