Update (August 11th, 2019)
Change-Id: I13e10af46e84df71e32e24a773a80699ac740a51
diff --git a/index.html b/index.html
index c5380b8..f4eccf1 100644
--- a/index.html
+++ b/index.html
@@ -75,7 +75,7 @@
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
- <a href="#welcome-to-the-wiki" tabindex="1" class="md-skip">
+ <a href="#index" tabindex="1" class="md-skip">
Skip to content
</a>
@@ -101,7 +101,7 @@
</span>
<span class="md-header-nav__topic">
- Welcome to the wiki!
+ Index
</span>
@@ -178,10 +178,53 @@
- <a href="." title="Welcome to the wiki!" class="md-nav__link md-nav__link--active">
- Welcome to the wiki!
+ <label class="md-nav__link md-nav__link--active" for="__toc">
+ Index
+ </label>
+
+ <a href="." title="Index" class="md-nav__link md-nav__link--active">
+ Index
</a>
+
+<nav class="md-nav md-nav--secondary">
+
+
+
+
+
+ <label class="md-nav__title" for="__toc">Table of contents</label>
+ <ul class="md-nav__list" data-md-scrollfix>
+
+ <li class="md-nav__item">
+ <a href="#bliss-os-x86" title="Bliss OS (x86)" class="md-nav__link">
+ Bliss OS (x86)
+ </a>
+
+</li>
+
+ <li class="md-nav__item">
+ <a href="#blissroms-armarm64" title="BlissRoms (arm/arm64)" class="md-nav__link">
+ BlissRoms (arm/arm64)
+ </a>
+
+</li>
+
+ <li class="md-nav__item">
+ <a href="#common-documentation" title="Common Documentation" class="md-nav__link">
+ Common Documentation
+ </a>
+
+</li>
+
+
+
+
+
+ </ul>
+
+</nav>
+
</li>
@@ -430,6 +473,36 @@
+ <label class="md-nav__title" for="__toc">Table of contents</label>
+ <ul class="md-nav__list" data-md-scrollfix>
+
+ <li class="md-nav__item">
+ <a href="#bliss-os-x86" title="Bliss OS (x86)" class="md-nav__link">
+ Bliss OS (x86)
+ </a>
+
+</li>
+
+ <li class="md-nav__item">
+ <a href="#blissroms-armarm64" title="BlissRoms (arm/arm64)" class="md-nav__link">
+ BlissRoms (arm/arm64)
+ </a>
+
+</li>
+
+ <li class="md-nav__item">
+ <a href="#common-documentation" title="Common Documentation" class="md-nav__link">
+ Common Documentation
+ </a>
+
+</li>
+
+
+
+
+
+ </ul>
+
</nav>
</div>
</div>
@@ -441,8 +514,25 @@
- <h1 id="welcome-to-the-wiki">Welcome to the wiki!</h1>
-<p>Check the sidebar for the list of contents!</p>
+ <h1 id="index">Index</h1>
+<p>Welcome to the documentation, written by developers of Team Bliss!</p>
+<h2 id="bliss-os-x86"><a href="Bliss OS/">Bliss OS (x86)</a></h2>
+<ul>
+<li>Don't know how to install? <a href="Bliss OS/installation-guide/">We've got you covered.</a></li>
+<li>Install didn't go as smoothly as you expected? <a href="Bliss OS/troubleshooting/">Troubleshoot why.</a></li>
+<li>Want Netflix? Want Gapps? <a href="Bliss OS/extras/">You need the extras.</a></li>
+</ul>
+<h2 id="blissroms-armarm64"><a href="BlissRoms/">BlissRoms (arm/arm64)</a></h2>
+<ul>
+<li>First time building? <a href="BlissRoms/build-guide/">Let's get started.</a></li>
+<li>Need some tips? <a href="BlissRoms/build-tips/">Optimize your builds!</a></li>
+</ul>
+<h2 id="common-documentation"><a href="common/">Common Documentation</a></h2>
+<ul>
+<li><a href="common/git-started/">Start with this essential guide, which teaches you about the fundamentals of ROM building.</a></li>
+<li>Getting tired of reviewing commits? <a href="common/using-dippy-bird/">Try mass reviewing commits.</a></li>
+</ul>
+<p>Check back later for more content! We're always updating the documentation with more helpful tips and information!</p>