mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-30 10:55:27 +00:00
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>
40 lines
753 B
ReStructuredText
40 lines
753 B
ReStructuredText
.. _developer-guides:
|
|
|
|
Developer Guides
|
|
################
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
primer.rst
|
|
../api/index.rst
|
|
../reference/kconfig/index.rst
|
|
|
|
High-Level Design Guides
|
|
************************
|
|
|
|
These documents describe the high-level design, background, and motivation for
|
|
specific areas within the ACRN hypervisor system.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
memmgt-hld.rst
|
|
virtio-hld.rst
|
|
ACPI-virt-hld.rst
|
|
APL_GVT-g-hld.rst
|
|
|
|
Contributing to the project
|
|
***************************
|
|
|
|
As an open-source project, we welcome and encourage the community to
|
|
submit patches for code, documentation, tests, and more, directly to the
|
|
project.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
contribute_guidelines.rst
|
|
doc_guidelines.rst
|
|
graphviz.rst
|