feat(aio): add about component and data

This commit is contained in:
Ward Bell
2017-03-30 16:51:51 -07:00
committed by Pete Bacon Darwin
parent ad639d783f
commit 97deb01b1f
12 changed files with 269 additions and 8 deletions

View File

@ -151,7 +151,7 @@ module.exports =
},
{
basePath: CONTENTS_PATH,
include: CONTENTS_PATH + '/marketing/contributor.json',
include: CONTENTS_PATH + '/marketing/contributors.json',
fileReader: 'jsonFileReader'
},
];
@ -286,7 +286,7 @@ module.exports =
outputPathTemplate: '${path}.json'
},
{docTypes: ['navigation-json'], pathTemplate: '${id}', outputPathTemplate: '../${id}.json'},
{docTypes: ['contributor-json'], pathTemplate: '${id}', outputPathTemplate: '../${id}.json'}
{docTypes: ['contributors-json'], pathTemplate: '${id}', outputPathTemplate: '../${id}.json'}
];
})