Skip to content

Commit

Permalink
docs: guide example page translated into Korean
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaic4o committed Oct 13, 2024
1 parent 39ae10f commit 62c8834
Showing 1 changed file with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
hide_table_of_contents: true
---

# Examples

<p class="summary">
방법둠 μ μš©μ— λŒ€ν•œ μ˜ˆμ‹œλ“€
</p>

## Main

import NavCard from "@site/src/shared/ui/nav-card/tmpl.mdx"
import { UserSwitchOutlined, LayoutOutlined, FontSizeOutlined } from "@ant-design/icons";

<NavCard
title="Authentication"
description="인증 둜직의 μ„ΈλΆ„ν™”"
to="/docs/guides/examples/auth"
Icon={UserSwitchOutlined}
tags={["Forms", "2FA", "OAuth", "Token storage", "Token refresh"]}
/>
<NavCard
title="Types"
description="νƒ€μž… μœ„μΉ˜ μ„ μ • 및 FSDμ—μ„œμ˜ νƒ€μž… μ’…λ₯˜"
to="/docs/guides/examples/types"
Icon={FontSizeOutlined}
tags={["DTO", "Mappers", "Entity relationships", "Auto-generation", "Validation schemas"]}
/>
<NavCard
title="Page layouts"
description="FSDμ—μ„œ νƒ€μž…μ„ 어디에 λ°°μΉ˜ν•˜κ³  ν™œμš©ν• μ§€μ— λŒ€ν•œ κ°€μ΄λ“œ"
to="/docs/guides/examples/page-layout"
Icon={LayoutOutlined}
tags={["Where to store them", "Using widgets in layouts"]}
/>

0 comments on commit 62c8834

Please sign in to comment.