Skip to content

Commit

Permalink
Added comment for glob() which always mounts onto cwd()
Browse files Browse the repository at this point in the history
  • Loading branch information
psmyrek committed Oct 27, 2020
1 parent d3a29ca commit d9e04c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/docs/buildapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = function buildApiDocs() {

return ckeditor5Docs
.build( {
// Patterns that do not start with '/' are mounted onto process.cwd() path by default.
readmePath: 'README.md',
sourceFiles: [
'packages/@(ckeditor|ckeditor5)-*/src/**/*.@(js|jsdoc)',
Expand Down

0 comments on commit d9e04c6

Please sign in to comment.