Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translating "nav.yml" to Korean #189

Merged
merged 6 commits into from
Nov 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions content/docs/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,27 +127,27 @@
title: Hook API 참고서
- id: hooks-faq
title: Hook 자주 묻는 질문
- title: Testing
- title: 테스팅
items:
- id: testing
title: 테스팅 개요
- id: testing-recipes
title: Testing Recipes
title: 테스팅 방안
- id: testing-environments
title: Testing Environments
- title: Concurrent Mode (Experimental)
title: 테스팅 환경
- title: Concurrent 모드 (실험 단계)
isOrdered: true
items:
- id: concurrent-mode-intro
title: Introducing Concurrent Mode
title: Concurrent 모드 소개
- id: concurrent-mode-suspense
title: Suspense for Data Fetching
title: 데이터를 가져오기 위한 Suspense
- id: concurrent-mode-patterns
title: Concurrent UI Patterns
title: Concurrent UI 패턴
- id: concurrent-mode-adoption
title: Adopting Concurrent Mode
title: Concurrent 모드 도입하기
- id: concurrent-mode-reference
title: Concurrent Mode API Reference
title: Concurrent 모드 API 참고서
- title: 기여
items:
- id: how-to-contribute
Expand Down