From 1ae6952b9f118ffb685436cf4065c19826111601 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Mon, 12 Feb 2024 13:29:32 +0100 Subject: [PATCH] fix linting --- .../current/getting-started/quick-setup.md | 5 +++-- .../current/guides/automatic-reboots.md | 3 ++- .../current/guides/automatic-updates.md | 3 ++- .../current/guides/backup/automated-backup.md | 3 ++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/getting-started/quick-setup.md b/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/getting-started/quick-setup.md index 34137eb36..f6ba516b4 100644 --- a/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/getting-started/quick-setup.md +++ b/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/getting-started/quick-setup.md @@ -23,7 +23,8 @@ Palworld 전용 서버를 이용해 보세요! ## Docker Compose -이 저장소에는 서버를 설정하는 데 사용할 수 있는 [docker-compose.yml](https://github.com/thijsvanloef/palworld-server-docker/blob/main/docker-compose.yml) 예제 파일이 포함되어 있습니다. +이 저장소에는 서버를 설정하는 데 사용할 수 있는 +[docker-compose.yml](https://github.com/thijsvanloef/palworld-server-docker/blob/main/docker-compose.yml) 예제 파일이 포함되어 있습니다. ```yml services: @@ -123,4 +124,4 @@ docker run -d \ `docker compose stop` 를 사용해 서버를 중지시킵니다. -`docker compose down --rmi all` 를 사용해 서버를 중지시키고 삭제한 다음 컴퓨터의 docker image까지 삭제합니다. \ No newline at end of file +`docker compose down --rmi all` 를 사용해 서버를 중지시키고 삭제한 다음 컴퓨터의 docker image까지 삭제합니다. diff --git a/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/guides/automatic-reboots.md b/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/guides/automatic-reboots.md index 109491f6c..4b06452de 100644 --- a/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/guides/automatic-reboots.md +++ b/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/guides/automatic-reboots.md @@ -20,7 +20,8 @@ sidebar_position: 4 `AUTO_REBOOT_CRON_EXPRESSION`은 cron 표현식으로, Cron 표현식에서는 작업을 실행할 간격을 정의합니다. :::tip -이 이미지는 cron 작업을 위해 Supercronic을 사용합니다. [supercronic](https://github.com/aptible/supercronic#crontab-format) 또는 [Crontab Generator](https://crontab-generator.org)를 참조하세요. +이 이미지는 cron 작업을 위해 Supercronic을 사용합니다. [supercronic](https://github.com/aptible/supercronic#crontab-format) 또는 +[Crontab Generator](https://crontab-generator.org)를 참조하세요. ::: `AUTO_REBOOT_CRON_EXPRESSION`을 설정하여 기본 스케줄을 변경하세요. 기본 설정은 TZ로 설정된 시간대에 따라 매일 자정에 재부팅됩니다. diff --git a/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/guides/automatic-updates.md b/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/guides/automatic-updates.md index f4639037a..760734596 100644 --- a/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/guides/automatic-updates.md +++ b/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/guides/automatic-updates.md @@ -22,7 +22,8 @@ sidebar_position: 5 `AUTO_UPDATE_CRON_EXPRESSION`은 cron 표현식으로, Cron 표현식에서는 작업을 실행할 간격을 정의합니다. :::tip -이 이미지는 cron 작업을 위해 Supercronic을 사용합니다. [supercronic](https://github.com/aptible/supercronic#crontab-format) 또는 [Crontab Generator](https://crontab-generator.org)를 참조하세요. +이 이미지는 cron 작업을 위해 Supercronic을 사용합니다. [supercronic](https://github.com/aptible/supercronic#crontab-format) 또는 +[Crontab Generator](https://crontab-generator.org)를 참조하세요. ::: `AUTO_UPDATE_CRON_EXPRESSION`을 설정하여 기본 스케줄을 변경합니다. diff --git a/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/guides/backup/automated-backup.md b/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/guides/backup/automated-backup.md index 59d19b7c4..dd611f9d4 100644 --- a/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/guides/backup/automated-backup.md +++ b/docusaurus/i18n/ko/docusaurus-plugin-content-docs/current/guides/backup/automated-backup.md @@ -11,7 +11,8 @@ BACKUP_ENABLED를 설정하여 자동 백업을 활성화하거나 비활성화 BACKUP_CRON_EXPRESSION은 cron 표현식으로, Cron 표현식에서는 작업을 실행할 간격을 정의합니다. :::tip -이 이미지는 cron 작업을 위해 Supercronic을 사용합니다. [supercronic](https://github.com/aptible/supercronic#crontab-format) 또는 [Crontab Generator](https://crontab-generator.org)를 참조하세요. +이 이미지는 cron 작업을 위해 Supercronic을 사용합니다. [supercronic](https://github.com/aptible/supercronic#crontab-format) 또는 +[Crontab Generator](https://crontab-generator.org)를 참조하세요. ::: BACKUP_CRON_EXPRESSION을 설정하여 기본 스케줄을 변경합니다.