-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d1334e
commit 66bb606
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
# component-docs | ||
|
||
### Folder Structure | ||
|
||
```sh | ||
component-docs | ||
┣ 📂components # mdx 컴포넌트 | ||
┣ 📂metadatas # scripts로 생성하기 위한 컴포넌트 정보들 | ||
┣ 📂pages # 문서 | ||
┣ 📂public # | ||
┃ ┗ 📂registry # | ||
┃ ┃ ┗ 📂components # CLI로 install 할 때 참조 | ||
┣ 📂schemas # | ||
┣ 📂scripts # | ||
┗ 📂snippets # registry에 담김 | ||
``` |