diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2016-10-25 17:27:10 +0200 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2016-11-11 12:15:05 +0000 |
commit | 47d6bf6c616201a9249e67436bfa44bc1eecb70f (patch) | |
tree | 3d27a6dd99748942d5e56ae53ab7afa6489ae89d /docs/page.xsl | |
parent | 9a9715a814944656ea08365195930fae8db9f006 (diff) | |
download | libvirt-47d6bf6c616201a9249e67436bfa44bc1eecb70f.tar.gz |
docs: add three core links in the header bar
Add links to download, communicate and learn in the
header bar, as the main jumping off points for
navigation.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'docs/page.xsl')
-rw-r--r-- | docs/page.xsl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/page.xsl b/docs/page.xsl index 9dd3a98f43..bdac18528b 100644 --- a/docs/page.xsl +++ b/docs/page.xsl @@ -161,6 +161,13 @@ <div id="home"> <a href="{$href_base}index.html">Home</a> </div> + <div id="jumplinks"> + <ul> + <li><a href="downloads.html">Download</a></li> + <li><a href="contribute.html">Contribute</a></li> + <li><a href="docs.html">Learn</a></li> + </ul> + </div> <div id="search"> <form action="{$href_base}search.php" enctype="application/x-www-form-urlencoded" method="get"> <div> |