Skip to content

Commit 9e7ae5a

Browse files
committed
chore(soba): disable doc template for now
1 parent 21a5f61 commit 9e7ae5a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libs/soba/.storybook/preview.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import { Preview } from '@storybook/angular';
2-
// @ts-expect-error - we can import mdx
3-
import DocumentationTemplate from './documentation-template.mdx';
42

53
export default {
64
parameters: {
75
deepControls: { enabled: true },
86
docs: {
9-
page: DocumentationTemplate,
7+
// page: DocumentationTemplate,
108
},
119
},
1210
tags: ['autodocs'],

0 commit comments

Comments
 (0)