Azure DevOps extension - redirect Url

Viewed 19

I would like to create a tab in Azure DevOps (either a header menu button or in Pipelines hub on the left side) that will be actually just a Wiki documentation. We are keeping all documents in wiki, so before creating Pipelines, we would like users to be able to get a button just to move them to Wiki hub link.

Option 1 - Pipelines hub on the left side I am guided to go via html file that will be visualized, but if I use meta , we can get a frame inside of that tab. Since Pipeline tab is AzDO link and meta link is also Wiki from AzDO, my hubs and top header bar are duplicated - check out screenshot.

Option 1

Option 2 - When I used a target link in html, then I have an extra link to redirect. Check out my screenshot 2.

Option 2

Any good suggestion how to directly in the extension, integrate a redirect link to Wiki (with or without html).

Preferably this should be in a header menu button instead of Hub.

Thank you!

0 Answers
Related