diff --git a/docs/Contribution.stories.mdx b/docs/Contribution.stories.mdx index 3f2b95e7..e265ab05 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 f8938ac4..4aad806f 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 b7b6eeb3..ba912bc7 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 a20b07f6..0ac75636 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)のページを参照してください。 ## コーディング規約