From 4b36e7ca1128fe78e42a3c0210e22e6254d3670d Mon Sep 17 00:00:00 2001 From: Deb Taylor Date: Tue, 17 Mar 2020 11:19:22 -0400 Subject: [PATCH] doc: More re-org updates Add ACRN Open Source Roadmap 2020 link to Intro/What is ACRN page Add ACRN blog link to ACRN Intro page (under Roadmap) Move ACRN Shell Commands to 'Tools' under Advanced Guides page Signed-off-by: Deb Taylor --- doc/develop.rst | 2 +- doc/introduction/index.rst | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/develop.rst b/doc/develop.rst index becbeca64..045026df0 100644 --- a/doc/develop.rst +++ b/doc/develop.rst @@ -13,6 +13,7 @@ Tools tutorials/acrn_configuration_tool reference/kconfig/index + user-guides/acrn-shell user-guides/acrn-dm-parameters misc/tools/acrn-crashlog/README misc/tools/** @@ -90,5 +91,4 @@ Additional Tutorials tutorials/building_acrn_in_docker tutorials/acrn_ootb tutorials/run_kata_containers - user-guides/acrn-shell user-guides/kernel-parameters \ No newline at end of file diff --git a/doc/introduction/index.rst b/doc/introduction/index.rst index 4f205adc2..a2695ee50 100644 --- a/doc/introduction/index.rst +++ b/doc/introduction/index.rst @@ -23,6 +23,13 @@ partitioning hypervisors. The ACRN hypervisor architecture partitions the system into different functional domains, with carefully selected user VM sharing optimizations for IoT and embedded devices. +ACRN Open Source Roadmap 2020 +***************************** + +Stay informed on what's ahead for ACRN in 2020 by visting the `ACRN 2020 Roadmap `_. + +For up-to-date happenings, visit the `ACRN blog `_. + ACRN High-Level Architecture ****************************