Skip to content

Commit 68cc55f

Browse files
authored
docs: guides/examples index page translated into Korean (#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)