common/l*: add Korean translation (#14665)

This commit is contained in:
코드싸이
2024-11-07 09:27:55 +09:00
committed by GitHub
parent feb91d75ea
commit ef281bb658
103 changed files with 2279 additions and 0 deletions

24
pages.ko/common/lychee.md Normal file
View File

@@ -0,0 +1,24 @@
# lychee
> 깨진 URL을 찾기 위한 도구.
> 더 많은 정보: <https://lychee.cli.rs/usage/cli/>.
- 웹사이트에서 깨진 링크 스캔:
`lychee {{https://example.com}}`
- 오류 유형의 세부 분류 표시:
`lychee --format detailed {{https://example.com}}`
- DDOS 보호를 방지하기 위해 연결 수 제한:
`lychee --max-concurrency {{5}} {{links.txt}}`
- 디렉터리 구조 내 파일에서 깨진 URL 확인:
`grep -r "{{패턴}}" | lychee -`
- 도움말 표시:
`lychee --help`