File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ module.exports = function addJadeDataDocsProcessor() {
5151 var modulePageInfo = _ . map ( doc . exports , function ( exportDoc ) {
5252 return {
5353 name : exportDoc . name + '-' + exportDoc . docType ,
54- title : exportDoc . name + ' ' + titleCase ( exportDoc . docType )
54+ title : exportDoc . name
5555 } ;
5656 } ) ;
5757
@@ -73,4 +73,4 @@ module.exports = function addJadeDataDocsProcessor() {
7373 return docs . concat ( extraDocs ) ;
7474 }
7575 } ;
76- } ;
76+ } ;
Original file line number Diff line number Diff line change 33
44{% block body %}
55.l-main-section
6- h2 {$ doc.name $} < span class ="type "> variable</ span >
76 p.location-badge.
87 exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
98 defined in {$ githubViewLink(doc) $}
109
1110 :markdown
1211{$ doc.description | indent(4, true) | trimBlankLines $}
13- {% endblock %}
12+ {% endblock %}
You can’t perform that action at this time.
0 commit comments