Skip to content

Commit 74e1c49

Browse files
committed
docs: update sidebarLearn.json
1 parent 3704431 commit 74e1c49

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/content/learn/build-a-react-app-from-scratch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Build a React app from Scratch
2+
title: 처음부터 React 앱 만들기
33
---
44

55
<Intro>

src/content/learn/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Setup
2+
title: 설정하기
33
---
44
<Intro>
55

src/sidebarLearn.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"path": "/learn/creating-a-react-app"
3030
},
3131
{
32-
"title": "Build a React App from Scratch",
32+
"title": "처음부터 React 앱 만들기",
3333
"path": "/learn/build-a-react-app-from-scratch"
3434
},
3535
{
@@ -39,7 +39,7 @@
3939
]
4040
},
4141
{
42-
"title": "Setup",
42+
"title": "설정하기",
4343
"path": "/learn/setup",
4444
"routes": [
4545
{
@@ -83,7 +83,7 @@
8383
"path": "/learn/writing-markup-with-jsx"
8484
},
8585
{
86-
"title": "중괄호가 있는 JSX 안에서 자바스크립트 사용하기",
86+
"title": "중괄호가 있는 JSX에서 자바스크립트 사용하기",
8787
"path": "/learn/javascript-in-jsx-with-curly-braces"
8888
},
8989
{

0 commit comments

Comments
 (0)