docs(cleanup): Remove extra heading from nav and var templates
This commit is contained in:
@ -51,7 +51,7 @@ module.exports = function addJadeDataDocsProcessor() {
|
||||
var modulePageInfo = _.map(doc.exports, function(exportDoc) {
|
||||
return {
|
||||
name: exportDoc.name + '-' + exportDoc.docType,
|
||||
title: exportDoc.name + ' ' + titleCase(exportDoc.docType)
|
||||
title: exportDoc.name
|
||||
};
|
||||
});
|
||||
|
||||
@ -73,4 +73,4 @@ module.exports = function addJadeDataDocsProcessor() {
|
||||
return docs.concat(extraDocs);
|
||||
}
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user