diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 09:07:08 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 09:07:08 (EDT) |
commit | 37917a91d1402e33bfabfc2c12dd088486ecfefe (patch) | |
tree | 65517fc4ccf45a09c06f562a260ac6dcfc7dca39 /site/index.php | |
parent | f7eb1629a74a2ca8491470f36977b9fa18b1880c (diff) | |
download | libreboot.org-37917a91d1402e33bfabfc2c12dd088486ecfefe.zip libreboot.org-37917a91d1402e33bfabfc2c12dd088486ecfefe.tar.gz libreboot.org-37917a91d1402e33bfabfc2c12dd088486ecfefe.tar.bz2 |
home page: separate links to documentation
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index f87121a..b544b92 100644 --- a/site/index.php +++ b/site/index.php @@ -78,8 +78,11 @@ <li><a href="git/libreboot_util.tar.xz">Documentation (archived)</a></li> <li><a href="git/libreboot_src.tar.xz">Source code</a></li> </ul> + </div> + <div class="section"> + <h1>Documentation</h1> <ul class="ulnav"> - <li><a href="docs/index.html">Documentation</a></li> + <li><a href="docs/index.html">Index</a></li> <li><a href="docs/hcl/index.html#supported_list">List of supported systems</a></li> <li><a href="docs/install/index.html">How to install <?php echo $lbProjectName; ?></a></li> <li><a href="docs/gnulinux/index.html">How to install GNU/Linux</a></li> |