Skip to content

Commit

Permalink
docs: API 메뉴트리에서 함수명이 카멜케이스로 나오도록합니다 (#215)
Browse files Browse the repository at this point in the history
* menu tree 에서 소문자로 나오게 합니다

* getChoseong
  • Loading branch information
okinawaa committed Aug 4, 2024
1 parent 214fe26 commit 2022a0a
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/src/pages/docs/api/canBe.en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: canBe
---

# canBeChoseong

Check if a given character can be a choseong in Korean.
Expand Down
4 changes: 4 additions & 0 deletions docs/src/pages/docs/api/canBe.ko.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: canBe
---

# canBeChoseong

인자로 받은 문자가 초성으로 위치할 수 있는 문자인지 검사합니다.
Expand Down
5 changes: 4 additions & 1 deletion docs/src/pages/docs/api/getChoseong.en.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# getChoseong
---
title: getChoseong
---

# getChoseong

Extracts the Choseong from a Korean word. (Example: 사과 -> 'ㅅㄱ')

Expand Down
4 changes: 4 additions & 0 deletions docs/src/pages/docs/api/getChoseong.ko.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: getChoseong
---

# getChoseong

단어에서 초성을 추출합니다. (예: `사과` -> `'ㅅㄱ'`)
Expand Down
4 changes: 4 additions & 0 deletions docs/src/pages/docs/api/hasBatchim.en.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: hasBatchim
---

# hasBatchim
Checks if the last character of a Korean string has a batchim (jongseong).

Expand Down
5 changes: 4 additions & 1 deletion docs/src/pages/docs/api/hasBatchim.ko.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# hasBatchim
---
title: hasBatchim
---

# hasBatchim

한글 문자열의 마지막 글자가 받침이 있는지 확인합니다.

Expand Down

0 comments on commit 2022a0a

Please sign in to comment.