Skip to content

Commit

Permalink
fix(docs): Remove internal components from styleguide
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Nov 29, 2023
1 parent 415f697 commit ac099f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ module.exports = async () => {
components: [
'src/components/NcAppNavigation*/*.vue',
],
ignore: [
'src/components/NcAppNavigationItem/NcAppNavigationIconCollapsible.vue',
'src/components/NcAppNavigationItem/NcInputConfirmCancel.vue',
],
},
{
name: 'NcAppContent',
Expand Down

0 comments on commit ac099f7

Please sign in to comment.