So I was working on a project recently to update the documentation around Storybook, which involves updating to Storybook 5.3
A neat little feature her is the ablity to write stories and documentaiton in MDX, a glorius love child of JSX and Markdown that enables you to put React componetns into a Markdown file and have it come out the other end.
<Meta title="Examples" decorators={[withKnobs]}/>