diff --git a/tools/template/intro.md b/tools/template/intro.md index 5acf007..d2d210e 100644 --- a/tools/template/intro.md +++ b/tools/template/intro.md @@ -32,6 +32,7 @@ ScrapYard는 문서 작성 밎 문서를 아카이빙 할 수 있는 웹 어플 - [recoil](https://recoiljs.org/) - [MUI](https://mui.com/) - [dndkit](https://docs.dndkit.com/) +- [markdown](https://commonmark.org/) ## 1.5. 개요(Overview) diff --git a/tools/template/specific.md b/tools/template/specific.md index 41eb271..10f327a 100644 --- a/tools/template/specific.md +++ b/tools/template/specific.md @@ -145,3 +145,5 @@ Chunk는 문서를 이루는 기본적인 단위이다. 글의 문단이라고 ### 3.7.2. 사용자 인터페이스 상세 ![interface](./interface.png) + +다음과 같이 컴포넌트가 배치될 것이다. 배치될 컴포넌트는 Treeview, Chunk, ChunkList, Appbar, GeneralDialogue, Drawer, ContextMenu, StashList가 있다. \ No newline at end of file