Skip to content

Commit a8cd9be

Browse files
authored
Update EXCLUDED_TITLES regex pattern
1 parent 84f9ef5 commit a8cd9be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/scripts/build-orchestrator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const __dirname = dirname(__filename);
2222

2323
// ── Configuration ────────────────────────────────────────────────────────────
2424

25-
const EXCLUDED_TITLES = null;
25+
const EXCLUDED_TITLES = /rhdh-plugins-reference/;
2626
const CCUTIL_IMAGE = 'quay.io/ivanhorvath/ccutil:amazing';
2727
const LYCHEE_VERSION = 'v0.23.0';
2828
const PAGES_BASE = 'https://redhat-developer.github.io/red-hat-developers-documentation-rhdh';

0 commit comments

Comments
 (0)