build(aio): process marketing docs that have .md extension

See #15661
This commit is contained in:
Peter Bacon Darwin 2017-03-31 18:23:06 +01:00 committed by Alex Rickabaugh
parent 03fb766428
commit 08941aa0c7
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ module.exports =
}, },
{ {
basePath: CONTENTS_PATH + '/marketing', basePath: CONTENTS_PATH + '/marketing',
include: CONTENTS_PATH + '/marketing/**/*.html', include: CONTENTS_PATH + '/marketing/**/*.{html,md}',
fileReader: 'contentFileReader' fileReader: 'contentFileReader'
}, },
{ {