Skip to content

Commit

Permalink
docs: guides examples page title applied in Korean (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaic4o authored Feb 9, 2025
1 parent c390a4f commit 3a53c76
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
sidebar_position: 1
sidebar_label: 인증
---

# Authentication
# 인증

보톡 인증은 μ„Έ 가지 μ£Όμš” λ‹¨κ³„λ‘œ μ΄λ£¨μ–΄μ§‘λ‹ˆλ‹€:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ import NavCard from "@site/src/shared/ui/nav-card/tmpl.mdx"
import { UserSwitchOutlined, LayoutOutlined, FontSizeOutlined } from "@ant-design/icons";

<NavCard
title="Authentication"
title="κΆŒν•œ"
description="인증 둜직의 μ„ΈλΆ„ν™”"
to="/docs/guides/examples/auth"
Icon={UserSwitchOutlined}
tags={["Forms", "2FA", "OAuth", "Token storage", "Token refresh"]}
/>
<NavCard
title="Types"
title="νƒ€μž…"
description="νƒ€μž… μœ„μΉ˜ μ„ μ • 및 FSDμ—μ„œμ˜ νƒ€μž… μ’…λ₯˜"
to="/docs/guides/examples/types"
Icon={FontSizeOutlined}
tags={["DTO", "Mappers", "Entity relationships", "Auto-generation", "Validation schemas"]}
/>
<NavCard
title="Page layouts"
title="νŽ˜μ΄μ§€ λ ˆμ΄μ•„μ›ƒ"
description="λ ˆμ΄μ•„μ›ƒμ˜ ν™œμš© 사둀"
to="/docs/guides/examples/page-layout"
Icon={LayoutOutlined}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 3
---

# Page layouts
# νŽ˜μ΄μ§€ λ ˆμ΄μ•„μ›ƒ

이 κ°€μ΄λ“œλŠ” μ—¬λŸ¬ νŽ˜μ΄μ§€κ°€ 같은 κΈ°λ³Έ ꡬ쑰λ₯Ό κ³΅μœ ν•˜κ³ , μ£Όμš” λ‚΄μš©λ§Œ λ‹€λ₯Έ 경우 μ‚¬μš©ν•  수 μžˆλŠ” _νŽ˜μ΄μ§€ λ ˆμ΄μ•„μ›ƒ_ 에 λŒ€ν•΄ μ„€λͺ…ν•©λ‹ˆλ‹€.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 2
---

# Types
# νƒ€μž…

이 κ°€μ΄λ“œλŠ” Typescript와 같은 정적 νƒ€μž… μ–Έμ–΄μ˜ 데이터 νƒ€μž…μ„ λ‹€λ£¨λŠ” 방법과 FSD ꡬ쑰 λ‚΄μ—μ„œ νƒ€μž…μ΄ μ–΄λ–»κ²Œ ν™œμš©λ˜λŠ”μ§€ μ„€λͺ…ν•©λ‹ˆλ‹€.

Expand Down

0 comments on commit 3a53c76

Please sign in to comment.