diff --git a/styleguide.config.cjs b/styleguide.config.cjs index 08a2aa5c3a..33f9a93902 100644 --- a/styleguide.config.cjs +++ b/styleguide.config.cjs @@ -228,7 +228,8 @@ module.exports = async () => { { name: 'NcAppSidebar', components: [ - 'src/components/NcAppSidebar*/*.vue', + 'src/components/NcAppSidebar/NcAppSidebar.vue', + 'src/components/NcAppSidebarTab/NcAppSidebarTab.vue', ], }, {