docsify, doctl-*: add Korean translation (#14180)

This commit is contained in:
HoJeong Im
2024-10-16 16:19:50 +09:00
committed by GitHub
parent 610b23c59a
commit db5d81ca8a
18 changed files with 400 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# docsify
> 마크다운 문서를 초기화하고 제공.
> 더 많은 정보: <https://cli.docsifyjs.org>.
- 현재 디렉토리에서 새로운 문서를 초기화:
`docsify init`
- 지정된 디렉토리에서 새로운 문서를 초기화:
`docsify init {{경로/대상/디렉토리}}`
- 실시간 재로드를 통해 `localhost:3000`에 로컬 문서 제공:
`docsify serve {{경로/대상/디렉토리}}`
- 지정된 포트의 `localhost`에 대한 로컬 문서를 제공:
`docsify serve --port {{80}} {{경로/대상/디렉토리}}`
- 지정된 디렉터리에 사이드바 마크다운 파일을 생성:
`docsify generate {{경로/대상/디렉토리}}`