diff --git a/contentstack-templates/publish.js b/contentstack-templates/publish.js index 55436ae8..1a4a9b84 100755 --- a/contentstack-templates/publish.js +++ b/contentstack-templates/publish.js @@ -13,7 +13,6 @@ var util = require('util'); var htmlsafe = helper.htmlsafe; var linkto = helper.linkto; var resolveAuthorLinks = helper.resolveAuthorLinks; -var scopeToPunc = helper.scopeToPunc; var hasOwnProp = Object.prototype.hasOwnProperty; var data; @@ -295,7 +294,6 @@ function buildMemberNav(items, itemHeading, itemsSeen, linktoFn) { items.forEach(function(item) { var methods = find({kind:'function', memberof: item.longname}); - var members = find({kind:'member', memberof: item.longname}); if ( !hasOwnProp.call(item, 'longname') ) { itemsNav += '
  • ' + linktoFn('', item.name); diff --git a/contentstack-templates/static/styles/jsdoc-default.css b/contentstack-templates/static/styles/jsdoc-default.css index 74574673..3233c47b 100755 --- a/contentstack-templates/static/styles/jsdoc-default.css +++ b/contentstack-templates/static/styles/jsdoc-default.css @@ -36,9 +36,6 @@ p, ul, ol, blockquote { h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; -} - -h1, h2, h3, h4, h5, h6 { color: #000; font-weight: 400; margin: 0; @@ -264,11 +261,8 @@ footer { } .details ul { - margin: 0 -} - -.details ul { - list-style-type: none + margin: 0; + list-style-type: none; } .details li { diff --git a/contentstack-templates/static/styles/prettify-tomorrow.css b/contentstack-templates/static/styles/prettify-tomorrow.css index 81e74d13..1f7a8795 100755 --- a/contentstack-templates/static/styles/prettify-tomorrow.css +++ b/contentstack-templates/static/styles/prettify-tomorrow.css @@ -121,7 +121,8 @@ li.L6, li.L7, li.L8, li.L9 { - /* */ } + +} /* Alternate shading for lines */ li.L1, @@ -129,4 +130,5 @@ li.L3, li.L5, li.L7, li.L9 { - /* */ } + +}