Skip to content

Commit d01a044

Browse files
committed
navbar's docs leanguage adjusment
1 parent c379a93 commit d01a044

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

Diff for: content/docs/nav.yml

+31-31
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
- id: getting-started
44
title: Getting Started
55
- id: add-react-to-a-website
6-
title: Add React to a Website
6+
title: Menambahkan React pada Sebuah Situs
77
- id: create-a-new-react-app
8-
title: Create a New React App
8+
title: Membuat Sebuah Aplikasi React Baru
99
- id: cdn-links
10-
title: CDN Links
10+
title: Tautan CDN
1111
- id: release-channels
1212
title: Release Channels
1313
- title: Main Concepts
@@ -16,31 +16,31 @@
1616
- id: hello-world
1717
title: Hello World
1818
- id: introducing-jsx
19-
title: Introducing JSX
19+
title: Memperkenalkan JSX
2020
- id: rendering-elements
21-
title: Rendering Elements
21+
title: Me-render Elements
2222
- id: components-and-props
23-
title: Components and Props
23+
title: Komponen dan Props
2424
- id: state-and-lifecycle
25-
title: State and Lifecycle
25+
title: State dan Lifecycle
2626
- id: handling-events
27-
title: Handling Events
27+
title: Penanganan Events
2828
- id: conditional-rendering
29-
title: Conditional Rendering
29+
title: Render Bersyarat
3030
- id: lists-and-keys
31-
title: Lists and Keys
31+
title: Lists dan Keys
3232
- id: forms
33-
title: Forms
33+
title: Form
3434
- id: lifting-state-up
35-
title: Lifting State Up
35+
title: Memindahkan State ke Atas
3636
- id: composition-vs-inheritance
37-
title: Composition vs Inheritance
37+
title: Komposisi vs Pewarisan
3838
- id: thinking-in-react
39-
title: Thinking In React
39+
title: Cara Berpikir Dengan React
4040
- title: Advanced Guides
4141
items:
4242
- id: accessibility
43-
title: Accessibility
43+
title: Aksesibilitas
4444
- id: code-splitting
4545
title: Code-Splitting
4646
- id: context
@@ -54,31 +54,31 @@
5454
- id: higher-order-components
5555
title: Higher-Order Components
5656
- id: integrating-with-other-libraries
57-
title: Integrating with Other Libraries
57+
title: Integrasi dengan Library Lain
5858
- id: jsx-in-depth
5959
title: JSX In Depth
6060
- id: optimizing-performance
61-
title: Optimizing Performance
61+
title: Mengoptimalkan Performa
6262
- id: portals
6363
title: Portals
6464
- id: profiler
6565
title: Profiler
6666
- id: react-without-es6
67-
title: React Without ES6
67+
title: React Tanpa ES6
6868
- id: react-without-jsx
69-
title: React Without JSX
69+
title: React Tanpa JSX
7070
- id: reconciliation
71-
title: Reconciliation
71+
title: Rekonsiliasi
7272
- id: refs-and-the-dom
73-
title: Refs and the DOM
73+
title: Ref dan DOM
7474
- id: render-props
7575
title: Render Props
7676
- id: static-type-checking
77-
title: Static Type Checking
77+
title: Pengecekan Static Type
7878
- id: strict-mode
79-
title: Strict Mode
79+
title: Mode Ketat (Strict Mode)
8080
- id: typechecking-with-proptypes
81-
title: Typechecking With PropTypes
81+
title: Pengecekan Type Dengan PropTypes
8282
- id: uncontrolled-components
8383
title: Uncontrolled Components
8484
- id: web-components
@@ -95,15 +95,15 @@
9595
- id: react-dom-server
9696
title: ReactDOMServer
9797
- id: dom-elements
98-
title: DOM Elements
98+
title: Elemen-elemen DOM
9999
- id: events
100100
title: SyntheticEvent
101101
- id: test-utils
102-
title: Test Utilities
102+
title: Utilitas Tes
103103
- id: test-renderer
104104
title: Test Renderer
105105
- id: javascript-environment-requirements
106-
title: JS Environment Requirements
106+
title: Kebutuhan Lingkungan JavaScript
107107
- id: glossary
108108
title: Glossary
109109
- title: Hooks
@@ -112,17 +112,17 @@
112112
- id: hooks-intro
113113
title: Introducing Hooks
114114
- id: hooks-overview
115-
title: Hooks at a Glance
115+
title: Sekilas tentang Hooks
116116
- id: hooks-state
117-
title: Using the State Hook
117+
title: Menggunakan State Hook
118118
- id: hooks-effect
119119
title: Using the Effect Hook
120120
- id: hooks-rules
121121
title: Rules of Hooks
122122
- id: hooks-custom
123123
title: Building Your Own Hooks
124124
- id: hooks-reference
125-
title: Hooks API Reference
125+
title: Referensi API Hooks
126126
- id: hooks-faq
127127
title: Hooks FAQ
128128
- title: Testing
@@ -137,7 +137,7 @@
137137
isOrdered: true
138138
items:
139139
- id: concurrent-mode-intro
140-
title: Introducing Concurrent Mode
140+
title: Memperkenalkan Mode Concurrent
141141
- id: concurrent-mode-suspense
142142
title: Suspense for Data Fetching
143143
- id: concurrent-mode-patterns

0 commit comments

Comments
 (0)