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
118 stars 51 forks source link

[Integration][Statuspage, AWS, GCP] Add _target='blank' attribute to spec links #875

Closed oiadebayo closed 2 months ago

oiadebayo commented 3 months 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: