From f3a29cbb0dad5e35149839b2c08a2a0ad26601e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Sat, 1 Apr 2023 14:11:16 +0900 Subject: [PATCH] docs(#10336): note development status --- packages/frontend/src/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/frontend/src/index.mdx b/packages/frontend/src/index.mdx index d64392c174..e30dea2928 100644 --- a/packages/frontend/src/index.mdx +++ b/packages/frontend/src/index.mdx @@ -6,3 +6,7 @@ import { Meta } from '@storybook/blocks' This project uses [Storybook](https://storybook.js.org/) to develop and document components. You can find more information about the usage of Storybook in this project in the CONTRIBUTING.md file placed in the root of this repository. + +The Misskey Storybook is under development and not all components are documented yet. +Contributions are welcome! Please refer to [#10336](https://github.com/misskey-dev/misskey/issues/10336) for more information. +Thank you for your support!