From 01ce3b6aeed4db84013aad5efc1142c3d6ec52d4 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 20 Sep 2018 10:08:54 -0700 Subject: [PATCH] doc: sort title in developer HLD section We've got enough docs now that it would be better to put them in sorted order by title. Signed-off-by: David B. Kinder --- doc/developer-guides/index.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/developer-guides/index.rst b/doc/developer-guides/index.rst index 7e7e2827d..4a509194b 100644 --- a/doc/developer-guides/index.rst +++ b/doc/developer-guides/index.rst @@ -19,17 +19,17 @@ specific areas within the ACRN hypervisor system. .. toctree:: :maxdepth: 1 - memmgt-hld.rst - virtio-hld.rst - virtio-console.rst - uart-virtualization.rst ACPI-virt-hld.rst - interrupt-hld.rst APL_GVT-g-hld.rst GVT-g-porting.rst - security-hld.rst - watchdog-hld.rst + interrupt-hld.rst + memmgt-hld.rst network-virt-hld.rst + security-hld.rst + uart-virtualization.rst + virtio-hld.rst + virtio-console.rst + watchdog-hld.rst Contributing to the project ***************************