diff options
Diffstat (limited to 'doc-src/_nav.html')
-rw-r--r-- | doc-src/_nav.html | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/doc-src/_nav.html b/doc-src/_nav.html index 69175c0c..a07684cb 100644 --- a/doc-src/_nav.html +++ b/doc-src/_nav.html @@ -1,6 +1,7 @@ -<ul class="nav nav-list"> +<ul class="nav nav-sidebar"> $!nav(idxpath, this, state)!$ $!nav("install.html", this, state)!$ + $!nav("certinstall.html", this, state)!$ $!nav("howmitmproxy.html", this, state)!$ $!nav("modes.html", this, state)!$ @@ -28,23 +29,12 @@ $!nav("upstreamcerts.html", this, state)!$ - <li class="nav-header">Installing Certificates</li> - $!nav("ssl.html", this, state)!$ - $!nav("certinstall/webapp.html", this, state)!$ - $!nav("certinstall/android.html", this, state)!$ - $!nav("certinstall/firefox.html", this, state)!$ - $!nav("certinstall/ios.html", this, state)!$ - $!nav("certinstall/ios-simulator.html", this, state)!$ - $!nav("certinstall/java.html", this, state)!$ - $!nav("certinstall/osx.html", this, state)!$ - $!nav("certinstall/windows7.html", this, state)!$ - <li class="nav-header">Transparent Proxying</li> $!nav("transparent.html", this, state)!$ $!nav("transparent/linux.html", this, state)!$ $!nav("transparent/osx.html", this, state)!$ - <li class="nav-header">Scripting mitmproxy</li> + <li class="nav-header">Scripting</li> $!nav("scripting/inlinescripts.html", this, state)!$ $!nav("scripting/libmproxy.html", this, state)!$ |