chore(docs): use the name rather than the id for the title of guide docs
This commit is contained in:
parent
85d4d13c77
commit
4aa0dffca1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue