feat(docs-infra): add "suggest edits" feature to all docs (#24378)
PR Close #24378
This commit is contained in:

committed by
Misko Hevery

parent
06d04002fd
commit
9533cc9809
@ -43,7 +43,7 @@ module.exports = new Package('angular-content', [basePackage, contentPackage])
|
||||
readFilesProcessor.sourceFiles = readFilesProcessor.sourceFiles.concat([
|
||||
{
|
||||
basePath: CONTENTS_PATH,
|
||||
include: CONTENTS_PATH + '/{cookbook,guide,tutorial}/**/*.md',
|
||||
include: CONTENTS_PATH + '/{guide,tutorial}/**/*.md',
|
||||
fileReader: 'contentFileReader'
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user