linux/man: update Korean translation, linux/m*: add Korean translation (#14709)

* linux/man: update Korean translation

* linux/m*: add Korean translation
This commit is contained in:
코드싸이
2024-11-09 13:27:56 +09:00
committed by GitHub
parent 340dd5cc12
commit c369e30f73
56 changed files with 1134 additions and 9 deletions

24
pages.ko/linux/mdbook.md Normal file
View File

@@ -0,0 +1,24 @@
# mdbook
> Markdown 파일을 작성하여 온라인 책을 만듭니다.
> 더 많은 정보: <https://rust-lang.github.io/mdBook/>.
- 현재 디렉토리에 mdbook 프로젝트 생성:
`mdbook init`
- 특정 디렉토리에 mdbook 프로젝트 생성:
`mdbook init {{경로/대상/폴더}}`
- 생성된 책이 있는 디렉토리 정리:
`mdbook clean`
- <http://localhost:3000>에서 책 제공, 파일 변경 시 자동 빌드:
`mdbook serve`
- Markdown 파일 세트를 감시하고 파일이 변경될 때 자동으로 빌드:
`mdbook watch`