Skip to content

Commit

Permalink
feat: disable storybook autodocs
Browse files Browse the repository at this point in the history
  • Loading branch information
florianstancioiu committed Apr 1, 2024
1 parent 0de377d commit 5c5ec9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ const config = {
stories: ['../stories/**/*.stories.{js,ts,mdx}'],
staticDirs: ['../demo'],
addons: ['@storybook/addon-essentials', '@storybook/addon-links'],
docs: {
//👇 See the table below for the list of supported options
autodocs: 'tag',
},
framework: {
name: '@web/storybook-framework-web-components',
},
Expand Down
1 change: 0 additions & 1 deletion stories/cosmoz-treenode.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const TreeNodeTemplate = (
const meta: Meta = {
title: 'Treenode',
render: TreeNodeTemplate,
tags: ['autodocs'],
argTypes: {
keyProperty: { control: 'text', description: '' },
keyValue: { control: 'text', description: '' },
Expand Down

0 comments on commit 5c5ec9c

Please sign in to comment.