This is an automated email from the ASF dual-hosted git repository. jimin pushed a commit to branch docusaurus in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push: new b4b9a11ab8b optimize: optimize indentation (#966) b4b9a11ab8b is described below commit b4b9a11ab8bbd2fae9cba7a59b3cdd2d6c2957d5 Author: jimin <sliev...@163.com> AuthorDate: Tue Apr 29 16:12:00 2025 +0800 optimize: optimize indentation (#966) --- .../current/download/seata-server.md | 20 ++++++++++---------- .../current/download/seata-server.md | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md b/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md index a27111eaea4..fcaeb46e07a 100644 --- a/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md +++ b/i18n/en/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md @@ -94,12 +94,12 @@ It is crucial to verify the integrity of downloaded files using GPG or SHA signa gpg --verify apache-seata-***.asc apache-seata-*** ``` -If something like the following appears, it means the signature is correct: -```text -gpg: Signature made Tue Apr 29 12:11:09 2025 CST -gpg: using RSA key 775377BF271D659E591249CD63E269707E8BF0FB -gpg: Good signature from "xxx" [ultimate] -``` + If something like the following appears, it means the signature is correct: + ```bash + gpg: Signature made Tue Apr 29 12:11:09 2025 CST + gpg: using RSA key 775377BF271D659E591249CD63E269707E8BF0FB + gpg: Good signature from "xxx" [ultimate] + ``` ### Verify Checksums @@ -109,8 +109,8 @@ gpg: Good signature from "xxx" [ultimate] ```bash shasum -c apache-seata-***.sha512 ``` -If something like the following appears, it means the checksum is correct: + If something like the following appears, it means the checksum is correct: -```text -apache-seata-***.tar.gz: OK -``` + ```bash + apache-seata-***.tar.gz: OK + ``` diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md b/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md index 3a517d8849b..7ddf7d96876 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs-unversioned/current/download/seata-server.md @@ -99,13 +99,13 @@ hide_table_of_contents: true gpg --verify apache-seata-***.asc apache-seata-*** ``` -如果出现类似以下内容,说明签名是正确的: + 如果出现类似以下内容,说明签名是正确的: -```text -gpg: Signature made Tue Apr 29 12:11:09 2025 CST -gpg: using RSA key 775377BF271D659E591249CD63E269707E8BF0FB -gpg: Good signature from "xxx" [ultimate] -``` + ```bash + gpg: Signature made Tue Apr 29 12:11:09 2025 CST + gpg: using RSA key 775377BF271D659E591249CD63E269707E8BF0FB + gpg: Good signature from "xxx" [ultimate] + ``` ### 验证 Checksum @@ -116,8 +116,8 @@ gpg: Good signature from "xxx" [ultimate] shasum -c apache-seata-***.sha512 ``` -如果出现类似以下内容,说明 checksum 是正确的: + 如果出现类似以下内容,说明 checksum 是正确的: -```text -apache-seata-***.tar.gz: OK -``` + ```bash + apache-seata-***.tar.gz: OK + ``` --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org