We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f9ef5 commit a8cd9beCopy full SHA for a8cd9be
1 file changed
build/scripts/build-orchestrator.js
@@ -22,7 +22,7 @@ const __dirname = dirname(__filename);
22
23
// ── Configuration ────────────────────────────────────────────────────────────
24
25
-const EXCLUDED_TITLES = null;
+const EXCLUDED_TITLES = /rhdh-plugins-reference/;
26
const CCUTIL_IMAGE = 'quay.io/ivanhorvath/ccutil:amazing';
27
const LYCHEE_VERSION = 'v0.23.0';
28
const PAGES_BASE = 'https://redhat-developer.github.io/red-hat-developers-documentation-rhdh';
0 commit comments