forked from thijsvanloef/palworld-server-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request thijsvanloef#371 from Temple2001/kr-docusaurus
Add docusaurus Korean translation
- Loading branch information
Showing
16 changed files
with
303 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
...s/i18n/ko/docusaurus-plugin-content-docs/current/advanced/palworld-directory.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Palworld 디렉터리 | ||
|
||
Palworld 데이터와 관련된 모든 것은 컨테이너 내부의 `/palworld` 폴더에 있습니다. | ||
|
||
## 폴더 구조 | ||
|
||
![Folder Structure](../../../../../../docusaurus/docs/assets/folder_structure.jpg) | ||
|
||
| 폴더 | 용도 | | ||
|------------------------------|-------------------------------------------------------------------| | ||
| palworld | 모든 Palworld 서버 파일이 있는 루트 폴더 | | ||
| backups | `backup` 명령어로 생성된 모든 백업이 저장되는 폴더 | | ||
| Pal/Saved/Config/LinuxServer | 수동 설정을 위한 모든 .ini 구성 파일이 있는 폴더 | | ||
|
||
## 호스트의 파일 시스템에 데이터 디렉터리 연결 | ||
|
||
Palworld 폴더를 호스트 시스템에 연결하는 가장 간단한 방법은 아래의 docker-compose.yml 파일 예시를 사용하는 것입니다: | ||
|
||
```yml | ||
volumes: | ||
- ./palworld:/palworld/ | ||
``` | ||
이렇게 하면 현재 작업 디렉터리에 `palworld` 폴더가 생성되고 `/palworld` 폴더가 마운트됩니다. |
145 changes: 73 additions & 72 deletions
145
...urus-plugin-content-docs/current/getting-started/configuration/game-settings.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.