mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(ci): updating dgeni processors and templates for new ionic-site structure
This commit is contained in:
@ -77,7 +77,7 @@ module.exports = function(currentVersion, initialVersionBuild) {
|
||||
//Instead set latest version in docs root if not initial build
|
||||
var folder = (version == latestVersion) && !initialVersionBuild ? '' : version;
|
||||
return {
|
||||
href: path.join('/' + config.v2DocsDir, folder),
|
||||
href: path.join('/' + config.v2DocsDir, folder).replace('/content',''),
|
||||
folder: folder,
|
||||
name: version
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user