diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-02-17 11:05:09 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-02-17 11:05:09 -0500 |
| commit | 3dc6c12b27fd01c66a630c7179310dce36f62553 (patch) | |
| tree | 4bd096c463646dfc7c82a8628cd1500f985cdcce /static | |
| parent | 27a0c526574fb216846b8f9bde133df6342ac0f7 (diff) | |
add table of contents to web install page
Diffstat (limited to 'static')
| -rw-r--r-- | static/install/web.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/static/install/web.html b/static/install/web.html index 112b0ce1..9b586aba 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -61,6 +61,31 @@ to follow the guide on your own and then ask for help with anything you get stuck on.</p> + <nav id="table-of-contents"> + <h2><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="#flashing-as-non-root">Flashing as non-root</a></li> + <li><a href="#booting-into-the-bootloader-interface">Booting into the bootloader interface</a></li> + <li><a href="#connecting-phone">Connecting the phone</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="#post-installation">Post-installation</a> + <ul> + <li><a href="#booting">Booting</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="#further-information">Further information</a></li> + </ul> + </li> + </ul> + </nav> + <section id="prerequisites"> <h2><a href="#prerequisites">Prerequisites</a></h2> |
