docs(cleanup): Remove extra heading from nav and var templates
This commit is contained in:
parent
0b59e664ec
commit
9757c137db
|
@ -51,7 +51,7 @@ module.exports = function addJadeDataDocsProcessor() {
|
||||||
var modulePageInfo = _.map(doc.exports, function(exportDoc) {
|
var modulePageInfo = _.map(doc.exports, function(exportDoc) {
|
||||||
return {
|
return {
|
||||||
name: exportDoc.name + '-' + exportDoc.docType,
|
name: exportDoc.name + '-' + exportDoc.docType,
|
||||||
title: exportDoc.name + ' ' + titleCase(exportDoc.docType)
|
title: exportDoc.name
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
.l-main-section
|
.l-main-section
|
||||||
h2 {$ doc.name $} <span class="type">variable</span>
|
|
||||||
p.location-badge.
|
p.location-badge.
|
||||||
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
||||||
defined in {$ githubViewLink(doc) $}
|
defined in {$ githubViewLink(doc) $}
|
||||||
|
|
Loading…
Reference in New Issue