mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
docs(djeni): fixing side menu and api demo iframe
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user