chore(docs): use the name rather than the id for the title of guide docs

This commit is contained in:
Peter Bacon Darwin 2015-02-17 08:07:58 +00:00
parent 85d4d13c77
commit 4aa0dffca1
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ module.exports = function generateNavigationDoc() {
var guideDoc = {
path: doc.path,
partial: doc.outputPath,
name: doc.id,
name: doc.name,
type: 'guide'
};
guidesDoc.value.pages.push(guideDoc);