docsify, doctl-*: add Korean translation (#14180)
This commit is contained in:
24
pages.ko/common/docsify.md
Normal file
24
pages.ko/common/docsify.md
Normal 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 {{경로/대상/디렉토리}}`
|
Reference in New Issue
Block a user