Skip to content

Commit 095341d

Browse files
authored
Merge pull request #221 from tedle1997/main
Translated Nav Bar for Docs
2 parents 867f594 + 92be184 commit 095341d

File tree

2 files changed

+33
-30
lines changed

2 files changed

+33
-30
lines changed

content/docs/faq-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: faq-structure
3-
title: File Structure
3+
title: Cấu trúc dự án
44
permalink: docs/faq-structure.html
55
layout: docs
66
category: FAQ

content/docs/nav.yml

Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
- id: getting-started
44
title: Bắt Đầu
55
- id: add-react-to-a-website
6-
title: Thêm React vào một Website
6+
title: Thêm React Vào Một Website
77
- id: create-a-new-react-app
8-
title: Tạo một App React mới
8+
title: Tạo Một App React Mới
99
- id: cdn-links
10-
title: Các liên kết CDN
10+
title: Các Đường Dẫn CDN
1111
- id: release-channels
12-
title: Các kênh phát hành
12+
title: Các Kênh Phát Hành
13+
1314
- title: Khái niệm chính
1415
isOrdered: true
1516
items:
@@ -20,23 +21,23 @@
2021
- id: rendering-elements
2122
title: Rendering Elements
2223
- id: components-and-props
23-
title: Components and Props
24+
title: Components Props
2425
- id: state-and-lifecycle
25-
title: State and Lifecycle
26+
title: State Và Vòng Đời
2627
- id: handling-events
2728
title: Xử lý Events
2829
- id: conditional-rendering
2930
title: Rendering có điều kiện
3031
- id: lists-and-keys
31-
title: Lists and Keys
32+
title: Lists Keys
3233
- id: forms
3334
title: Forms
3435
- id: lifting-state-up
35-
title: Lifting State Up
36+
title: Chuyển State Lên
3637
- id: composition-vs-inheritance
37-
title: Composition vs Inheritance
38+
title: Kết Hợp Và Kế Thừa
3839
- id: thinking-in-react
39-
title: duy trong React
40+
title: Duy Trong React
4041
- title: Hướng dẫn nâng cao
4142
items:
4243
- id: accessibility
@@ -48,17 +49,18 @@
4849
- id: error-boundaries
4950
title: Error Boundaries
5051
- id: forwarding-refs
51-
title: Chuyển tiếp Refs
52+
title: Chuyển Tiếp Refs
5253
- id: fragments
53-
title: Fragments
54+
title: Phân Mảnh
5455
- id: higher-order-components
5556
title: Higher-Order Components
5657
- id: integrating-with-other-libraries
57-
title: Tích hợp với các thư viện khác
58+
59+
title: Tích Hợp Với Các Thư Viện Khác
5860
- id: jsx-in-depth
59-
title: JSX In Depth
61+
title: JSX Chuyên Sâu
6062
- id: optimizing-performance
61-
title: Tối ưu hiệu năng
63+
title: Tối ưu hoá hiệu năng
6264
- id: portals
6365
title: Portals
6466
- id: profiler
@@ -70,11 +72,11 @@
7072
- id: reconciliation
7173
title: Reconciliation
7274
- id: refs-and-the-dom
73-
title: Refs and the DOM
75+
title: Refs DOM
7476
- id: render-props
7577
title: Render Props
7678
- id: static-type-checking
77-
title: Static Type Checking
79+
title: Kiểm Tra Static Type
7880
- id: strict-mode
7981
title: Strict Mode
8082
- id: typechecking-with-proptypes
@@ -105,7 +107,8 @@
105107
- id: javascript-environment-requirements
106108
title: Môi trường JS yêu cầu
107109
- id: glossary
108-
title: Bảng chú giải
110+
title: Bảng Chú Giải
111+
109112
- title: Hooks
110113
isOrdered: true
111114
items:
@@ -125,25 +128,25 @@
125128
title: Tham chiếu Hooks API
126129
- id: hooks-faq
127130
title: Hooks và các câu hỏi thường gặp
128-
- title: Kiểm thử
131+
- title: Testing
129132
items:
130133
- id: testing
131-
title: Tổng quan kiểm thử
134+
title: Tổng Quan Testing
132135
- id: testing-recipes
133-
title: Phương thức kiểu thử
136+
title: Các Phương Thức Testing
134137
- id: testing-environments
135-
title: Môi trường kiểm thử
136-
- title: Đóng góp
138+
title: Các Môi Trường Testing
139+
- title: Đóng Góp Giúp Đỡ
137140
items:
138141
- id: how-to-contribute
139-
title: Làm sao để đóng góp
142+
title: Làm Thế Nào Để Đóng Góp
140143
- id: codebase-overview
141-
title: Tổng quan về Codebase
144+
title: Tổng Quan Codebase
142145
- id: implementation-notes
143-
title: Ghi chú Triển khai
146+
title: Chú Thích Triển Khai
144147
- id: design-principles
145-
title: Nguyên tắc thiết kế
146-
- title: Cầu hỏi thường gặp
148+
title: Nguyên Tắc Thiết Kế
149+
- title: FAQ
147150
items:
148151
- id: faq-ajax
149152
title: AJAX và APIs
@@ -156,7 +159,7 @@
156159
- id: faq-styling
157160
title: Styling và CSS
158161
- id: faq-structure
159-
title: Cấu trúc File
162+
title: Cấu trúc dự án
160163
- id: faq-versioning
161164
title: Quy tắc đặt tên phiên bản
162165
- id: faq-internals

0 commit comments

Comments
 (0)