Skip to content

Commit dc85b19

Browse files
gnodetclaude
andcommitted
CAMEL-21540: Include dsl/src/main/docs in gulpfile source pattern
The dsl.adoc lives at dsl/src/main/docs/ (depth 0), which is not matched by {*,*/*}. Add explicit pattern for it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9f6252e commit dc85b19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ const sources = {
206206
'../core/camel-base/src/main/docs/!(*-component|*-language|*-dataformat|*-summary).adoc',
207207
'../core/camel-main/src/main/docs/!(*-component|*-language|*-dataformat|*-summary).adoc',
208208
'../components/{*,*/*}/src/main/docs/!(*-component|*-language|*-dataformat|*-summary).adoc',
209+
'../dsl/src/main/docs/!(*-component|*-language|*-dataformat|*-summary).adoc',
209210
'../dsl/{*,*/*}/src/main/docs/!(*-component|*-language|*-dataformat|*-summary).adoc',
210211
],
211212
destination: 'components/modules/others/pages',

0 commit comments

Comments
 (0)