From 81d1f77b2da4cfdc127ff14b0b9257b631aa4290 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 12 Jul 2024 15:13:41 +0000 Subject: [PATCH] Fix wrong description about cron default enable value (#26) Reviewed-on: https://gitea.com/gitea/docs/pulls/26 Reviewed-by: techknowlogick Co-authored-by: Lunny Xiao Co-committed-by: Lunny Xiao --- docs/administration/config-cheat-sheet.md | 2 +- .../version-1.19/administration/config-cheat-sheet.md | 2 +- .../version-1.20/administration/config-cheat-sheet.md | 2 +- .../version-1.21/administration/config-cheat-sheet.md | 2 +- .../version-1.22/administration/config-cheat-sheet.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/administration/config-cheat-sheet.md b/docs/administration/config-cheat-sheet.md index 9220a97b..a9662440 100644 --- a/docs/administration/config-cheat-sheet.md +++ b/docs/administration/config-cheat-sheet.md @@ -1016,7 +1016,7 @@ Default templates for project board view: - `SCHEDULE`: **@midnight**: Cron syntax for scheduling deleted branches cleanup. - `OLDER_THAN`: **24h**: Branches deleted OLDER_THAN ago will be cleaned up. -### Extended cron tasks (not enabled by default) +### Extended cron tasks #### Cron - Garbage collect all repositories (`cron.git_gc_repos`) diff --git a/versioned_docs/version-1.19/administration/config-cheat-sheet.md b/versioned_docs/version-1.19/administration/config-cheat-sheet.md index a8c45e00..43a5c540 100644 --- a/versioned_docs/version-1.19/administration/config-cheat-sheet.md +++ b/versioned_docs/version-1.19/administration/config-cheat-sheet.md @@ -1006,7 +1006,7 @@ Default templates for project boards: - `SCHEDULE`: **@midnight** : Interval as a duration between each synchronization, it will always attempt synchronization when the instance starts. - `UPDATE_EXISTING`: **true**: Create new users, update existing user data and disable users that are not in external source anymore (default) or only create new users if UPDATE_EXISTING is set to false. -### Extended cron tasks (not enabled by default) +### Extended cron tasks #### Cron - Garbage collect all repositories (`cron.git_gc_repos`) diff --git a/versioned_docs/version-1.20/administration/config-cheat-sheet.md b/versioned_docs/version-1.20/administration/config-cheat-sheet.md index 80b18dde..7d435f16 100644 --- a/versioned_docs/version-1.20/administration/config-cheat-sheet.md +++ b/versioned_docs/version-1.20/administration/config-cheat-sheet.md @@ -970,7 +970,7 @@ Default templates for project boards: - `SCHEDULE`: **@midnight** : Interval as a duration between each synchronization, it will always attempt synchronization when the instance starts. - `UPDATE_EXISTING`: **true**: Create new users, update existing user data and disable users that are not in external source anymore (default) or only create new users if UPDATE_EXISTING is set to false. -### Extended cron tasks (not enabled by default) +### Extended cron tasks #### Cron - Garbage collect all repositories (`cron.git_gc_repos`) diff --git a/versioned_docs/version-1.21/administration/config-cheat-sheet.md b/versioned_docs/version-1.21/administration/config-cheat-sheet.md index 2b0cddce..f494f066 100644 --- a/versioned_docs/version-1.21/administration/config-cheat-sheet.md +++ b/versioned_docs/version-1.21/administration/config-cheat-sheet.md @@ -978,7 +978,7 @@ Default templates for project boards: - `RUN_AT_START`: **true**: Run job at start time (if ENABLED). - `SCHEDULE`: **@midnight** : Cron syntax for the job. -### Extended cron tasks (not enabled by default) +### Extended cron tasks #### Cron - Garbage collect all repositories (`cron.git_gc_repos`) diff --git a/versioned_docs/version-1.22/administration/config-cheat-sheet.md b/versioned_docs/version-1.22/administration/config-cheat-sheet.md index d822b697..3989a2a8 100644 --- a/versioned_docs/version-1.22/administration/config-cheat-sheet.md +++ b/versioned_docs/version-1.22/administration/config-cheat-sheet.md @@ -1002,7 +1002,7 @@ Default templates for project boards: - `SCHEDULE`: **@midnight**: Cron syntax for scheduling deleted branches cleanup. - `OLDER_THAN`: **24h**: Branches deleted OLDER_THAN ago will be cleaned up. -### Extended cron tasks (not enabled by default) +### Extended cron tasks #### Cron - Garbage collect all repositories (`cron.git_gc_repos`)