Skip to content

Commit

Permalink
docs: apply feedback to Korean translation of guide page
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaic4o committed Oct 9, 2024
1 parent d06ae8f commit c077800
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions i18n/kr/docusaurus-plugin-content-docs/current/guides/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pagination_prev: get-started/index
<span class="badge badge--primary margin-bottom--md">PRACTICE-ORIENTED</span>

<p class="summary">
Feature-Sliced Design(FSD)의 μ μš©μ„ μœ„ν•œ μ’…ν•© κ°€μ΄λ“œμž…λ‹ˆλ‹€. ꡬ체적인 μ˜ˆμ‹œ, λ§ˆμ΄κ·Έλ ˆμ΄μ…˜ μ „λž΅, 그리고 FSD λ ˆκ±°μ‹œ μ½”λ“œμ—μ„œ λ°œμƒν•  수 μžˆλŠ” λ¬Έμ œμ λ“€μ„ λ‹€λ£Ήλ‹ˆλ‹€. FSDλ₯Ό ν”„λ‘œμ νŠΈμ— λ„μž…ν•˜κ±°λ‚˜ κΈ°μ‘΄ ꡬ쑰λ₯Ό κ°œμ„ ν•˜κ³ μž ν•  λ•Œ μ°Έκ³ ν•˜κΈ° 쒋은 λ¦¬μ†ŒμŠ€μž…λ‹ˆλ‹€.
Feature-Sliced Design(FSD)의 μ μš©μ„ μœ„ν•œ μ’…ν•© κ°€μ΄λ“œμž…λ‹ˆλ‹€. ꡬ체적인 μ˜ˆμ‹œ, λ§ˆμ΄κ·Έλ ˆμ΄μ…˜ μ „λž΅, 그리고 FSD μ½”λ“œμ—μ„œ λ°œκ²¬ν•  수 μžˆλŠ” ν”ν•œ μ„€κ³„μƒμ˜ λ¬Έμ œλ“€μ„ λ‹€λ£Ήλ‹ˆλ‹€. FSDλ₯Ό ν”„λ‘œμ νŠΈμ— λ„μž…ν•˜κ±°λ‚˜ κΈ°μ‘΄ ꡬ쑰λ₯Ό κ°œμ„ ν•˜κ³ μž ν•  λ•Œ μ°Έκ³ ν•˜κΈ° 쒋은 λ¦¬μ†ŒμŠ€μž…λ‹ˆλ‹€.
</p>

## Main
Expand All @@ -18,28 +18,29 @@ import { ToolOutlined, ImportOutlined, BugOutlined, FunctionOutlined } from "@an

<NavCard
title="Examples"
description="인증, νƒ€μž… 관리, νŽ˜μ΄μ§€ λ ˆμ΄μ•„μ›ƒ λ“± λ‹€μ–‘ν•œ κΈ°λŠ₯을 λ‹€λ£¨λŠ” μ˜ˆμ œλ“€"
description="방법둠을 μ μš©ν•œ μ‹€μ œ μ˜ˆμ‹œ"
to="/docs/guides/examples"
Icon={ToolOutlined}
tags={['Authentication', 'Types', 'Page layout']}
/>
<NavCard
title="Migration"
description="κΈ°μ‘΄ μ•„ν‚€ν…μ²˜ 및 FSD v1μ—μ„œ FSD v2둜 μ „ν™˜ν•˜λŠ” κ°€μ΄λ“œ"
description="κΈ°μ‘΄ μ•„ν‚€ν…μ²˜μ—μ„œ λ§ˆμ΄κ·Έλ ˆμ΄μ…˜ ν•˜κΈ° μœ„ν•œ κ°€μ΄λ“œ"
to="/docs/guides/migration/from-v1"
Icon={ImportOutlined}
tags={['From custom architecture', 'From FSv1']}
/>
<NavCard
title="Tech"
description="Next.js, React Query λ“± λ‹€μ–‘ν•œ ν”„λ ˆμž„μ›Œν¬μ™€ λΌμ΄λΈŒλŸ¬λ¦¬μ™€ ν•¨κ»˜ FSDλ₯Ό μ‚¬μš©ν•˜λŠ” 방법"
description="ν”„λ ˆμž„μ›Œν¬ 및 λΌμ΄λΈŒλŸ¬λ¦¬λ³„ μ‚¬μš© κ°€μ΄λ“œ"
to="/docs/guides/tech/with-nextjs"
Icon={FunctionOutlined}
tags={['NextJS', 'NuxtJS', 'React Query', 'SvelteKit']}
/>

<NavCard
title="Code Issues (Smells)"
description="λ ˆκ±°μ‹œ μ½”λ“œμ—μ„œ λ°œμƒν•˜λŠ” μ•„ν‚€ν…μ²˜ λ¬Έμ œμ™€ ν•΄κ²°μ±…"
description="μ½”λ“œμ—μ„œ λ°œκ²¬ν•  수 μžˆλŠ” ν”ν•œ μ„€κ³„μƒμ˜ 문제"
to="/docs/guides/issues/desegmented"
Icon={BugOutlined}
tags={['Desegmented', 'Routing', "Cross-imports"]}
Expand Down

0 comments on commit c077800

Please sign in to comment.