Skip to content

Commit

Permalink
feat: guides page translated into Korean (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaic4o authored Oct 10, 2024
1 parent 60c9346 commit 39ae10f
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions i18n/kr/docusaurus-plugin-content-docs/current/guides/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
hide_table_of_contents: true
pagination_prev: get-started/index
---

# 🎯 Guides

<span class="badge badge--primary margin-bottom--md">PRACTICE-ORIENTED</span>

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

## Main

import NavCard from "@site/src/shared/ui/nav-card/tmpl.mdx"
import { ToolOutlined, ImportOutlined, BugOutlined, FunctionOutlined } from "@ant-design/icons";

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

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



0 comments on commit 39ae10f

Please sign in to comment.