chore(docs): fix native menu rendering

This commit is contained in:
Ibby
2017-03-23 15:18:35 -04:00
committed by Ibby Hadeed
parent 91c879af27
commit bf2ba2e9e7
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ module.exports = function npmId(renderDocsProcessor) {
return {
name: 'npm-id',
$runAfter: ['paths-computed'],
$runBefore: ['rendering-docs'],
$runBefore: ['jekyll'],
$process: function(docs) {
var currentVersion = renderDocsProcessor.extraData.version.current.name;