From 7ebc0e7f9f50d330623dcbc573124a9a7029a482 Mon Sep 17 00:00:00 2001 From: jiho Date: Mon, 4 Mar 2024 14:43:51 +0900 Subject: [PATCH] fix(fe): new order --- content/docs/frontend/5. React, Next.JS (additional).md | 2 +- content/docs/frontend/6. Data Fetching.md | 2 +- content/docs/frontend/9. Git, Github.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/frontend/5. React, Next.JS (additional).md b/content/docs/frontend/5. React, Next.JS (additional).md index 92fe371..2344ee2 100644 --- a/content/docs/frontend/5. React, Next.JS (additional).md +++ b/content/docs/frontend/5. React, Next.JS (additional).md @@ -4,7 +4,7 @@ description = "React의 추가 개념을 공부해봅시다." icon = "article" date = "2023-09-11" lastmod = "2023-10-05" -weight = 290 +weight = 250 +++ 지금까지는 기본적인 부분 위주로 공부를 했어요. 마지막 주차에서는 React의 추가 개념과 third-party 라이브러리를 알아봅시다! diff --git a/content/docs/frontend/6. Data Fetching.md b/content/docs/frontend/6. Data Fetching.md index 14ca003..1c22508 100644 --- a/content/docs/frontend/6. Data Fetching.md +++ b/content/docs/frontend/6. Data Fetching.md @@ -4,7 +4,7 @@ description = "REST API와 GraphQL을 이용해 외부 데이터를 받아봅니 icon = "article" date = "2023-09-11" lastmod = "2023-10-05" -weight = 250 +weight = 260 +++ {{< figure src="../images/web.png" alt="메인 페이지" >}} diff --git a/content/docs/frontend/9. Git, Github.md b/content/docs/frontend/9. Git, Github.md index 4a2caf7..8179de3 100644 --- a/content/docs/frontend/9. Git, Github.md +++ b/content/docs/frontend/9. Git, Github.md @@ -4,7 +4,7 @@ description = "코드의 버전 관리를 위해 Git과 Github를 사용해봅 icon = "article" date = "2023-09-11" lastmod = "2023-10-05" -weight = 300 +weight = 290 +++ 스꾸딩은 프로젝트 관리를 위해 깃과 깃헙을 사용해요! 개인적으로 프로젝트를 관리할 때도 깃과 깃헙을 사용하면 정말 편하답니다. 이번 주차에는 깃과 깃헙을 사용하는 방법을 배워보아요!