chore(docs): new approach to parsing npmid

This commit is contained in:
Ibby
2017-03-23 18:20:10 -04:00
parent 261e9cc249
commit cd5ff68bc1
4 changed files with 12 additions and 10 deletions
+3
View File
@@ -5,6 +5,9 @@ module.exports = function jekyll(renderDocsProcessor) {
$runAfter: ['paths-computed'],
$runBefore: ['rendering-docs'],
$process: function(docs) {
console.log('jekyll running');
var currentVersion = renderDocsProcessor.extraData.version.current.name;
// pretty up and sort the docs object for menu generation