diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-11 08:06:30 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-11 08:06:30 (EDT) |
commit | e8be9265d623181893c1e81d41b39b3f0b185c4b (patch) | |
tree | 9d9c5c674c6de9f17cdc0fd0d431e83e508843f1 /docs/index.html | |
parent | 7e14c8e8954b8c1eb1626d87b8f2a37bbd3a64b0 (diff) | |
download | libreboot-e8be9265d623181893c1e81d41b39b3f0b185c4b.zip libreboot-e8be9265d623181893c1e81d41b39b3f0b185c4b.tar.gz libreboot-e8be9265d623181893c1e81d41b39b3f0b185c4b.tar.bz2 |
docs/maintain/ (new section. WIP!): Maintaining libreboot
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index f3439c4..d06cefd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,12 @@ <li><a href="hcl/index.html">Hardware compatibility list</a> - <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> - <li><a href="git/index.html">How to use the git repository and build libreboot from source</a></li> + <li> + <a href="git/index.html">How to use the git repository and build libreboot from source</a> + <ul> + <li><a href="maintain/index.html">Maintaining libreboot</a></li> + </ul> + </li> <li><a href="security/index.html">Hardware security</a></li> <li><a href="hardware/index.html">Hardware maintenance</a></li> <li><a href="grub/index.html">GRUB payload</a></li> |