mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

20
pages.ko/common/mkdocs.md Normal file
View File

@@ -0,0 +1,20 @@
# mkdocs
> Markdown으로 프로젝트 문서화.
> 더 많은 정보: <https://www.mkdocs.org>.
- 새 mkdocs 프로젝트 생성:
`mkdocs new {{프로젝트_이름}}`
- Mkdocs 개발 서버를 사용하여 현재 디렉토리에서 프로젝트 제공:
`mkdocs serve`
- 현재 디렉토리에서 문서 빌드:
`mkdocs build`
- 현재 디렉토리의 문서를 GitHub 페이지에 배포:
`mkdocs gh-deploy`