doc: DX update for GSG

- Update the Getting Started material with a DX-inspired rewrite and
  simplification.
- Remove duplicate and out-of-date "Building from Source"
  document, deferring to the new GSG.
- Add a development overview document.
- Move other GSGs to the advanced guides section.
- Update links in other documents to aim at the new GSG.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
Signed-off-by: Amy Reyes <amy.reyes@intel.com>
This commit is contained in:
David B. Kinder
2021-08-19 16:28:08 -07:00
committed by David Kinder
parent adcf51e5f5
commit 50094fb88b
57 changed files with 1056 additions and 897 deletions

View File

@@ -3,21 +3,19 @@
Getting Started
###############
After reading the :ref:`introduction`, use these guides to get started
After reading the :ref:`introduction`, use these documents to get started
using ACRN in a reference setup. We'll show how to set up your
development and target hardware, and then how to boot the ACRN
hypervisor, the Service VM, and a User VM on the Intel platform.
hypervisor, the Service VM, and a User VM on a supported Intel target platform.
ACRN is supported on platforms listed in :ref:`hardware`.
Follow these getting started guides to give ACRN a try:
.. toctree::
:maxdepth: 1
reference/hardware
getting-started/overview_dev
getting-started/getting-started
getting-started/building-from-source
getting-started/roscube/roscube-gsg
tutorials/using_hybrid_mode_on_nuc
tutorials/using_partition_mode_on_nuc
After getting familiar with ACRN development, check out these
:ref:`develop_acrn` for information about more-advanced scenarios and enabling
ACRN advanced capabilities.