Closed Eric-Arellano closed 6 days ago
We need to update the metadata for historical API docs to have the version, rather than latest
latest
https://github.com/Qiskit/documentation/blob/bc16d038abe279da9332ad2b6ccd754419167bcf/docs/api/qiskit-ibm-runtime/0.32/debug_tools.mdx?plain=1#L2
I wonder if we should remove make-historical as a script and instead have developers simply run npm run gen-api -- --historical?
make-historical
npm run gen-api -- --historical
We need to update the metadata for historical API docs to have the version, rather than
latest
https://github.com/Qiskit/documentation/blob/bc16d038abe279da9332ad2b6ccd754419167bcf/docs/api/qiskit-ibm-runtime/0.32/debug_tools.mdx?plain=1#L2
I wonder if we should remove
make-historical
as a script and instead have developers simply runnpm run gen-api -- --historical
?