summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/usage/packages/storage.en-us.md
diff options
context:
space:
mode:
authorsillyguodong <33891828+sillyguodong@users.noreply.github.com>2023-05-25 11:22:45 +0800
committerGitHub <noreply@github.com>2023-05-25 03:22:45 +0000
commit694b38b880b28cf0b6f643a02617e8652972e57c (patch)
tree278eb266875355adeeb51b5c1212ca3c2e4f929d /docs/content/doc/usage/packages/storage.en-us.md
parent27c221aa5db116e2cc90afbfa9b92f2a220af853 (diff)
downloadgitea-694b38b880b28cf0b6f643a02617e8652972e57c.tar.gz
gitea-694b38b880b28cf0b6f643a02617e8652972e57c.zip
Add chinese documentations for `Packages` (#24914)
Diffstat (limited to 'docs/content/doc/usage/packages/storage.en-us.md')
-rw-r--r--docs/content/doc/usage/packages/storage.en-us.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/content/doc/usage/packages/storage.en-us.md b/docs/content/doc/usage/packages/storage.en-us.md
index 74bd53b52e..bf500f3bc1 100644
--- a/docs/content/doc/usage/packages/storage.en-us.md
+++ b/docs/content/doc/usage/packages/storage.en-us.md
@@ -77,9 +77,9 @@ The cleanup rules are part of the [clean up job]({{< relref "doc/administration/
The cleanup rule:
1. Collects all packages of the package type for the owners registry.
-1. For every package it collects all versions.
-1. Excludes from the list the # versions based on the *Keep the most recent* value.
-1. Excludes from the list any versions matching the *Keep versions matching* value.
-1. Excludes from the list the versions more recent than the *Remove versions older than* value.
-1. Excludes from the list any versions not matching the *Remove versions matching* value.
-1. Deletes the remaining versions.
+2. For every package it collects all versions.
+3. Excludes from the list the # versions based on the *Keep the most recent* value.
+4. Excludes from the list any versions matching the *Keep versions matching* value.
+5. Excludes from the list the versions more recent than the *Remove versions older than* value.
+6. Excludes from the list any versions not matching the *Remove versions matching* value.
+7. Deletes the remaining versions.