From bd2499f22f544dcf2426ed6af709d2ab1fe78285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 03:22:09 +0000 Subject: [PATCH 1/2] Bump DavidAnson/markdownlint-cli2-action from 16 to 17 Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 16 to 17. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/v16...v17) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 36140f9a9..a9077eae9 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4 - name: Lint - Markdown - uses: DavidAnson/markdownlint-cli2-action@v16 + uses: DavidAnson/markdownlint-cli2-action@v17 with: config: ".markdownlint.jsonc" globs: "**/*.md" From df0aa1c662e02658de8aa1265f82b4a2a8c4fb94 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Sun, 29 Sep 2024 00:24:25 +0200 Subject: [PATCH 2/2] fix linting errors --- docusaurus/docs/guides/cronjobs/automatic-updates.md | 1 + .../current/guides/cronjobs/automatic-updates.md | 1 + .../current/guides/automatic-updates.md | 1 + 3 files changed, 3 insertions(+) diff --git a/docusaurus/docs/guides/cronjobs/automatic-updates.md b/docusaurus/docs/guides/cronjobs/automatic-updates.md index f85aee382..92043e3fe 100644 --- a/docusaurus/docs/guides/cronjobs/automatic-updates.md +++ b/docusaurus/docs/guides/cronjobs/automatic-updates.md @@ -24,6 +24,7 @@ already use the needed policy | AUTO_UPDATE_CRON_EXPRESSION | Setting affects frequency of automatic updates. | 0 \* \* \* \* | Needs a Cron-Expression - See [Configuring Automatic Backups with Cron](https://palworld-server-docker.loef.dev/guides/backup/automated-backup) | | AUTO_UPDATE_ENABLED | Enables automatic updates | false | true/false | | AUTO_UPDATE_WARN_MINUTES | How long to wait to update the server, after the player were informed. (This will be ignored, if no Players are connected) | 30 | !0 | + :::tip This image uses Supercronic for crons see [supercronic](https://github.com/aptible/supercronic#crontab-format) diff --git a/docusaurus/i18n/de/docusaurus-plugin-content-docs/current/guides/cronjobs/automatic-updates.md b/docusaurus/i18n/de/docusaurus-plugin-content-docs/current/guides/cronjobs/automatic-updates.md index 55527113c..b19e54930 100644 --- a/docusaurus/i18n/de/docusaurus-plugin-content-docs/current/guides/cronjobs/automatic-updates.md +++ b/docusaurus/i18n/de/docusaurus-plugin-content-docs/current/guides/cronjobs/automatic-updates.md @@ -25,6 +25,7 @@ Der Beispiel-Docker-Befehl und die Docker-Compose-Datei in | AUTO_UPDATE_CRON_EXPRESSION | Einstellung beeinflusst die Häufigkeit automatischer Updates. | 0 \* \* \* \* | Erfordert einen Cron-Ausdruck - Siehe [Konfiguration automatischer Backups mit Cron](https://palworld-server-docker.loef.dev/de/guides/backup/automated-backup) | | AUTO_UPDATE_ENABLED | Aktiviert automatische Updates | false | true/false | | AUTO_UPDATE_WARN_MINUTES | Wie lange gewartet werden soll, bis der Server nach dem Informieren der Spieler aktualisiert wird. (Dies wird ignoriert, wenn keine Spieler verbunden sind) | 30 | !0 | + :::tip Dieses Image verwendet Supercronic für Cron-Jobs. Siehe [Supercronic](https://github.com/aptible/supercronic#crontab-format) diff --git a/docusaurus/i18n/zh/docusaurus-plugin-content-docs/current/guides/automatic-updates.md b/docusaurus/i18n/zh/docusaurus-plugin-content-docs/current/guides/automatic-updates.md index e85cb4683..f30885d66 100644 --- a/docusaurus/i18n/zh/docusaurus-plugin-content-docs/current/guides/automatic-updates.md +++ b/docusaurus/i18n/zh/docusaurus-plugin-content-docs/current/guides/automatic-updates.md @@ -22,6 +22,7 @@ sidebar_position: 5 | AUTO_UPDATE_CRON_EXPRESSION | 设置影响自动更新的频率。 | 0 \* \* \* \* | 需要 Cron 表达式 - 请参见[使用 Cron 配置自动备份](https://palworld-server-docker.loef.dev/zh/guides/backup/automated-backup/) | | AUTO_UPDATE_ENABLED | 启用自动更新 | false | true/false | | AUTO_UPDATE_WARN_MINUTES | 在通知玩家后等待多长时间更新服务器(如果没有玩家连接,将忽略此设置) | 30 | !0 | + :::tip 这个镜像使用 Supercronic 来执行 cron 任务。 查阅 [supercronic](https://github.com/aptible/supercronic#crontab-format)