Skip to content

Commit 39ae10f

Browse files
authored
feat: guides page translated into Korean (#732)
1 parent 60c9346 commit 39ae10f

File tree

1 file changed

+50
-0
lines changed
  • i18n/kr/docusaurus-plugin-content-docs/current/guides

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
hide_table_of_contents: true
3+
pagination_prev: get-started/index
4+
---
5+
6+
# 🎯 Guides
7+
8+
<span class="badge badge--primary margin-bottom--md">PRACTICE-ORIENTED</span>
9+
10+
<p class="summary">
11+
Feature-Sliced Design(FSD)의 μ μš©μ„ μœ„ν•œ μ’…ν•© κ°€μ΄λ“œμž…λ‹ˆλ‹€. ꡬ체적인 μ˜ˆμ‹œ, λ§ˆμ΄κ·Έλ ˆμ΄μ…˜ μ „λž΅, 그리고 FSD μ½”λ“œμ—μ„œ λ°œκ²¬ν•  수 μžˆλŠ” ν”ν•œ μ„€κ³„μƒμ˜ λ¬Έμ œλ“€μ„ λ‹€λ£Ήλ‹ˆλ‹€. FSDλ₯Ό ν”„λ‘œμ νŠΈμ— λ„μž…ν•˜κ±°λ‚˜ κΈ°μ‘΄ ꡬ쑰λ₯Ό κ°œμ„ ν•˜κ³ μž ν•  λ•Œ μ°Έκ³ ν•˜κΈ° 쒋은 λ¦¬μ†ŒμŠ€μž…λ‹ˆλ‹€.
12+
</p>
13+
14+
## Main
15+
16+
import NavCard from "@site/src/shared/ui/nav-card/tmpl.mdx"
17+
import { ToolOutlined, ImportOutlined, BugOutlined, FunctionOutlined } from "@ant-design/icons";
18+
19+
<NavCard
20+
title="Examples"
21+
description="방법둠을 μ μš©ν•œ μ‹€μ œ μ˜ˆμ‹œ"
22+
to="/docs/guides/examples"
23+
Icon={ToolOutlined}
24+
tags={['Authentication', 'Types', 'Page layout']}
25+
/>
26+
<NavCard
27+
title="Migration"
28+
description="κΈ°μ‘΄ μ•„ν‚€ν…μ²˜μ—μ„œ λ§ˆμ΄κ·Έλ ˆμ΄μ…˜ ν•˜κΈ° μœ„ν•œ κ°€μ΄λ“œ"
29+
to="/docs/guides/migration/from-v1"
30+
Icon={ImportOutlined}
31+
tags={['From custom architecture', 'From FSv1']}
32+
/>
33+
<NavCard
34+
title="Tech"
35+
description="ν”„λ ˆμž„μ›Œν¬ 및 λΌμ΄λΈŒλŸ¬λ¦¬λ³„ μ‚¬μš© κ°€μ΄λ“œ"
36+
to="/docs/guides/tech/with-nextjs"
37+
Icon={FunctionOutlined}
38+
tags={['NextJS', 'NuxtJS', 'React Query', 'SvelteKit']}
39+
/>
40+
41+
<NavCard
42+
title="Code Issues (Smells)"
43+
description="μ½”λ“œμ—μ„œ λ°œκ²¬ν•  수 μžˆλŠ” ν”ν•œ μ„€κ³„μƒμ˜ 문제"
44+
to="/docs/guides/issues/desegmented"
45+
Icon={BugOutlined}
46+
tags={['Desegmented', 'Routing', "Cross-imports"]}
47+
/>
48+
49+
50+

0 commit comments

Comments
Β (0)