Skip to content

Commit

Permalink
docs: es-hangul이 집중해야할 영역을 문서에 작성합니다. (#179)
Browse files Browse the repository at this point in the history
* docs

* Update docs/src/pages/docs/introduction.ko.mdx

Co-authored-by: Jonghyeon Ko <[email protected]>

* Update docs/src/pages/index.ko.mdx

Co-authored-by: Jonghyeon Ko <[email protected]>

* chore: version packages (#183)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: 일관된 한글 표기법 적용 (#138)

* fix: 일관된 한글 표기법 적용

* fix: 기존의 함수를 유지한 채, deprecated 되도록 수정

* fix: main 브랜치와 merge를 위한 수정

* fix: conflict 수정

* fix: 문서에는 chosung prefix를 사용하도록 수정

* fix: ChoseongIncludesDemo 함수명 수정

* chore: cspell.json 으로 설정을 변경합니다. (#172)

* fix: 일관된 한글 표기법 적용

* fix: 기존의 함수를 유지한 채, deprecated 되도록 수정

* docs: chosung~ 문서 작성

* fix: choseongIncludes의 인덱싱 처리

* Create fifty-wolves-melt.md

* fix: import CI 오류 해결

---------

Co-authored-by: Minsoo Kim <[email protected]>
Co-authored-by: 박찬혁 <[email protected]>

* english

* Update docs/src/pages/docs/introduction.ko.mdx

Co-authored-by: Jonghyeon Ko <[email protected]>

* english

* Update docs/src/pages/index.ko.mdx

* Update docs/src/pages/docs/introduction.ko.mdx

---------

Co-authored-by: Jonghyeon Ko <[email protected]>
  • Loading branch information
okinawaa and manudeli committed Jul 14, 2024
1 parent c96e34e commit b6cde8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/docs/introduction.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { Adopters } from '@/components/introduction/Adopters';

When developing products that handle Hangul, tasks such as initial consonant search and accurate particle attachment often need to be performed. In addition, there are cases where you need to separate or combine Hangul elements like initial consonants, vowels, and final consonants. es-hangul helps to easily and quickly implement these frequently occurring Hangul-related functions in business.

es-hangul provides an interface for complex Hangul string processing, including extraction and conversion of initial, medial, and final consonants. By combining the functions of es-hangul with basic JavaScript methods, you can handle all cases of Hangul string processing.
<br />

## Key features
Expand Down
1 change: 1 addition & 0 deletions docs/src/pages/docs/introduction.ko.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { Adopters } from '@/components/introduction/Adopters';

한글을 다루는 제품을 개발할 때, 초성 검색, 정확한 조사 붙이기와 같은 작업을 수행해야 할 경우가 많습니다. 그 외로 초성, 중성, 종성 등의 한글을 분리하거나 결합해야 하는 경우도 있죠. `es-hangul`은 이렇게 비즈니스에서 반복적으로 발생하는 한글 관련한 기능을 쉽고 빠르게 구현할 수 있도록 돕습니다.

es-hangul은 초, 중, 종성 추출과 변환 등 복잡한 한글 문자열 처리를 위한 인터페이스를 제공합니다. es-hangul의 기능과 JavaScript 기본 메소드를 조합하면 모든 케이스의 한글 문자열 처리를 기대할 수 있습니다
<br />

## 어떤 이유로 사용하나요?
Expand Down
3 changes: 1 addition & 2 deletions docs/src/pages/index.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ import { Callout, useTheme, Steps } from 'nextra-theme-docs';
<h3 className="">A modern JavaScript Hangul library</h3>
</div>
<Callout className="w-full">
es-hangul is a small JavaScript library that helps you conveniently handle Hangul. It provides a convenient and
clean API for actions such as searching for initial consonants and attaching particles.
es-hangul is a library that provides an interface for complex Hangul (Korean script) string processing. It allows for searching initial consonants and attaching particles.
</Callout>
</div>
</div>
Expand Down
3 changes: 1 addition & 2 deletions docs/src/pages/index.ko.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ import { Callout, useTheme, Steps } from 'nextra-theme-docs';
<h3 className="">현대적인 JavaScript 한글 라이브러리</h3>
</div>
<Callout className="w-full">
es-hangul은 편리하게 한글을 다룰 수 있도록 돕는 작은 JavaScript 라이브러리입니다. 초성을 검색하고, 조사를 붙이는
등의 동작을 편리하고 깔끔한 API로 제공합니다.
es-hangul은 복잡한 한글 문자열 처리를 위한 인터페이스를 제공하는 라이브러리입니다. 초성을 검색하고, 조사를 붙이는 등의 동작을 편리하고 깔끔한 API로 제공합니다.
</Callout>
</div>
</div>
Expand Down

0 comments on commit b6cde8e

Please sign in to comment.