Skip to content

Commit

Permalink
Hide release notes for mpf
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Nov 8, 2024
1 parent 253050b commit fcf3fec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions docs/api/qiskit-addon-mpf/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
{
"title": "qiskit_addon_mpf.static",
"url": "/api/qiskit-addon-mpf/static"
},
{
"title": "Release notes",
"url": "/api/qiskit-addon-mpf/release-notes"
}
],
"collapsed": true
Expand Down
5 changes: 4 additions & 1 deletion scripts/js/commands/checkOrphanPages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ interface Arguments {
apis: boolean;
}

const ALLOWED_ORPHAN_URLS: Set<string> = new Set([...qiskitLegacyIgnores()]);
const ALLOWED_ORPHAN_URLS: Set<string> = new Set([
...qiskitLegacyIgnores(),
"/api/qiskit-addon-mpf/release-notes",
]);

const readArgs = (): Arguments => {
return yargs(hideBin(process.argv))
Expand Down
1 change: 1 addition & 0 deletions scripts/js/lib/api/Pkg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export class Pkg {
title: "Multi-product formulas (MPF)",
githubSlug: "Qiskit/qiskit-addon-mpf",
kebabCaseAndShortenUrls: true,
releaseNotesConfig: new ReleaseNotesConfig({ enabled: false }),
});
}
if (name === "qiskit-addon-sqd") {
Expand Down

0 comments on commit fcf3fec

Please sign in to comment.