Skip to content

Commit ea0bbd5

Browse files
committed
doc: reorganize doc tree
With the addition of more HLD documents, the developer-guides index was getting too busy, so push the HLD documents down a level. Also, the supported hardware document is buried in the getting started section and hard to find, so promote it. Trusty isn't really supported (yet) so drop it from the TOC for now. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent e042558 commit ea0bbd5

File tree

9 files changed

+20
-10
lines changed

9 files changed

+20
-10
lines changed

doc/developer-guides/ACPI-virt-hld.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _ACPI-virt-HLD:
22

3-
ACPI Virtualization High Level Design
3+
ACPI Virtualization high-level design
44
#####################################
55

66
ACPI introduction

doc/developer-guides/APL_GVT-g-hld.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _APL_GVT-G-hld:
22

3-
Apollo Lake Intel® GVT-G high-level design
4-
##########################################
3+
GVT-G high-level design
4+
#######################
55

66
Introduction
77
************

doc/developer-guides/index.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,22 @@ Developer Guides
77
:maxdepth: 1
88

99
primer.rst
10+
../api/index.rst
11+
../reference/kconfig/index.rst
12+
13+
High-Level Design Guides
14+
************************
15+
16+
These documents describe the high-level design, background, and motivation for
17+
specific areas within the ACRN hypervisor system.
18+
19+
.. toctree::
20+
:maxdepth: 1
21+
1022
memmgt-hld.rst
1123
virtio-hld.rst
1224
ACPI-virt-hld.rst
1325
APL_GVT-g-hld.rst
14-
../api/index.rst
15-
../reference/kconfig/index.rst
16-
trusty.rst
17-
1826

1927
Contributing to the project
2028
***************************

doc/developer-guides/memmgt-hld.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _memmgt-hld:
22

3-
Memory Management High-Level Design
3+
Memory Management high-level design
44
###################################
55

66
This document describes memory management for the ACRN hypervisor.

doc/developer-guides/trusty.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _trusty_tee:
24

35
Trusty TEE on ACRN

doc/developer-guides/virtio-hld.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _virtio-hld:
22

3-
Virtio High Level Design
3+
Virtio high-level design
44
########################
55

66
The ACRN Hypervisor follows the `Virtual I/O Device (virtio)

doc/getting-started/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ described in :ref:`hardware`. Follow the setup guides listed here:
1717
.. toctree::
1818
:maxdepth: 1
1919

20-
hardware.rst
2120
apl-nuc.rst
2221
up2.rst
File renamed without changes.

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Sections
2626

2727
introduction/index.rst
2828
getting-started/index.rst
29+
hardware.rst
2930
user-guides/index.rst
3031
developer-guides/index.rst
3132
tutorials/index.rst

0 commit comments

Comments
 (0)