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:
David B. Kinder
2019-08-01 16:03:24 -07:00
committed by David Kinder
parent e2d3653976
commit 2ccd652607
9 changed files with 106 additions and 99 deletions

View File

@@ -311,8 +311,9 @@ breathe_default_members = ('members', 'undoc-members', 'content-only')
# URLs must be relative to document root (with NO leading slash),
# and without the html extension)
html_redirect_pages = [
('developer-guides/index', 'contribute/index'),
('getting-started/index', 'try/index'),
('user-guides/index', 'develop/index'),
('developer-guides/index', 'contribute'),
('getting-started/index', 'try'),
('user-guides/index', 'develop'),
('hardware', 'reference/hardware'),
('release_notes', 'release_notes/index')
]