mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(dgeni): add advanced
to the list of custom docs tags
This commit is contained in:
@ -37,7 +37,8 @@ module.exports = function jekyll(renderDocsProcessor) {
|
||||
docType: 'api-menu-flat-version',
|
||||
id: 'api-menu-flat-version',
|
||||
template: 'api_menu_flat_version.template.html',
|
||||
outputPath: '_includes/v2_fluid/api_menu_flat_' + currentVersion + '.html'
|
||||
outputPath: '_includes/v2_fluid/api_menu_flat_' + currentVersion +
|
||||
'.html'
|
||||
});
|
||||
docs.push({
|
||||
docType: 'api-version-select',
|
||||
|
@ -1,4 +1,5 @@
|
||||
module.exports = [
|
||||
{'name': 'advanced'},
|
||||
{'name': 'demo'},
|
||||
{'name': 'usage'}
|
||||
];
|
||||
|
Reference in New Issue
Block a user