aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/index.html')
-rw-r--r--doc-src/index.html15
1 files changed, 10 insertions, 5 deletions
diff --git a/doc-src/index.html b/doc-src/index.html
index 8110bf79..406cb6d0 100644
--- a/doc-src/index.html
+++ b/doc-src/index.html
@@ -1,11 +1,15 @@
* [Introduction](@!urlTo("intro.html")!@)
-* [mitmproxy](@!urlTo("/mitmproxy.html")!@)
-* [mitmdump](@!urlTo("/mitmdump.html")!@)
-* [Client script API](@!urlTo("scripts.html")!@)
-* [libmproxy](@!urlTo("library.html")!@)
-* [SSL](@!urlTo("/ssl.html")!@)
+* Concepts
+ * [Client-side replay](@!urlTo("clientreplay.html")!@)
+ * [Server-side replay](@!urlTo("serverreplay.html")!@)
+ * [Sticky cookies](@!urlTo("scripts.html")!@)
+ * [Scripting API](@!urlTo("scripts.html")!@)
+ * [Anticache](@!urlTo("scripts.html")!@)
+ * [Filter expressions](@!urlTo("scripts.html")!@)
+* SSL
+ * [Overview](@!urlTo("/ssl.html")!@)
* Browser certificate installation:
* [Firefox](@!urlTo("certinstall/firefox.html")!@#firefox)
* [Chrome](@!urlTo("certinstall/chrome.html")!@#chrome)
@@ -14,6 +18,7 @@
* System-wide certificate installation:
* [Windows 7](@!urlTo("certinstall/windows7.html")!@#windows7)
* [iPhone/iPad](@!urlTo("certinstall/ios.html")!@#ios)
+* [libmproxy](@!urlTo("library.html")!@)
* Tutorials
* Client replay: a 30 second example
* Scripting: On-the-fly modifications to HTTP conversations [coming soon]