We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c90c9 commit 951c9c9Copy full SHA for 951c9c9
docs/design/build.md
@@ -1,3 +1,7 @@
1
+---
2
+sidebar_position: 3
3
4
+
5
# 构建系统
6
7
Axvisor 是一个基于 Rust 的虚拟机监视器(Hypervisor)项目,采用了 `Cargo xtask` 构建系统来支持复杂的多平台、多架构的虚拟化解决方案。本文档将从源码角度详细分析 Axvisor 的构建系统,包括 xtask 的实现细节、构建配置管理、链接脚本生成、多平台支持等方面,帮助开发者深入理解项目的工作原理和构建流程。
docs/design/guest.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 3
+sidebar_position: 2
# 客户机管理
docs/design/test.md
@@ -1,9 +1,8 @@
sidebar_position: 4
-sidebar_label: "集成测试方案"
-# 简介
+# 集成测试方案
8
由于 AxVisor 本身是一个运行于各种硬件平台的 Hypervisor,直接使用 Gihub 提供的 Action 脚本命令执行服务器(官方称为 Runner)无法满足我们的测试需求,因此,需要将测试本地化,在本地服务器上执行所有测试过程。
9
0 commit comments