mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(docs): stop generating _layouts/api_docs
This commit is contained in:
@@ -32,11 +32,6 @@ module.exports = function(config) {
|
||||
modulePath: 'api/module/${name}'
|
||||
});
|
||||
|
||||
config.set('processing.pages-data', {
|
||||
template: ['pages-data.template.html'],
|
||||
outputPath: '_layouts/docs_api.html'
|
||||
});
|
||||
|
||||
config.append('rendering.filters', [
|
||||
require('./filters/capital')
|
||||
]);
|
||||
|
||||
@@ -67,11 +67,13 @@ module.exports = {
|
||||
});
|
||||
}
|
||||
|
||||
/*
|
||||
docs.push({
|
||||
docType: 'pages-data',
|
||||
id: 'pages-data',
|
||||
template: processorConfig.template || 'pages-data.template.js',
|
||||
outputPath: processorConfig.outputPath || 'js/pages-data.js',
|
||||
});
|
||||
*/
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user