diff options
author | Leah Rowe <info@minifree.org> | 2016-09-03 16:30:19 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-09-03 16:30:19 +0100 |
commit | acceab5e785e99fbd91ba7d421c1e90784cb0600 (patch) | |
tree | 7c228f2070cef52ea912152dd9f97c9445cc5104 /docs/index.html | |
parent | 893ac08f64f044a3b9a000e244fb33ed761b3ccb (diff) | |
download | librebootfr-acceab5e785e99fbd91ba7d421c1e90784cb0600.tar.gz librebootfr-acceab5e785e99fbd91ba7d421c1e90784cb0600.zip |
Make the main documentation index easier to navigate
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index c278230f..a3e3fa2c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,22 +23,28 @@ <a href="#why">What is libreboot?</a> </p> <p> - <a href="#version">How do I know what version I'm running?</a> + <a href="https://libreboot.org/faq/">Answers to frequently asked questions about GNU Libreboot</a> </p> </div> <div class="section"> - <h1>Resources</h1> + <h1>Installing libreboot</h1> <ul> <li><a href="hcl/index.html">What systems can I use libreboot on?</a> - NOTE: <a href="https://www.gnu.org/distros/">GNU/Linux</a> is expected to be running on your device.</li> <li><a href="install/index.html">How to install libreboot</a></li> <li><a href="gnulinux/index.html">How to install GNU/Linux on a libreboot system</a></li> + </ul> + <h1>Informaton for developers</h1> + <ul> <li><a href="git/index.html">How to compile the libreboot source code (optional, intended for developers)</a></li> - <li><a href="security/index.html">Hardware security</a></li> - <li><a href="hardware/index.html">Hardware maintenance</a></li> <li><a href="depthcharge/index.html">Depthcharge payload</a></li> <li><a href="grub/index.html">GRUB payload</a></li> + </ul> + <h1>Other information</h1> + <ul> + <li><a href="security/index.html">Hardware security</a></li> + <li><a href="hardware/index.html">Hardware maintenance</a></li> <li><a href="misc/index.html">Miscellaneous</a></li> </ul> |