doctum, dog, doggo, duc, duckdb, duf, dumpcap, dune, duplicacy, duplicity, dus, dwebp: add Korean translation (#14166)

This commit is contained in:
HoJeong Im
2024-10-16 16:14:47 +09:00
committed by GitHub
parent a6dea29cb6
commit 610b23c59a
12 changed files with 342 additions and 0 deletions

24
pages.ko/common/doctum.md Normal file
View File

@@ -0,0 +1,24 @@
# doctum
> PHP API에 대한 문서를 생성.
> 더 많은 정보: <https://github.com/code-lts/doctum>.
- 프로젝트 구문 분석:
`doctum parse`
- 프로젝트 렌더링:
`doctum render`
- 프로젝트를 구문 분석한 후 렌더링:
`doctum update`
- 프로젝트의 특정 버전만 구문 분석하고 렌더링:
`doctum update --only-version={{버전}}`
- 특정 구성을 사용하여 프로젝트를 구문 분석하고 렌더링:
`doctum update {{경로/대상/구성파일.php}}`