We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0b4d3 commit cc58fc3Copy full SHA for cc58fc3
packages/storybook/stories/ovhcloud-design-system/whatsnew/changelog.mdx
@@ -1,6 +1,9 @@
1
import { Markdown, Meta } from '@storybook/blocks';
2
import ChangeLog from '../../../../../CHANGELOG.md?raw';
3
+import { NoToC } from '../../../src/components/noToC/NoToC';
4
5
<Meta title="OVHcloud Design System/What's new?/Changelog" />
6
7
+<NoToC />
8
+
9
<Markdown>{ ChangeLog }</Markdown>
0 commit comments