Skip to content

Commit 68cc55f

Browse files
authored
docs: guides/examples index page translated into Korean (feature-sliced#735)
1 parent e09a3e0 commit 68cc55f

File tree

1 file changed

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

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
hide_table_of_contents: true
3+
---
4+
5+
# Examples
6+
7+
<p class="summary">
8+
๋ฐฉ๋ฒ•๋ก  ์ ์šฉ์— ๋Œ€ํ•œ ์˜ˆ์‹œ๋“ค
9+
</p>
10+
11+
## Main
12+
13+
import NavCard from "@site/src/shared/ui/nav-card/tmpl.mdx"
14+
import { UserSwitchOutlined, LayoutOutlined, FontSizeOutlined } from "@ant-design/icons";
15+
16+
<NavCard
17+
title="Authentication"
18+
description="์ธ์ฆ ๋กœ์ง์˜ ์„ธ๋ถ„ํ™”"
19+
to="/docs/guides/examples/auth"
20+
Icon={UserSwitchOutlined}
21+
tags={["Forms", "2FA", "OAuth", "Token storage", "Token refresh"]}
22+
/>
23+
<NavCard
24+
title="Types"
25+
description="ํƒ€์ž… ์œ„์น˜ ์„ ์ • ๋ฐ FSD์—์„œ์˜ ํƒ€์ž… ์ข…๋ฅ˜"
26+
to="/docs/guides/examples/types"
27+
Icon={FontSizeOutlined}
28+
tags={["DTO", "Mappers", "Entity relationships", "Auto-generation", "Validation schemas"]}
29+
/>
30+
<NavCard
31+
title="Page layouts"
32+
description="๋ ˆ์ด์•„์›ƒ์˜ ํ™œ์šฉ ์‚ฌ๋ก€"
33+
to="/docs/guides/examples/page-layout"
34+
Icon={LayoutOutlined}
35+
tags={["Where to store them", "Using widgets in layouts"]}
36+
/>

0 commit comments

Comments
ย (0)