PTTab panel-accordion - SectionNav links updated

This commit is contained in:
Bahadır Sofuoğlu 2023-04-01 02:42:09 +03:00
parent 177d894916
commit 727f4cd4f7
14 changed files with 272 additions and 16 deletions

View file

@ -32,7 +32,9 @@ app.bootstrap({
searchInComments: true,
disableSources: true,
logLevel: 'Error',
exclude: ['node_modules', 'components/lib/**/*.js']
sort: ['source-order'],
exclude: ['node_modules', 'components/lib/**/*.js'],
});
const project = app.convert();