1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/mdbook.md
코드싸이 c369e30f73
linux/man: update Korean translation, linux/m*: add Korean translation (#14709)
* linux/man: update Korean translation

* linux/m*: add Korean translation
2024-11-09 13:27:56 +09:00

559 B

mdbook

Markdown 파일을 작성하여 온라인 책을 만듭니다. 더 많은 정보: https://rust-lang.github.io/mdBook/.

  • 현재 디렉토리에 mdbook 프로젝트 생성:

mdbook init

  • 특정 디렉토리에 mdbook 프로젝트 생성:

mdbook init {{경로/대상/폴더}}

  • 생성된 책이 있는 디렉토리 정리:

mdbook clean

mdbook serve

  • Markdown 파일 세트를 감시하고 파일이 변경될 때 자동으로 빌드:

mdbook watch