documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Release notes should link to historical release headers for Runtime and Provider

Open beckykd opened this issue 1 year ago • 1 comments

URL to the relevant documentation

https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/release-notes

Please describe the UI problem.

If I'm looking at Qiskit Runtime .20, for example, and click Release Notes, it just opens the Release notes at the top of the page and in the current version of the API. It's pretty jarring. Could we possibly link it to the correct location in the Release notes? image image

beckykd avatar Apr 30 '24 20:04 beckykd

in the current version of the API.

This is intentional to avoid duplicating the release notes for each version. We used to do this and realized it was overly complicated.

Could we possibly link it to the correct location in the Release notes?

This would be cool. I think it will look like in _toc.json for historical API versions putting the link to the release's anchor.

Eric-Arellano avatar Apr 30 '24 20:04 Eric-Arellano