docs(djeni): fixing side menu and api demo iframe

This commit is contained in:
perry
2015-12-04 17:38:42 -06:00
parent 5587d2bdb8
commit 0aaf464b76
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ module.exports = function indexPage(renderDocsProcessor) {
var currentVersion = versionData.current.name;
var latestVersion = versionData.latest.name;
var versionPath = currentVersion == latestVersion ? '' : currentVersion;
var versionPath = currentVersion == 'nightly' ? '' : currentVersion;
docs.push({
docType: 'index-page',