File tree Expand file tree Collapse file tree 1 file changed +45
-2
lines changed
Expand file tree Collapse file tree 1 file changed +45
-2
lines changed Original file line number Diff line number Diff line change 1- # laravelkr-docs
2- The Laravel Korean documentation.
1+ <div align =" center " >
2+
3+ # 라라벨 한국어 문서
4+
5+ [ ![ Laravel] ( https://img.shields.io/badge/Laravel-%23FF2D20.svg?logo=laravel&logoColor=white )] ( http://laravel.com )
6+ [ ![ Laravel Version] ( https://img.shields.io/packagist/v/laravel/framework )] ( https://packagist.org/packages/laravel/framework )
7+ [ ![ Last Updated] ( https://img.shields.io/github/last-commit/letsescape/laravel-docs-web/main?label=Last%20Updated )] ( https://github.com/letsescape/laravel-docs-web/commits/main )
8+ [ ![ License] ( https://img.shields.io/github/license/letsescape/laravel-docs-web )] ( https://github.com/letsescape/laravel-docs-web/blob/main/LICENSE )
9+ ![ CodeRabbit Pull Request Reviews] ( https://img.shields.io/coderabbit/prs/github/letsescape/laravel-docs-web?utm_source=oss&utm_medium=github&utm_campaign=letsescape%2Flaravel-docs-web&labelColor=171717&color=FF570A&link=https%3A%2F%2Fcoderabbit.ai&label=CodeRabbit+Reviews )
10+
11+ [ 라라벨 공식 문서] ( https://laravel.com ) | [ 라라벨 한국어 문서] ( https://laravel.chanhyung.kim )
12+
13+ </div >
14+
15+ ## 소개
16+
17+ 라라벨 한국어 문서를 [ Docusaurus] ( https://docusaurus.io ) & [ GitHub Pages] ( https://pages.github.com ) 를 사용하여 배포합니다.
18+
19+ 이 프로젝트는 번역된 문서를 웹사이트로 배포하고, 문서 번역은 [ laravel-docs-source] ( https://github.com/kimchanhyung98/laravel-docs-source ) 에서 처리합니다.
20+
21+ ### 문서 필터링
22+
23+ 마크다운 번역 문서에 다음과 같은 필터링을 적용합니다.
24+
25+ - 현재는 문서를 직접 수정하여 필터링을 적용했습니다.
26+ - [ 문서 필터링 이슈] ( https://github.com/kimchanhyung98/laravel-docs-source/issues/13 ) 참조
27+
28+ ## 실행
29+
30+ ``` bash
31+ npm install
32+ docusaurus start
33+ ```
34+
35+ 문서의 목차(사이드바)를 자동으로 생성하려면 다음 명령을 실행합니다.
36+ 이 스크립트는 ` versioned_docs/version-{버전}/origin/documentation.md ` 파일을 분석하여 각 버전에 대한 사이드바 구조를 생성합니다.
37+
38+ ``` bash
39+ npm run generate-sidebars
40+ ```
41+
42+ ## 라이선스
43+
44+ - 문서 웹사이트 코드: MIT License
45+ - 라라벨 문서 : MIT License ` (Copyright (c) Taylor Otwell) `
You can’t perform that action at this time.
0 commit comments