mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-01 13:14:02 +00:00
Doc: Update re-org'd ACRN index page and What is ACRN.
Signed-off-by: Deb Taylor <deb.taylor@intel.com>
This commit is contained in:
parent
05dc6c5336
commit
1f50b07405
@ -7,26 +7,16 @@ Advanced Guides
|
|||||||
Tools
|
Tools
|
||||||
*****
|
*****
|
||||||
|
|
||||||
**Configuration Tools**
|
.. toctree::
|
||||||
|
:glob:
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
.. toctree::
|
tutorials/acrn_configuration_tool
|
||||||
:maxdepth: 1
|
reference/kconfig/index
|
||||||
|
user-guides/acrn-dm-parameters
|
||||||
tutorials/acrn_configuration_tool
|
misc/tools/acrn-crashlog/README
|
||||||
reference/kconfig/index
|
misc/tools/**
|
||||||
user-guides/acrn-dm-parameters
|
misc/acrn-manager/**
|
||||||
|
|
||||||
.. _tools:
|
|
||||||
|
|
||||||
**Runtime Tools**
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:glob:
|
|
||||||
:maxdepth: 1
|
|
||||||
|
|
||||||
misc/tools/acrn-crashlog/README
|
|
||||||
misc/tools/**
|
|
||||||
misc/acrn-manager/**
|
|
||||||
|
|
||||||
Service VM Tutorials
|
Service VM Tutorials
|
||||||
********************
|
********************
|
||||||
|
@ -19,9 +19,9 @@ through an open source platform.
|
|||||||
|
|
||||||
<ul class="grid">
|
<ul class="grid">
|
||||||
<li class="grid-item">
|
<li class="grid-item">
|
||||||
<a href="learn.html">
|
<a href="introduction/index.html">
|
||||||
<img alt="" src="_static/images/ACRNlogo80w.png"/>
|
<img alt="" src="_static/images/ACRNlogo80w.png"/>
|
||||||
<h2>Learn about<br/>ACRN</h2>
|
<h2>What is ACRN</h2>
|
||||||
</a>
|
</a>
|
||||||
<p>Overview, architecture,
|
<p>Overview, architecture,
|
||||||
features, and use-case scenarios</p>
|
features, and use-case scenarios</p>
|
||||||
@ -29,7 +29,7 @@ through an open source platform.
|
|||||||
<li class="grid-item">
|
<li class="grid-item">
|
||||||
<a href="try.html">
|
<a href="try.html">
|
||||||
<span class="grid-icon fa fa-map-signs"></span>
|
<span class="grid-icon fa fa-map-signs"></span>
|
||||||
<h2>Try using<br/>ACRN</h2>
|
<h2>Getting Started</h2>
|
||||||
</a>
|
</a>
|
||||||
<p>Getting started guides for quickly running scenario-based
|
<p>Getting started guides for quickly running scenario-based
|
||||||
samples</p>
|
samples</p>
|
||||||
@ -37,26 +37,24 @@ through an open source platform.
|
|||||||
<li class="grid-item">
|
<li class="grid-item">
|
||||||
<a href="develop.html">
|
<a href="develop.html">
|
||||||
<span class="grid-icon fa fa-cogs"></span>
|
<span class="grid-icon fa fa-cogs"></span>
|
||||||
<h2>Develop using<br/>ACRN</h2>
|
<h2>Advanced Guides</h2>
|
||||||
</a>
|
</a>
|
||||||
<p>Details for developing hypervisor-based
|
<p>Tools, tutorials, features, and debugging guides that go beyond getting started</p>
|
||||||
solutions</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li class="grid-item">
|
<li class="grid-item">
|
||||||
<a href="contribute.html">
|
<a href="contribute.html">
|
||||||
<span class="grid-icon fa fa-github"></span>
|
<span class="grid-icon fa fa-github"></span>
|
||||||
<h2>Contribute to<br/>ACRN</h2>
|
<h2>Developer Reference</h2>
|
||||||
</a>
|
</a>
|
||||||
<p>High-level design and details, developer
|
<p>High-level design and details, developer and
|
||||||
guidelines</p>
|
contribution guidelines, API details</p>
|
||||||
</li>
|
</li>
|
||||||
<li class="grid-item">
|
<li class="grid-item">
|
||||||
<a href="reference/index.html">
|
<a href="release_notes/index.html">
|
||||||
<span class="grid-icon fa fa-sign-in"></span>
|
<span class="grid-icon fa fa-sign-in"></span>
|
||||||
<h2>Developer<br/>Reference</h2>
|
<h2>Release<br/>Notes</h2>
|
||||||
</a>
|
</a>
|
||||||
<p>API details, configuration
|
<p>Archived Release Notes</p>
|
||||||
options, and site index</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li class="grid-item">
|
<li class="grid-item">
|
||||||
<a href="reference/hardware.html">
|
<a href="reference/hardware.html">
|
||||||
@ -77,7 +75,7 @@ license.
|
|||||||
:hidden:
|
:hidden:
|
||||||
|
|
||||||
Documentation Home <self>
|
Documentation Home <self>
|
||||||
learn
|
introduction/index
|
||||||
try
|
try
|
||||||
develop
|
develop
|
||||||
contribute
|
contribute
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
.. _introduction:
|
.. _introduction:
|
||||||
|
|
||||||
|
What is ACRN
|
||||||
|
############
|
||||||
|
|
||||||
Introduction to Project ACRN
|
Introduction to Project ACRN
|
||||||
############################
|
****************************
|
||||||
|
|
||||||
ACRN™ is a, flexible, lightweight reference hypervisor, built with
|
ACRN™ is a, flexible, lightweight reference hypervisor, built with
|
||||||
real-time and safety-criticality in mind, and optimized to streamline
|
real-time and safety-criticality in mind, and optimized to streamline
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
:orphan:
|
||||||
|
|
||||||
.. _learn_acrn:
|
.. _learn_acrn:
|
||||||
|
|
||||||
What is ACRN
|
What is ACRN
|
||||||
|
Loading…
Reference in New Issue
Block a user