diff --git a/docs/content/docs/react/foundation/iconography/package.mdx b/docs/content/docs/react/foundation/iconography/package.mdx new file mode 100644 index 000000000..a8811a218 --- /dev/null +++ b/docs/content/docs/react/foundation/iconography/package.mdx @@ -0,0 +1,10 @@ +--- +title: 리액트 아이콘 패키지 +description: 리액트 아이콘 패키지는 아이콘을 사용할 때 필요한 컴포넌트를 제공합니다. +--- + +## 설치 + +```package-install +npm install @daangn/react-icon +``` diff --git a/docs/content/docs/react/foundation/iconography/upgrade.mdx b/docs/content/docs/react/foundation/iconography/upgrade.mdx new file mode 100644 index 000000000..3f44ce732 --- /dev/null +++ b/docs/content/docs/react/foundation/iconography/upgrade.mdx @@ -0,0 +1,8 @@ +--- +title: 업그레이드 가이드 +description: seed-design/react-icon에서 daangn/react-icon으로 업그레이드하는 방법을 안내합니다. +--- + +## 업그레이드 + +방법 \ No newline at end of file diff --git a/docs/content/docs/react/meta.json b/docs/content/docs/react/meta.json index 295282262..4ef11435e 100644 --- a/docs/content/docs/react/meta.json +++ b/docs/content/docs/react/meta.json @@ -1,5 +1,5 @@ { "title": "react", "root": true, - "pages": ["index", "get-started", "components"] + "pages": ["index", "get-started", "foundation", "components"] }