integr8ly / tutorial-web-app

Solution Explorer provides the front door into the Integreatly initiative. It hosts the various Solution Patterns, as well as providing a dashboard of installed applications/products/services.
Apache License 2.0
36 stars 54 forks source link

INTLY-5357: New help URLs for OS4 #562

Closed mfrances17 closed 4 years ago

mfrances17 commented 4 years ago

Motivation

https://issues.redhat.com/browse/INTLY-5357

What

Add new help URLs for getting started and release notes links.

Why

They are different than those for OpenShift 3.

How

Added a simple check for OS version and loaded the correct URL for OS3 and 4. The original request was to put a variable in for each URL that changes based on OS version, but the URLs provided were not consistent from one release to the other so that wouldn't work. It could be done going forward if the doc URLs for the next version of OpenShift docs are consistent with the OS4 doc URLs.

Verification Steps

Verify that OS3 links and OS4 links both navigate to the correct URLs for getting started and release notes.

NOTE: as of this PR, the URLs for the OS4 getting started and release notes do NOT work as provided in the above JIRA issue. I'm assuming that they are still being worked on... will need to verify.

https://access.redhat.com/documentation/en-us/red_hat_managed_integration/2.0/html-single/getting_started_with_red_hat_managed_integration_2.0/

https://access.redhat.com/documentation/en-us/red_hat_managed_integration/2.0/html-single/release_notes_for_red_hat_managed_integration_2.0/

Checklist:

Progress