Skip to content

Commit cc58fc3

Browse files
committed
feat(doc): remove ToC on changelog page
1 parent ab0b4d3 commit cc58fc3

File tree

1 file changed

+3
-0
lines changed
  • packages/storybook/stories/ovhcloud-design-system/whatsnew

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import { Markdown, Meta } from '@storybook/blocks';
22
import ChangeLog from '../../../../../CHANGELOG.md?raw';
3+
import { NoToC } from '../../../src/components/noToC/NoToC';
34

45
<Meta title="OVHcloud Design System/What's new?/Changelog" />
56

7+
<NoToC />
8+
69
<Markdown>{ ChangeLog }</Markdown>

0 commit comments

Comments
 (0)