Skip to content

Commit

Permalink
docs(docs): create react icon foundation page
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Oct 23, 2024
1 parent d9a8e93 commit 80f4573
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/content/docs/react/foundation/iconography/package.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: 리액트 아이콘 패키지
description: 리액트 아이콘 패키지는 아이콘을 사용할 때 필요한 컴포넌트를 제공합니다.
---

## 설치

```package-install
npm install @daangn/react-icon
```
8 changes: 8 additions & 0 deletions docs/content/docs/react/foundation/iconography/upgrade.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 업그레이드 가이드
description: seed-design/react-icon에서 daangn/react-icon으로 업그레이드하는 방법을 안내합니다.
---

## 업그레이드

방법
2 changes: 1 addition & 1 deletion docs/content/docs/react/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "react",
"root": true,
"pages": ["index", "get-started", "components"]
"pages": ["index", "get-started", "foundation", "components"]
}

0 comments on commit 80f4573

Please sign in to comment.