diff options
| author | Peter Easton <Jollyroger@Mailfence.com> | 2019-07-06 07:21:42 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-07-06 03:28:28 -0400 |
| commit | f8c7eb64d64fa497c186130a3b6d48c6c1da91ac (patch) | |
| tree | 88caae0ded1fa50a2fc2cd99275540eb37a4caf9 | |
| parent | d6a25cb5e34df7d73bbc6329486e906427b24b4c (diff) | |
Added table of contents to install.html
| -rw-r--r-- | static/install.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/static/install.html b/static/install.html index e9d4015b..4a65d8fd 100644 --- a/static/install.html +++ b/static/install.html @@ -41,6 +41,22 @@ <h1 id="install"> <a href="#install">Install</a> </h1> + + <h2 id="table-of-contents"> + <a href="#table-of-contents">Table of contents</a> + </h2> + <ul> + <li><a href="#prerequisites">Prerequisites</a></li> + <li><a href="#enabling-oem-unlocking">Enabling OEM unlocking</a></li> + <li><a href="#unlocking-the-bootloader">Unlocking the bootloader</a></li> + <li><a href="#obtaining-factory-images">Obtaining factory images</a></li> + <li><a href="#flashing-factory-images">Flashing factory images</a></li> + <li><a href="#locking-the-bootloader">Locking the bootloader</a></li> + <li><a href="#disabling-oem-unlocking">Disabling OEM unlocking</a></li> + <li><a href="#verifying-installation">Verifying installation</a></li> + <li><a href="#replacing-grapheneos-with-the-stock-os">Replacing GrapheneOS with the stock OS</a></li> + </ul> + <h2 id="prerequisites"> <a href="#prerequisites">Prerequisites</a> </h2> |
