mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs: remove extra index page
This commit is contained in:
@@ -20,12 +20,12 @@ module.exports = {
|
||||
template: 'index.template.html',
|
||||
outputPath: contentsFolder + '/api/index.md'
|
||||
});
|
||||
docs.push({
|
||||
docType: 'index-page',
|
||||
id: 'index-page',
|
||||
currentVersion: currentVersion,
|
||||
template: 'index.template.html',
|
||||
outputPath: contentsFolder + '/index.md'
|
||||
});
|
||||
// docs.push({
|
||||
// docType: 'index-page',
|
||||
// id: 'index-page',
|
||||
// currentVersion: currentVersion,
|
||||
// template: 'index.template.html',
|
||||
// outputPath: contentsFolder + '/index.md'
|
||||
// });
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user