diff --git a/docs/processors/index-page.js b/docs/processors/index-page.js index 1cc4353711..db1b41e146 100644 --- a/docs/processors/index-page.js +++ b/docs/processors/index-page.js @@ -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' + // }); } };