From 581a1403e77db72c78398df080f4b8ea81b0adfe Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Thu, 21 Nov 2024 12:17:36 +0100 Subject: [PATCH] chore(NcAppSidebarTabs): remove internal component from docs Signed-off-by: Grigorii K. Shartsev --- styleguide.config.cjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', ], }, {