mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +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',
|
docType: 'api-menu-flat-version',
|
||||||
id: 'api-menu-flat-version',
|
id: 'api-menu-flat-version',
|
||||||
template: 'api_menu_flat_version.template.html',
|
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({
|
docs.push({
|
||||||
docType: 'api-version-select',
|
docType: 'api-version-select',
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
module.exports = [
|
module.exports = [
|
||||||
|
{'name': 'advanced'},
|
||||||
{'name': 'demo'},
|
{'name': 'demo'},
|
||||||
{'name': 'usage'}
|
{'name': 'usage'}
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user