From 6761310c9a1d2d4fdd97d6f190b79d1908db32d6 Mon Sep 17 00:00:00 2001 From: Evawudonger Date: Thu, 18 Sep 2025 12:01:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=95=E7=94=A8=E9=93=BE?= =?UTF-8?q?=E6=8E=A5master-2509?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/devstation/_toc.yaml | 5 ++- docs/en/edge_computing/_toc.yaml | 2 +- docs/en/server/_toc.yaml | 10 +++--- .../administrator/basic_configuration.md | 34 ------------------- .../security/secharden/kernel_parameters.md | 2 +- .../server/security/trusted_computing/ima.md | 2 +- docs/en/tools/community_tools/_toc.yaml | 16 ++++----- docs/en/tools/desktop/_toc.yaml | 2 +- docs/en/tools/devops/_toc.yaml | 2 +- docs/en/tools/security/_toc.yaml | 2 +- docs/zh/devstation/_toc.yaml | 10 +++--- docs/zh/edge_computing/_toc.yaml | 2 +- docs/zh/server/_toc.yaml | 14 ++++---- .../system_resources_and_performance.md | 1 + .../server/security/trusted_computing/ima.md | 2 +- docs/zh/tools/community_tools/_toc.yaml | 16 ++++----- docs/zh/tools/desktop/_toc.yaml | 2 +- docs/zh/tools/devops/_toc.yaml | 2 +- docs/zh/tools/security/_toc.yaml | 2 +- 19 files changed, 47 insertions(+), 81 deletions(-) diff --git a/docs/en/devstation/_toc.yaml b/docs/en/devstation/_toc.yaml index e880b94..74e59a2 100644 --- a/docs/en/devstation/_toc.yaml +++ b/docs/en/devstation/_toc.yaml @@ -1,9 +1,8 @@ label: DevStation sections: - href: - upstream: https://gitee.com/src-openeuler/oeDeploy/blob/master/docs/en/_toc.yaml + upstream: https://gitee.com/src-openeuler/oeDeploy/blob/openEuler-25.09/docs/en/_toc.yaml path: ./devstation/oedeploy - href: - upstream: https://gitee.com/src-openeuler/oeGitExt/blob/master/docs/en/_toc.yaml + upstream: https://gitee.com/src-openeuler/oeGitExt/blob/openEuler-25.09/docs/en/_toc.yaml path: ./devstation/oeGitExt - diff --git a/docs/en/edge_computing/_toc.yaml b/docs/en/edge_computing/_toc.yaml index 809f1da..9ed175b 100644 --- a/docs/en/edge_computing/_toc.yaml +++ b/docs/en/edge_computing/_toc.yaml @@ -1,5 +1,5 @@ label: Edge Computing sections: - href: - upstream: https://gitee.com/src-openeuler/k3s/blob/master/docs/en/_toc.yaml + upstream: https://gitee.com/src-openeuler/k3s/blob/openEuler-25.09/docs/en/_toc.yaml path: ./k3s \ No newline at end of file diff --git a/docs/en/server/_toc.yaml b/docs/en/server/_toc.yaml index cd574cd..a5cfccd 100644 --- a/docs/en/server/_toc.yaml +++ b/docs/en/server/_toc.yaml @@ -40,13 +40,13 @@ sections: - href: ./security/secharden/_toc.yaml - href: ./security/trusted_computing/_toc.yaml - href: - upstream: https://gitee.com/openeuler/secGear/blob/master/docs/en/master/_toc.yaml + upstream: https://gitee.com/openeuler/secGear/blob/master/docs/en/2509/_toc.yaml path: ./security/secgear - href: - upstream: https://gitee.com/openeuler/secDetector/blob/master/docs/en/master/_toc.yaml + upstream: https://gitee.com/openeuler/secDetector/blob/master/docs/en/2509/_toc.yaml path: ./security/secDetector - href: - upstream: https://gitee.com/openeuler/cve-ease/blob/master/docs/en/master/_toc.yaml + upstream: https://gitee.com/openeuler/cve-ease/blob/master/docs/en/2509/_toc.yaml path: ./security/cve_ease - href: ./security/cert_signature/_toc.yaml - href: ./security/sbom/_toc.yaml @@ -79,7 +79,7 @@ sections: - label: Tuning Framework sections: - href: - upstream: https://gitee.com/openeuler/oeAware-manager/blob/master/docs/en/master/_toc.yaml + upstream: https://gitee.com/openeuler/oeAware-manager/blob/master/docs/en/2509/_toc.yaml path: ./performance/oeaware - label: CPU Optimization sections: @@ -98,7 +98,7 @@ sections: sections: - href: ./development/application_dev/_toc.yaml - href: - upstream: https://gitee.com/openeuler/compiler-docs/blob/master/docs/en/gcc/_toc.yaml + upstream: https://gitee.com/openeuler/compiler-docs/blob/openEuler-25.09/docs/en/gcc/_toc.yaml path: ./development/gcc - label: High Availability sections: diff --git a/docs/en/server/administration/administrator/basic_configuration.md b/docs/en/server/administration/administrator/basic_configuration.md index 670b596..37ce10d 100644 --- a/docs/en/server/administration/administrator/basic_configuration.md +++ b/docs/en/server/administration/administrator/basic_configuration.md @@ -1,39 +1,5 @@ # Basic Configuration - - -- [Basic Configuration](#basic-configuration) - - [Setting the System Locale](#setting-the-system-locale) - - [Displaying the Current Locale Status](#displaying-the-current-locale-status) - - [Listing Available Locales](#listing-available-locales) - - [Setting the Locale](#setting-the-locale) - - [Setting the Keyboard Layout](#setting-the-keyboard-layout) - - [Displaying the Current Settings](#displaying-the-current-settings) - - [Listing Available Keyboard Layouts](#listing-available-keyboard-layouts) - - [Setting the Keyboard Layout](#setting-the-keyboard-layout-1) - - [Setting the Date and Time](#setting-the-date-and-time) - - [Using the timedatectl Command](#using-the-timedatectl-command) - - [Displaying the Current Date and Time](#displaying-the-current-date-and-time) - - [Synchronizing the System Clock with a Remote Server](#synchronizing-the-system-clock-with-a-remote-server) - - [Changing the Current Date](#changing-the-current-date) - - [Changing the Current Time](#changing-the-current-time) - - [Changing the Time Zone](#changing-the-time-zone) - - [Using the date Command](#using-the-date-command) - - [Displaying the Current Date and Time](#displaying-the-current-date-and-time-1) - - [Changing the Current Time](#changing-the-current-time-1) - - [Changing the Current Date](#changing-the-current-date-1) - - [Using the hwclock Command](#using-the-hwclock-command) - - [Real-Time Clock and System Clock](#real-time-clock-and-system-clock) - - [Displaying the Current Date and Time](#displaying-the-current-date-and-time-2) - - [Setting the Date and Time](#setting-the-date-and-time-1) - - [Setting kdump](#setting-kdump) - - [Setting the Memory Reserved for kdump](#setting-the-memory-reserved-for-kdump) - - [Parameter Formats of the Memory Reserved for kdump](#parameter-formats-of-the-memory-reserved-for-kdump) - - [Recommended Reserved Memory](#recommended-reserved-memory) - - [Disabling Network Drivers](#disabling-network-drivers) - - - ## Setting the System Locale System locale settings are stored in the /etc/locale.conf file and can be modified by the localectl command. These settings are read at system boot by the systemd daemon. diff --git a/docs/en/server/security/secharden/kernel_parameters.md b/docs/en/server/security/secharden/kernel_parameters.md index f2d4816..e9e8fb2 100644 --- a/docs/en/server/security/secharden/kernel_parameters.md +++ b/docs/en/server/security/secharden/kernel_parameters.md @@ -199,7 +199,7 @@ Kernel parameters specify the status of network configurations and application p 2. Run the following command to load the kernel parameters set in the **sysctl.conf** file: - ``` + ```shell sysctl -p /etc/sysctl.conf ``` diff --git a/docs/en/server/security/trusted_computing/ima.md b/docs/en/server/security/trusted_computing/ima.md index d01ff97..070ae09 100644 --- a/docs/en/server/security/trusted_computing/ima.md +++ b/docs/en/server/security/trusted_computing/ima.md @@ -708,7 +708,7 @@ After installing RPM packages released by openEuler, digest list files are autom **/etc/ima/digest_lists/0-metadata_list-compact-\** -This is the IMA digest list file, generated using the `gen_digest_lists` command (see [gen_digest_lists](#gen-digest-lists) for details). This binary file contains header information and a series of SHA256 hash values, representing the digest values of legitimate file contents and file extended attributes. Once measured or appraised, this file is imported into the kernel, and IMA digest list measurement or appraisal is performed based on the allowlist digest values in this file. +This is the IMA digest list file, generated using the `gen_digest_lists` command (see [gen_digest_lists](#gen_digest_lists) for details). This binary file contains header information and a series of SHA256 hash values, representing the digest values of legitimate file contents and file extended attributes. Once measured or appraised, this file is imported into the kernel, and IMA digest list measurement or appraisal is performed based on the allowlist digest values in this file. **/etc/ima/digest_lists/0-metadata_list-rpm-\** diff --git a/docs/en/tools/community_tools/_toc.yaml b/docs/en/tools/community_tools/_toc.yaml index 5c886d8..46390aa 100644 --- a/docs/en/tools/community_tools/_toc.yaml +++ b/docs/en/tools/community_tools/_toc.yaml @@ -3,15 +3,15 @@ sections: - label: Image Creation sections: - href: - upstream: https://gitee.com/src-openeuler/oemaker/blob/master/docs/en/_toc.yaml + upstream: https://gitee.com/src-openeuler/oemaker/blob/openEuler-25.09/docs/en/_toc.yaml path: ./isocut - href: - upstream: https://gitee.com/openeuler/imageTailor/blob/master/docs/en/master/_toc.yaml + upstream: https://gitee.com/openeuler/imageTailor/blob/master/docs/en/2509/_toc.yaml path: ./imagetailor - label: Compilation sections: - href: - upstream: https://gitee.com/openeuler/compiler-docs/blob/master/docs/en/gcc/_toc.yaml + upstream: https://gitee.com/openeuler/compiler-docs/blob/openEuler-25.09/docs/en/gcc/_toc.yaml path: ./gcc - label: Performance Optimization sections: @@ -19,23 +19,23 @@ sections: upstream: https://gitee.com/openeuler/A-Tune/blob/master/docs/en/24.03_LTS_SP2/_toc.yaml path: ./atune - href: - upstream: https://gitee.com/openeuler/oeAware-manager/blob/master/docs/en/master/_toc.yaml + upstream: https://gitee.com/openeuler/oeAware-manager/blob/master/docs/en/2509/_toc.yaml path: ./oeaware - label: Migration sections: - href: - upstream: https://gitee.com/src-openeuler/migration-tools/blob/master/docs/en/_toc.yaml + upstream: https://gitee.com/src-openeuler/migration-tools/blob/openEuler-25.09/docs/en/_toc.yaml path: ./migration_tools - label: Virtualization sections: - href: - upstream: https://gitee.com/openeuler/eulerlauncher/blob/master/docs/en/master/_toc.yaml + upstream: https://gitee.com/openeuler/eulerlauncher/blob/master/docs/en/2509/_toc.yaml path: ./eulerlauncher - label: Package Management sections: - href: - upstream: https://gitee.com/openeuler/epkg/blob/master/docs/en/master/_toc.yaml + upstream: https://gitee.com/openeuler/epkg/blob/master/docs/en/2509/_toc.yaml path: ./epkg - href: - upstream: https://gitee.com/openeuler/epkg-autopkg/blob/master/docs/en/master/_toc.yaml + upstream: https://gitee.com/openeuler/epkg-autopkg/blob/master/docs/en/2509/_toc.yaml path: ./epkg_autopkg diff --git a/docs/en/tools/desktop/_toc.yaml b/docs/en/tools/desktop/_toc.yaml index 227c07b..7d2028a 100644 --- a/docs/en/tools/desktop/_toc.yaml +++ b/docs/en/tools/desktop/_toc.yaml @@ -3,7 +3,7 @@ sections: - href: upstream: https://gitee.com/openeuler/ukui/blob/master/docs/en/_toc.yaml - href: - upstream: https://gitee.com/openeuler/dde/blob/master/docs/en/_toc.yaml + upstream: https://gitee.com/openeuler/dde/blob/openEuler-25.09/docs/en/_toc.yaml - href: upstream: https://gitee.com/openeuler/kiran-desktop/blob/master/docs/en/_toc.yaml path: ./kiran diff --git a/docs/en/tools/devops/_toc.yaml b/docs/en/tools/devops/_toc.yaml index 4a5f33c..39f5697 100644 --- a/docs/en/tools/devops/_toc.yaml +++ b/docs/en/tools/devops/_toc.yaml @@ -3,5 +3,5 @@ sections: - label: Source Code Management sections: - href: - upstream: https://gitee.com/openeuler/patch-tracking/blob/master/docs/en/master/_toc.yaml + upstream: https://gitee.com/openeuler/patch-tracking/blob/master/docs/en/2509/_toc.yaml path: ./patch_tracking diff --git a/docs/en/tools/security/_toc.yaml b/docs/en/tools/security/_toc.yaml index 13e0a46..89defee 100644 --- a/docs/en/tools/security/_toc.yaml +++ b/docs/en/tools/security/_toc.yaml @@ -1,5 +1,5 @@ label: Security sections: - href: - upstream: https://gitee.com/openeuler/secGear/blob/master/docs/en/master/_toc.yaml + upstream: https://gitee.com/openeuler/secGear/blob/master/docs/en/2509/_toc.yaml path: ./secgear diff --git a/docs/zh/devstation/_toc.yaml b/docs/zh/devstation/_toc.yaml index 788a286..f68326f 100644 --- a/docs/zh/devstation/_toc.yaml +++ b/docs/zh/devstation/_toc.yaml @@ -1,17 +1,17 @@ label: DevStation sections: - href: - upstream: https://gitee.com/src-openeuler/calamares/blob/master/docs/zh/_toc.yaml + upstream: https://gitee.com/src-openeuler/calamares/blob/openEuler-25.09/docs/zh/_toc.yaml path: ./devstation/calamares - href: - upstream: https://gitee.com/src-openeuler/oeDeploy/blob/master/docs/zh/_toc.yaml + upstream: https://gitee.com/src-openeuler/oeDeploy/blob/openEuler-25.09/docs/zh/_toc.yaml path: ./devstation/oedeploy - href: - upstream: https://gitee.com/src-openeuler/oeGitExt/blob/master/docs/zh/_toc.yaml + upstream: https://gitee.com/src-openeuler/oeGitExt/blob/openEuler-25.09/docs/zh/_toc.yaml path: ./devstation/oeGitExt - href: - upstream: https://gitee.com/src-openeuler/roo-code/blob/master/docs/zh/_toc.yaml + upstream: https://gitee.com/src-openeuler/roo-code/blob/openEuler-25.09/docs/zh/_toc.yaml path: ./devstation/roo-code - href: - upstream: https://gitee.com/src-openeuler/oeDevPlugin/blob/master/docs/zh/_toc.yaml + upstream: https://gitee.com/src-openeuler/oeDevPlugin/blob/openEuler-25.09/docs/zh/_toc.yaml path: ./devstation/oeDevPlugin diff --git a/docs/zh/edge_computing/_toc.yaml b/docs/zh/edge_computing/_toc.yaml index b39e0bd..b735e6d 100644 --- a/docs/zh/edge_computing/_toc.yaml +++ b/docs/zh/edge_computing/_toc.yaml @@ -1,5 +1,5 @@ label: 边缘计算 sections: - href: - upstream: https://gitee.com/src-openeuler/k3s/blob/master/docs/zh/_toc.yaml + upstream: https://gitee.com/src-openeuler/k3s/blob/openEuler-25.09/docs/zh/_toc.yaml path: ./k3s diff --git a/docs/zh/server/_toc.yaml b/docs/zh/server/_toc.yaml index 95a905a..40430f3 100644 --- a/docs/zh/server/_toc.yaml +++ b/docs/zh/server/_toc.yaml @@ -40,13 +40,13 @@ sections: - href: ./security/secharden/_toc.yaml - href: ./security/trusted_computing/_toc.yaml - href: - upstream: https://gitee.com/openeuler/secGear/blob/master/docs/zh/master/_toc.yaml + upstream: https://gitee.com/openeuler/secGear/blob/master/docs/zh/2509/_toc.yaml path: ./security/secgear - href: - upstream: https://gitee.com/openeuler/secDetector/blob/master/docs/zh/master/_toc.yaml + upstream: https://gitee.com/openeuler/secDetector/blob/master/docs/zh/2509/_toc.yaml path: ./security/secDetector - href: - upstream: https://gitee.com/openeuler/cve-ease/blob/master/docs/zh/master/_toc.yaml + upstream: https://gitee.com/openeuler/cve-ease/blob/master/docs/zh/2509/_toc.yaml path: ./security/cve_ease - href: ./security/cert_signature/_toc.yaml - href: ./security/sbom/_toc.yaml @@ -79,7 +79,7 @@ sections: - label: 调优框架 sections: - href: - upstream: https://gitee.com/openeuler/oeAware-manager/blob/master/docs/zh/master/_toc.yaml + upstream: https://gitee.com/openeuler/oeAware-manager/blob/master/docs/zh/2509/_toc.yaml path: ./performance/oeaware - label: CPU调优 sections: @@ -98,13 +98,13 @@ sections: sections: - href: ./development/application_dev/_toc.yaml - href: - upstream: https://gitee.com/openeuler/compiler-docs/blob/master/docs/zh/bisheng_autotuner/_toc.yaml + upstream: https://gitee.com/openeuler/compiler-docs/blob/openEuler-25.09/docs/zh/bisheng_autotuner/_toc.yaml path: ./development/bisheng_autotuner - href: - upstream: https://gitee.com/openeuler/compiler-docs/blob/master/docs/zh/gcc/_toc.yaml + upstream: https://gitee.com/openeuler/compiler-docs/blob/openEuler-25.09/docs/zh/gcc/_toc.yaml path: ./development/gcc - href: - upstream: https://gitee.com/openeuler/compiler-docs/blob/master/docs/zh/llvm/_toc.yaml + upstream: https://gitee.com/openeuler/compiler-docs/blob/openEuler-25.09/docs/zh/llvm/_toc.yaml path: ./development/llvm - label: HA高可用 sections: diff --git a/docs/zh/server/performance/system_resource/system_resources_and_performance.md b/docs/zh/server/performance/system_resource/system_resources_and_performance.md index 18dd964..78d8d19 100644 --- a/docs/zh/server/performance/system_resource/system_resources_and_performance.md +++ b/docs/zh/server/performance/system_resource/system_resources_and_performance.md @@ -29,6 +29,7 @@ ![](./images/zh-cn_image_0000001385585749.png) 在命令的输出信息中,各字段所代表的含义如下: + |字段|含义| |--|--| |procs|进程信息字段。| diff --git a/docs/zh/server/security/trusted_computing/ima.md b/docs/zh/server/security/trusted_computing/ima.md index d05af1a..cef8588 100644 --- a/docs/zh/server/security/trusted_computing/ima.md +++ b/docs/zh/server/security/trusted_computing/ima.md @@ -681,7 +681,7 @@ yum install ima-evm-utils digest-list-tools **/etc/ima/digest_lists/0-metadata_list-compact-\** -为IMA摘要列表文件,通过`gen_digest_lists`命令生成(生成方法详见[gen_digest_lists工具](#gen-digest-lists工具)),该文件为二进制格式,包含header信息以及一连串SHA256哈希值,分别代表合法的文件内容摘要值和文件扩展属性摘要值。该文件被度量或评估后,最终被导入内核,并以该文件中的白名单摘要值为基准进行IMA摘要列表度量或评估。 +为IMA摘要列表文件,通过`gen_digest_lists`命令生成(生成方法详见[gen_digest_lists工具](#gen_digest_lists工具)),该文件为二进制格式,包含header信息以及一连串SHA256哈希值,分别代表合法的文件内容摘要值和文件扩展属性摘要值。该文件被度量或评估后,最终被导入内核,并以该文件中的白名单摘要值为基准进行IMA摘要列表度量或评估。 **/etc/ima/digest_lists/0-metadata_list-rpm-\** diff --git a/docs/zh/tools/community_tools/_toc.yaml b/docs/zh/tools/community_tools/_toc.yaml index f2e1a10..26e91e3 100644 --- a/docs/zh/tools/community_tools/_toc.yaml +++ b/docs/zh/tools/community_tools/_toc.yaml @@ -3,15 +3,15 @@ sections: - label: 镜像构建 sections: - href: - upstream: https://gitee.com/src-openeuler/oemaker/blob/master/docs/zh/_toc.yaml + upstream: https://gitee.com/src-openeuler/oemaker/blob/openEuler-25.09/docs/zh/_toc.yaml path: ./isocut - href: - upstream: https://gitee.com/openeuler/imageTailor/blob/master/docs/zh/master/_toc.yaml + upstream: https://gitee.com/openeuler/imageTailor/blob/master/docs/zh/2509/_toc.yaml path: ./imagetailor - label: 编译 sections: - href: - upstream: https://gitee.com/openeuler/compiler-docs/blob/master/docs/zh/gcc/_toc.yaml + upstream: https://gitee.com/openeuler/compiler-docs/blob/openEuler-25.09/docs/zh/gcc/_toc.yaml path: ./gcc - label: 性能优化 sections: @@ -19,23 +19,23 @@ sections: upstream: https://gitee.com/openeuler/A-Tune/blob/master/docs/zh/24.03_LTS_SP2/_toc.yaml path: ./atune - href: - upstream: https://gitee.com/openeuler/oeAware-manager/blob/master/docs/zh/master/_toc.yaml + upstream: https://gitee.com/openeuler/oeAware-manager/blob/master/docs/zh/2509/_toc.yaml path: ./oeaware - label: 迁移 sections: - href: - upstream: https://gitee.com/src-openeuler/migration-tools/blob/master/docs/zh/_toc.yaml + upstream: https://gitee.com/src-openeuler/migration-tools/blob/openEuler-25.09/docs/zh/_toc.yaml path: ./migration_tools - label: 虚拟化 sections: - href: - upstream: https://gitee.com/openeuler/eulerlauncher/blob/master/docs/zh/master/_toc.yaml + upstream: https://gitee.com/openeuler/eulerlauncher/blob/master/docs/zh/2509/_toc.yaml path: ./eulerlauncher - label: epkg软件包 sections: - href: - upstream: https://gitee.com/openeuler/epkg/blob/master/docs/zh/master/_toc.yaml + upstream: https://gitee.com/openeuler/epkg/blob/master/docs/zh/2509/_toc.yaml path: ./epkg - href: - upstream: https://gitee.com/openeuler/epkg-autopkg/blob/master/docs/zh/master/_toc.yaml + upstream: https://gitee.com/openeuler/epkg-autopkg/blob/master/docs/zh/2509/_toc.yaml path: ./epkg_autopkg diff --git a/docs/zh/tools/desktop/_toc.yaml b/docs/zh/tools/desktop/_toc.yaml index 26b31e8..8bdf45a 100644 --- a/docs/zh/tools/desktop/_toc.yaml +++ b/docs/zh/tools/desktop/_toc.yaml @@ -3,7 +3,7 @@ sections: - href: upstream: https://gitee.com/openeuler/ukui/blob/master/docs/zh/_toc.yaml - href: - upstream: https://gitee.com/openeuler/dde/blob/master/docs/zh/_toc.yaml + upstream: https://gitee.com/openeuler/dde/blob/openEuler-25.09/docs/zh/_toc.yaml - href: upstream: https://gitee.com/openeuler/kiran-desktop/blob/master/docs/zh/_toc.yaml path: ./kiran diff --git a/docs/zh/tools/devops/_toc.yaml b/docs/zh/tools/devops/_toc.yaml index 20740d3..cb0d441 100644 --- a/docs/zh/tools/devops/_toc.yaml +++ b/docs/zh/tools/devops/_toc.yaml @@ -3,5 +3,5 @@ sections: - label: 源码管理 sections: - href: - upstream: https://gitee.com/openeuler/patch-tracking/blob/master/docs/zh/master/_toc.yaml + upstream: https://gitee.com/openeuler/patch-tracking/blob/master/docs/zh/2509/_toc.yaml path: ./patch_tracking diff --git a/docs/zh/tools/security/_toc.yaml b/docs/zh/tools/security/_toc.yaml index 09c8917..41fac9a 100644 --- a/docs/zh/tools/security/_toc.yaml +++ b/docs/zh/tools/security/_toc.yaml @@ -1,5 +1,5 @@ label: 安全 sections: - href: - upstream: https://gitee.com/openeuler/secGear/blob/master/docs/zh/master/_toc.yaml + upstream: https://gitee.com/openeuler/secGear/blob/master/docs/zh/2509/_toc.yaml path: ./secgear -- Gitee