doc: introduce howto area for technical notes

Tech note articles about technology and process tips now have a place in
the ACRN documentaion.

Move the doc process documention into this new area, and add a
placeholder for tech tips for now.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2018-04-26 09:00:14 -07:00
committed by Jack Ren
parent e0a45e8c0f
commit e35874cae1
6 changed files with 36 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ else:
html_context = {
'current_version': current_version,
'versions': ( ("latest", "/latest/"),
("0.1-rc4", "/0.1-rc4/"),
# ("0.1-rc4", "/0.1-rc4/"),
)
}