Remove duplicate entries in Migration Guides ToC (#1253)

* `/api/migration-guides/v2-primitives` is already in the ToC as a
top-level entry called "Migrate to the Qiskit Runtime V2 primitives"
* `/api/migration-guides/qiskit-runtime-from-provider` is already in the
section `Migrate to Qiskit Runtime`, but under the new URL
`qiskit-runtime-from-ibm-provider`

I think it was a bad merge conflict to duplicate the entries in the new
Runtime 0.20 section.

---------

Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com>
This commit is contained in:
Eric Arellano 2024-04-29 12:27:25 -04:00 committed by GitHub
parent 017be70f20
commit 6fa973d6b3
2 changed files with 1 additions and 13 deletions

View File

@ -64,19 +64,6 @@
}
]
},
{
"title": "Qiskit Runtime 0.20 changes",
"children": [
{
"title": "V2 primitives",
"url": "/api/migration-guides/v2-primitives"
},
{
"title": "qiskit_ibm_provider to qiskit_ibm_runtime",
"url": "/api/migration-guides/qiskit-runtime-from-provider"
}
]
},
{
"title": "Qiskit 0.44 changes",
"children": [

View File

@ -12,6 +12,7 @@ These migration guides help you more effectively use Qiskit and Qiskit Runtime:
* [Qiskit 1.0 packaging changes](/api/migration-guides/qiskit-1.0-installation)
* [Qiskit 1.0 feature changes](/api/migration-guides/qiskit-1.0-features)
* [Migrate to the Qiskit Runtime V2 primitives](/api/migration-guides/v2-primitives)
* [Qiskit Runtime execution mode changes](/api/migration-guides/sessions)
* Migrate to Qiskit Runtime
* [Overview](./qiskit-runtime)
* [Migrate from `qiskit-ibmq-provider`](./qiskit-runtime-from-ibmq-provider)