Skip to content

Commit

Permalink
Satiate CI and add pages to ignore list for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelynj committed Nov 12, 2024
1 parent fc9ce72 commit 457b687
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/js/commands/checkPatternsIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const ALLOWLIST_MISSING_FROM_INDEX: Set<string> = new Set([
"/guides/qiskit-code-assistant-vscode",
"/guides/addons",
"/guides/addons/qiskit-addons-sqd-get-started",
"/guides/qiskit-addons-aqc",
"/guides/qiskit-addons-aqc-get-started",
]);

// URLs that show up in the INDEX_PAGES, but are not in the left ToC under
Expand Down

0 comments on commit 457b687

Please sign in to comment.