diff --git a/docs/zh/server/maintenance/_toc.yaml b/archive/maintenance/_toc.yaml similarity index 100% rename from docs/zh/server/maintenance/_toc.yaml rename to archive/maintenance/_toc.yaml diff --git a/docs/zh/server/maintenance/operation_and_maintenance_overview.md b/archive/maintenance/operation_and_maintenance_overview.md similarity index 100% rename from docs/zh/server/maintenance/operation_and_maintenance_overview.md rename to archive/maintenance/operation_and_maintenance_overview.md diff --git a/docs/zh/server/maintenance/overview.md b/archive/maintenance/overview.md similarity index 100% rename from docs/zh/server/maintenance/overview.md rename to archive/maintenance/overview.md diff --git a/docs/zh/cloud/container_engine/docker_engine/overview.md b/docs/zh/cloud/container_engine/docker_engine/overview.md index 8cdcf173a6b7bff8a722978700e640a25d300327..1165f0be4852b483e41f77e85a9b585e781ab213 100644 --- a/docs/zh/cloud/container_engine/docker_engine/overview.md +++ b/docs/zh/cloud/container_engine/docker_engine/overview.md @@ -2,5 +2,5 @@ Docker是一个开源的Linux容器引擎项目, 用以实现应用的快速打包、部署和交付。Docker的英文本意是码头工人,码头工人的工作就是将商品打包到container\(集装箱\)并且搬运container、装载container。 对应到Linux中,Docker就是将app打包到container,通过container实现app在各种平台上的部署、运行。Docker通过Linux Container技术将app变成一个标准化的、可移植的、自管理的组件,从而实现应用的“一次构建,到处运行”。Docker技术特点就是:应用快速发布、部署简单、管理方便,应用密度更高。 ->![NOTE]说明 +>[!NOTE]说明 >Docker容器的安装和使用需要root权限。 diff --git a/docs/zh/cloud/hybrid_deployment/rubik/_toc.yaml b/docs/zh/cloud/hybrid_deployment/rubik/_toc.yaml index 7a93bd0b000498990717e7607c173f2edc3f7ace..dfea60acb246e0db7f6b6d89463aa4632211b419 100644 --- a/docs/zh/cloud/hybrid_deployment/rubik/_toc.yaml +++ b/docs/zh/cloud/hybrid_deployment/rubik/_toc.yaml @@ -10,7 +10,7 @@ sections: href: ./feature_introduction.md - label: 配置文档 href: configuration.md - - label: ./混部隔离示例 + - label: 混部隔离示例 href: ./example_of_isolation_for_hybrid_deployed_services.md - label: 附录 href: ./appendix.md diff --git a/docs/zh/cloud/nestos/nestos/figures/figure1.png b/docs/zh/cloud/nestos/nestos/figures/figure1.png index 388a038273b5bb428c2f961d4241754fc2edc982..b4eb9017ed202e854c076802492d8561942dfc88 100644 Binary files a/docs/zh/cloud/nestos/nestos/figures/figure1.png and b/docs/zh/cloud/nestos/nestos/figures/figure1.png differ diff --git a/docs/zh/cloud/nestos/nestos/figures/figure2.png b/docs/zh/cloud/nestos/nestos/figures/figure2.png index 8e1bbf940a46234f75229611f706cf9ffd54b73a..90049769c04e2bd494533da1613e38a5199da3d7 100644 Binary files a/docs/zh/cloud/nestos/nestos/figures/figure2.png and b/docs/zh/cloud/nestos/nestos/figures/figure2.png differ diff --git a/docs/zh/server/development/application_dev/_toc.yaml b/docs/zh/server/development/application_dev/_toc.yaml index 8a6ef7397a923915a6803006965b288aa4f2c175..20a2eb8d234477912c4d89e371888afa35999f12 100644 --- a/docs/zh/server/development/application_dev/_toc.yaml +++ b/docs/zh/server/development/application_dev/_toc.yaml @@ -16,5 +16,3 @@ sections: href: ./using_jdk_for_compilation.md - label: 构建RPM包 href: ./building_an_rpm_package.md - - label: 常见问题与解决方法 - href: ./faqs_and_solutions.md diff --git a/docs/zh/server/development/gcc/_toc.yaml b/docs/zh/server/development/gcc/_toc.yaml index f74787c682953f7a305ee24210036eaf525c03a0..bcabffdf0a364fee77184ad21338f87e161732c2 100644 --- a/docs/zh/server/development/gcc/_toc.yaml +++ b/docs/zh/server/development/gcc/_toc.yaml @@ -2,12 +2,9 @@ label: GCC用户指南 isManual: true description: GCC for openEuler 编译器基于开源 GCC 开发,聚焦于C、C++、Fortran语言的优化 sections: - - label: GCC用户指南 - href: ./overview.md - sections: - - label: 内核反馈优化特性 - href: ./kernel_fdo_user_guide.md - - label: 全场景链接时二进制库内联优化 - href: ./link_time_binary_library_inlining_optimization.md - - label: GCC插件框架特性用户指南 - href: ./pin_user_guide.md \ No newline at end of file + - label: 内核反馈优化特性 + href: ./kernel_fdo_user_guide.md + - label: 全场景链接时二进制库内联优化 + href: ./link_time_binary_library_inlining_optimization.md + - label: GCC插件框架特性用户指南 + href: ./pin_user_guide.md \ No newline at end of file diff --git a/docs/zh/server/diversified_computing/dpu_offload/offload_deployment_guide.md b/docs/zh/server/diversified_computing/dpu_offload/offload_deployment_guide.md index 851e5ed5a5847ad295ffa2bb67e58da8a828a284..74d1c79c99a6ce0677268fbe3b8f7bb3a0de174e 100644 --- a/docs/zh/server/diversified_computing/dpu_offload/offload_deployment_guide.md +++ b/docs/zh/server/diversified_computing/dpu_offload/offload_deployment_guide.md @@ -3,10 +3,7 @@ > ![](./public_sys-resources/icon-note.gif)**说明**: > > 本指导涉及对容器管理面组件的少量改动和rexec工具修改,这些修改基于指定版本,其他版本可基于实际执行环境做适配修改。文档中提供的patch仅供验证指导使用,不具备实际商用的条件。 -> ![](./public_sys-resources/icon-note.gif)**说明**: -> > 当前共享文件系统之间通信通过网络完成,可通过网络互连的两台物理机器或VM模拟验证。 -> > 建议用户验证前先搭建可正常使用的kubernetes集群和容器运行环境,针对其中单个节点的管理面进程进行卸载验证,卸载环境(DPU)可选择一台具备网络连接的物理机或VM。 ## 简介 diff --git a/docs/zh/server/high_availability/ha/_toc.yaml b/docs/zh/server/high_availability/ha/_toc.yaml index 16a9cc680a4656b9a6d31123461bbe76426835f6..9bd87d05bad2f0672268761f37fd7539b8610d0f 100644 --- a/docs/zh/server/high_availability/ha/_toc.yaml +++ b/docs/zh/server/high_availability/ha/_toc.yaml @@ -2,10 +2,7 @@ label: HA用户指南 isManual: true description: 安装和使用 HA 高可用集群 sections: - - label: - href: ./ha.md - sections: - - label: HA 安装与部署 - href: ./ha_installation_and_deployment.md - - label: HA 使用实例 - href: ./ha_usecase_examples.md + - label: HA 安装与部署 + href: ./ha_installation_and_deployment.md + - label: HA 使用实例 + href: ./ha_usecase_examples.md diff --git a/docs/zh/server/memory_storage/memory/_toc.yaml b/docs/zh/server/memory_storage/memory/_toc.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bb19a7ef75425beabb62e0f12b3e4cee9673d5ad --- /dev/null +++ b/docs/zh/server/memory_storage/memory/_toc.yaml @@ -0,0 +1,6 @@ +label: 管理内存 +isManual: true +description: 管理内存 +sections: + - label: 管理内存 + href: ./overview.md diff --git a/docs/zh/server/memory_storage/overview.md b/docs/zh/server/memory_storage/memory/overview.md similarity index 99% rename from docs/zh/server/memory_storage/overview.md rename to docs/zh/server/memory_storage/memory/overview.md index 00e0746392712d842c638cab77e42eb5cd8585b5..0fdc84070759dd1f44bb03a6b143f031e7eac9ff 100644 --- a/docs/zh/server/memory_storage/overview.md +++ b/docs/zh/server/memory_storage/memory/overview.md @@ -148,4 +148,3 @@ |interleave_hit|interleave策略页成功分配到这个节点。| |local_node|该节点的进程成功在这个节点上分配内存访问的大小。| |other_node|该节点的进程在其他节点上分配的内存访问大小。| - \ No newline at end of file diff --git a/docs/zh/server/performance/cpu_optimization/sysboost/_toc.yaml b/docs/zh/server/performance/cpu_optimization/sysboost/_toc.yaml index 185f0e874702ecee34aedfdc400cd44f8ab76382..c870a250939f14ecd768747b75e0b55eb43d3356 100644 --- a/docs/zh/server/performance/cpu_optimization/sysboost/_toc.yaml +++ b/docs/zh/server/performance/cpu_optimization/sysboost/_toc.yaml @@ -2,12 +2,9 @@ label: sysBoost用户指南 isManual: true description: 优化代码与运行环境的 CPU 微架构的适应性,提升程序性能 sections: - - label: sysBoost用户指南 - href: ./sysboost.md - sections: - - label: 认识sysBoost - href: ./getting_to_know_sysBoost.md - - label: 安装与部署 - href: ./installation_and_deployment.md - - label: 使用方法 - href: ./usage_instructions.md + - label: 认识sysBoost + href: ./getting_to_know_sysBoost.md + - label: 安装与部署 + href: ./installation_and_deployment.md + - label: 使用方法 + href: ./usage_instructions.md diff --git a/docs/zh/server/performance/system_optimzation/atune/_toc.yaml b/docs/zh/server/performance/system_optimzation/atune/_toc.yaml index c37b865d4a516d4482c0edf73829c907949d6fb7..396e42174cb24b76e3d7a6156684c79fc4de75b7 100644 --- a/docs/zh/server/performance/system_optimzation/atune/_toc.yaml +++ b/docs/zh/server/performance/system_optimzation/atune/_toc.yaml @@ -2,18 +2,13 @@ label: A-Tune用户指南 isManual: true description: 利用人工智能技术,实现对 openEuler 系统性能的智能化、自动化调优 sections: - - label: A-Tune用户指南 - href: ./a_tune.md - sections: - - label: 认识A-Tune - href: ./getting_to_know_a_tune.md - - label: 安装与部署 - href: ./installation_and_deployment.md - - label: 使用方法 - href: ./usage_instructions.md - - label: native-turbo特性 - href: ./native_turbo.md - - label: 附录 - href: ./appendix.md - - label: 常见问题与解决方法 - href: ./faqs_and_solutions.md + - label: 认识A-Tune + href: ./getting_to_know_a_tune.md + - label: 安装与部署 + href: ./installation_and_deployment.md + - label: 使用方法 + href: ./usage_instructions.md + - label: native-turbo特性 + href: ./native_turbo.md + - label: 附录 + href: ./appendix.md diff --git a/docs/zh/tools/desktop/gnome/_toc.yaml b/docs/zh/tools/desktop/gnome/_toc.yaml index e9d3724f626796e1d68d96e3810e9a51d4ad3325..efdb46b5e0f97ddd34c1f7cb00595a258dbbf6a6 100644 --- a/docs/zh/tools/desktop/gnome/_toc.yaml +++ b/docs/zh/tools/desktop/gnome/_toc.yaml @@ -2,8 +2,6 @@ label: Gnome用户指南 isManual: true description: 安装并使用 Gnome 桌面环境 sections: - - label: Gnome - href: ./gnome.md - label: 安装 Gnome href: ./gnome_installation.md - label: 使用 Gnome diff --git a/docs/zh/tools/desktop/kiran/_toc.yaml b/docs/zh/tools/desktop/kiran/_toc.yaml index f81b6a49255d56f366ef1bc6aac76f74e5cffe9e..4ee827a9500cb1f0cea9772d11c8b78aa9c9c732 100644 --- a/docs/zh/tools/desktop/kiran/_toc.yaml +++ b/docs/zh/tools/desktop/kiran/_toc.yaml @@ -2,8 +2,6 @@ label: Kiran用户指南 isManual: true description: 安装并使用 Kiran 桌面环境 sections: - - label: Kiran - href: ./kiran.md - label: 安装 Kiran href: ./kiran_installation.md - label: 使用 Kiran diff --git a/docs/zh/tools/desktop/ukui/_toc.yaml b/docs/zh/tools/desktop/ukui/_toc.yaml index d18776361c1508f783cb56417eff2967f60e0884..253f465b0c87999ee15d72d34b7065b698e316c5 100644 --- a/docs/zh/tools/desktop/ukui/_toc.yaml +++ b/docs/zh/tools/desktop/ukui/_toc.yaml @@ -2,8 +2,6 @@ label: UKUI用户指南 isManual: true description: 安装并使用 UKUI 桌面环境 sections: - - label: UKUI - href: ./ukui.md - label: 安装 UKUI href: ./ukui_installation.md - label: 使用 UKUI diff --git a/docs/zh/virtualization/virtualization_platform/virtualization/_toc.yaml b/docs/zh/virtualization/virtualization_platform/virtualization/_toc.yaml index 4d08516382d8a6ec826ce262cbbd9eeac4139a46..a13a57957526713446b9e46d1f195b8dedadd5d8 100644 --- a/docs/zh/virtualization/virtualization_platform/virtualization/_toc.yaml +++ b/docs/zh/virtualization/virtualization_platform/virtualization/_toc.yaml @@ -33,5 +33,3 @@ sections: href: ./skylark.md - label: 附录 href: ./appendix.md - - label: 常见问题与使用方法 - href: ./faqs_and_solutions.md