UNPKG

browsenpm

Version:

Browse packages, users, code, stats and more the public npm registry in style.

12 lines (10 loc) 267 B
'use strict'; var sidebar = require('npm-documentation-pagelet').sidebar; // // Add some different styling to the sidebar to make it a table of contents. // module.exports = sidebar.extend({ css: sidebar.prototype.css.concat([ __dirname + '/toc.styl' ]) });