mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 12:49:24 +00:00
doc: simplify navigation with restored doc org
A few more tweaks to the site navigation since we moved the content back to its original folder structure. Remove the temporary "doc reorg in progress" banner. Add reference to hardware in the "try" section. Add link to the documentation home page in left nav pane. Add additional redirects to handle external links to moved content. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
e2d3653976
commit
2ccd652607
4
doc/static/acrn-custom.css
vendored
4
doc/static/acrn-custom.css
vendored
@@ -5,14 +5,14 @@
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
/* (temporarily) add an under development tagline to the bread crumb */
|
||||
/* (temporarily) add an under development tagline to the bread crumb
|
||||
.wy-breadcrumbs::after {
|
||||
content: " (Content reorganization in progress)";
|
||||
background-color: #FFFACD;
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* */
|
||||
*/
|
||||
|
||||
/* pygments tweak for white-on-black console */
|
||||
|
||||
|
Reference in New Issue
Block a user