From 80f457369e51ab6316630e294a52700787afba75 Mon Sep 17 00:00:00 2001 From: junghyeonsu Date: Wed, 23 Oct 2024 15:26:43 +0900 Subject: [PATCH] docs(docs): create react icon foundation page --- .../docs/react/foundation/iconography/package.mdx | 10 ++++++++++ .../docs/react/foundation/iconography/upgrade.mdx | 8 ++++++++ docs/content/docs/react/meta.json | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 docs/content/docs/react/foundation/iconography/package.mdx create mode 100644 docs/content/docs/react/foundation/iconography/upgrade.mdx 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"] }