From 1f697ade0b7956eadf4d81aa3c1eda60711694dd Mon Sep 17 00:00:00 2001 From: yamanoku <0910yama@gmail.com> Date: Thu, 21 Dec 2023 10:12:47 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=83=A8Markdown=E8=A8=98=E6=B3=95?= =?UTF-8?q?=E3=81=8C=E7=95=B0=E3=81=AA=E3=82=8B=E3=83=BBURL=E5=85=88?= =?UTF-8?q?=E3=81=8C=E5=AD=98=E5=9C=A8=E3=81=97=E3=81=AA=E3=81=8B=E3=81=A3?= =?UTF-8?q?=E3=81=9F=E3=81=AE=E3=81=A7=E7=8F=BE=E5=9C=A8=E3=81=82=E3=82=8B?= =?UTF-8?q?=E3=82=82=E3=81=AE=E3=81=B8=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Contribution.stories.mdx | 4 ++-- docs/Design/Readme.stories.mdx | 2 +- docs/Readme.stories.mdx | 2 +- docs/Stylesheets.stories.mdx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Contribution.stories.mdx b/docs/Contribution.stories.mdx index 3f2b95e7a..e265ab053 100644 --- a/docs/Contribution.stories.mdx +++ b/docs/Contribution.stories.mdx @@ -48,8 +48,8 @@ $ npm run storybook 以下のページをそれぞれ参照してください。 -- [TypeScript](?path=/docs/doc-typescript--page) -- [Stylesheets](?path=/docs/doc-stylesheets--page) +- [TypeScript](?path=/docs/doc-typescript--docs) +- [Stylesheets](?path=/docs/doc-stylesheets--docs) ## リリース diff --git a/docs/Design/Readme.stories.mdx b/docs/Design/Readme.stories.mdx index f8938ac46..4aad806fc 100644 --- a/docs/Design/Readme.stories.mdx +++ b/docs/Design/Readme.stories.mdx @@ -8,7 +8,7 @@ import { Meta } from "@storybook/addon-docs"; Vibesのコンポーネントを設計するときには以下のような方針で行っています。 Vibesを使用して画面を設計する際にも意識することで、デザインの一貫性を保ち、アクセシビリティを高め、実装コストを最小限にすることができます。 -- [Vibesのカラーパレット](?path=/docs/doc-colors--page) を使用し、適切なコントラスト比を持つ組み合わせにする +- [Vibesのカラーパレット](?path=/docs/doc-colors--docs) を使用し、適切なコントラスト比を持つ組み合わせにする - CSSで `rem` によるサイズ指定を行うため、コンポーネントのサイズは16の倍数ピクセルを基準として設計する - コンポーネントにはマージンのオプションをつけるため、コンポーネント自体には固定のマージンをつけない - ユーザーがインタラクションできるものの輪郭は角を丸くし、そうでないものは角を丸くしない diff --git a/docs/Readme.stories.mdx b/docs/Readme.stories.mdx index b7b6eeb3a..ba912bc7a 100644 --- a/docs/Readme.stories.mdx +++ b/docs/Readme.stories.mdx @@ -28,7 +28,7 @@ vibes の動作想定環境は[freee の動作環境](https://support.freee.co.j 必要な場合は UX チームにお問い合わせください。 - vibes のコンポーネントには、Figma では表現しきれない制約が存在しています。使おうとしているコンポーネントの仕様は Storybook で確認してください -- その他の注意点などを [Design ページ](/?path=/docs/doc-design--page) に記載してあります。ご確認ください +- その他の注意点などを [Design ページ](?path=/docs/doc-design-readme--docs) に記載してあります。ご確認ください ### Storybook からコンポーネントを探す diff --git a/docs/Stylesheets.stories.mdx b/docs/Stylesheets.stories.mdx index a20b07f66..0ac75636f 100644 --- a/docs/Stylesheets.stories.mdx +++ b/docs/Stylesheets.stories.mdx @@ -13,7 +13,7 @@ vibes では [BEM](https://en.bem.info/methodology/) をベースにしたコー ## styled-components 部分的にstyled-componentsを導入しはじめています。 -styled-componentsについては、[?path=/docs/doc-typescript--page](TypeScript)のページを参照してください。 +styled-componentsについては、[TypeScript](?path=/docs/doc-typescript--docs)のページを参照してください。 ## コーディング規約