Skip to content

Commit 39ae10f

Browse files
authored
feat: guides page translated into Korean (feature-sliced#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)