Skip to content

Commit 29093d5

Browse files
committed
fix
1 parent fa1b457 commit 29093d5

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

src/sidebarLearn.json

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,26 @@
2020
}
2121
]
2222
},
23-
{
24-
"title": "Installation",
23+
{
24+
"title": "Kurulum",
2525
"path": "/learn/installation",
2626
"routes": [
2727
{
28-
"title": "Creating a React App",
28+
"title": "React Uygulaması Oluşturma",
2929
"path": "/learn/creating-a-react-app"
3030
},
3131
{
32-
"title": "Build a React App from Scratch",
32+
"title": "Sıfırdan Bir React Uygulaması Oluşturun",
3333
"path": "/learn/build-a-react-app-from-scratch"
3434
},
3535
{
36-
"title": "Add React to an Existing Project",
37-
"path": "/learn/add-react-to-an-existing-project"
38-
}
39-
]
40-
},
41-
{
42-
"title": "Varolan Bir Projeye React Eklemek",
36+
"title": "Mevcut Bir Projeye React Ekleme",
4337
"path": "/learn/add-react-to-an-existing-project"
4438
}
4539
]
4640
},
4741
{
48-
"title": "Setup",
42+
"title": "Yapılandırma",
4943
"path": "/learn/setup",
5044
"routes": [
5145
{
@@ -152,9 +146,7 @@
152146
{
153147
"title": "State'i Yönetmek",
154148
"path": "/learn/managing-state",
155-
"tags": [
156-
"intermediate"
157-
],
149+
"tags": ["intermediate"],
158150
"routes": [
159151
{
160152
"title": "Girdiye State ile Reaksiyon Verme",
@@ -189,9 +181,7 @@
189181
{
190182
"title": "Kaçış Yolları",
191183
"path": "/learn/escape-hatches",
192-
"tags": [
193-
"advanced"
194-
],
184+
"tags": ["advanced"],
195185
"routes": [
196186
{
197187
"title": "Ref ile Değerlere Referans Verme",
@@ -228,4 +218,4 @@
228218
]
229219
}
230220
]
231-
}
221+
}

0 commit comments

Comments
 (0)