🎨 Reorganising Storybook and more component stories (#6924)

* reorg of storybook docs and add some new components

* releaes notes

* Update meta tags for Actual Budget Design System

* Increase sidebar item font size from 14px to 16px
This commit is contained in:
Michael Clark
2026-02-11 09:01:11 +00:00
committed by GitHub
parent 07ff514c12
commit 138ea810d6
20 changed files with 1002 additions and 8 deletions

View File

@@ -13,7 +13,8 @@ function getAbsolutePath(value: string) {
}
const config: StorybookConfig = {
stories: [
'../src/Introduction.mdx',
'../src/Concepts/*.mdx',
'../src/Themes/*.mdx',
'../src/**/*.mdx',
'../src/**/*.stories.@(js|jsx|mjs|ts|tsx)',
],