Skip to content

Commit 4aa0dff

Browse files
chore(docs): use the name rather than the id for the title of guide docs
1 parent 85d4d13 commit 4aa0dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dgeni-package/processors/generateNavigationDoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = function generateNavigationDoc() {
5454
var guideDoc = {
5555
path: doc.path,
5656
partial: doc.outputPath,
57-
name: doc.id,
57+
name: doc.name,
5858
type: 'guide'
5959
};
6060
guidesDoc.value.pages.push(guideDoc);

0 commit comments

Comments
 (0)