Skip to content

Commit 04bdf39

Browse files
Merge pull request #4 from letsescape/feature/cleanup
코드 및 문서 개선
2 parents 9018fdc + f3be9d8 commit 04bdf39

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+11615
-11070
lines changed

.gitignore

Lines changed: 84 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,99 @@
11
# Dependencies
2-
/node_modules
2+
node_modules/
3+
.yarn/
4+
.pnp.*
35

46
# Production
5-
/build
7+
/build/
8+
/dist/
69

710
# Generated files
8-
.docusaurus
9-
.cache-loader
10-
11-
# Misc
12-
.DS_Store
13-
.env.local
14-
.env.development.local
15-
.env.test.local
16-
.env.production.local
11+
.docusaurus/
12+
.cache-loader/
13+
.cache/
1714

1815
# Logs
16+
logs/
17+
*.log
1918
npm-debug.log*
2019
yarn-debug.log*
2120
yarn-error.log*
21+
lerna-debug.log*
22+
.pnpm-debug.log*
23+
24+
# Environment variables
25+
.env
26+
.env.local
27+
.env.development.local
28+
.env.test.local
29+
.env.production.local
2230

2331
# IDE specific files
24-
.idea
25-
.vscode
32+
# VSCode
33+
.vscode/
34+
.history/
35+
*.code-workspace
36+
37+
# JetBrains IDEs
38+
.idea/
39+
.idea_modules/
40+
*.iml
41+
*.iws
42+
*.ipr
43+
out/
44+
45+
# Sublime Text
46+
*.sublime-workspace
47+
*.sublime-project
48+
49+
# Vim
2650
*.swp
2751
*.swo
2852

29-
# Local Netlify folder
30-
.netlify
53+
# OS specific files
54+
# macOS
55+
.DS_Store
56+
.DS_Store?
57+
.AppleDouble
58+
.LSOverride
59+
Icon
60+
._*
61+
.Spotlight-V100
62+
.Trashes
63+
64+
# Windows
65+
Thumbs.db
66+
Thumbs.db:encryptable
67+
ehthumbs.db
68+
ehthumbs_vista.db
69+
*.stackdump
70+
[Dd]esktop.ini
71+
$RECYCLE.BIN/
72+
73+
# Temporary files
74+
tmp/
75+
temp/
76+
77+
# TypeScript
78+
tsconfig.tsbuildinfo
79+
80+
# Coverage directory used by tools like istanbul
81+
coverage/
82+
*.lcov
83+
84+
# Docusaurus specific
85+
.docusaurus
86+
87+
# Deployment services
88+
.netlify/
89+
.vercel/
90+
.now/
91+
92+
# Optional npm cache directory
93+
.npm
94+
95+
# Optional eslint cache
96+
.eslintcache
97+
98+
# Optional stylelint cache
99+
.stylelintcache

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) Kim Chanhyung
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,45 @@
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)`

i18n/en/docusaurus-plugin-content-docs/current.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)