doc: post-merge changes to docs

Documentation updates were needed to account for changes caused by the
recent merging of the three acrn-hypervisor, acrn-devicemodel, and
acrn-documentation repos.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2018-05-11 10:05:05 -07:00
committed by Jack Ren
parent 12fb4b0584
commit f8861806f0
6 changed files with 59 additions and 53 deletions

View File

@@ -1,5 +1,6 @@
# projectacrn.github.io
This is the Project ACRN Documentation Publishing site for GitHub Pages.
Content changes are not made directly in this repo. Instead, edit content
in the acrn-documentation repo, re-generate the HTML with Sphinx, and push
the updated content here for publishing.
in the acrn-hypervisor repo's /doc folder, re-generate the HTML with
Sphinx (make html), and push the updated content here for publishing
(make publish)..