From 746e9bc7dce5a64a41eebdbd78fd087d6c314834 Mon Sep 17 00:00:00 2001 From: Chris Contolini Date: Tue, 27 Jun 2023 12:37:41 -0400 Subject: [PATCH 1/2] Update meta codeowners file --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9ca4816c..ae639651 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @contolini @meissadia @the-raft-oar +* @contolini @meissadia From f33ab8152a23f0940773bad4aed38534b210b28d Mon Sep 17 00:00:00 2001 From: Chris Contolini Date: Tue, 27 Jun 2023 12:40:23 -0400 Subject: [PATCH 2/2] Enable Storybook auto-docs See https://storybook.js.org/docs/react/writing-docs/autodocs Fixes https://github.com/cfpb/design-stories/issues/92 --- .storybook/main.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.storybook/main.js b/.storybook/main.js index 2b62600b..ff416bb5 100644 --- a/.storybook/main.js +++ b/.storybook/main.js @@ -7,6 +7,10 @@ module.exports = { '@storybook/addon-interactions', '@storybook/addon-a11y' ], + docs: { + autodocs: true, + defaultName: 'Overview' + }, framework: { name: '@storybook/react-vite', options: {}