From 45ab22f0d9b75a6cdfa123d206243e4eb2d40d41 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 22 Mar 2012 14:57:57 +1300 Subject: Add modal help to GridEditor. Also includes some minor refactoring and documentation stubs. --- doc-src/certinstall/android.html | 13 +++++++++++++ doc-src/certinstall/index.py | 1 + doc-src/index.html | 3 ++- doc-src/index.py | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 doc-src/certinstall/android.html (limited to 'doc-src') diff --git a/doc-src/certinstall/android.html b/doc-src/certinstall/android.html new file mode 100644 index 00000000..388ede1a --- /dev/null +++ b/doc-src/certinstall/android.html @@ -0,0 +1,13 @@ + +The Android Proxy Problem +------------------------- + + +The Solution +------------ + + +Step-by-step +------------ + + diff --git a/doc-src/certinstall/index.py b/doc-src/certinstall/index.py index c3893bcb..8ba3b7df 100644 --- a/doc-src/certinstall/index.py +++ b/doc-src/certinstall/index.py @@ -5,4 +5,5 @@ pages = [ Page("osx.html", "OSX"), Page("windows7.html", "Windows 7"), Page("ios.html", "IOS"), + Page("android.html", "Android"), ] diff --git a/doc-src/index.html b/doc-src/index.html index f7aabe05..557deafd 100644 --- a/doc-src/index.html +++ b/doc-src/index.html @@ -13,12 +13,13 @@
  • Filter expressions
  • Scripts
  • -
  • SSL interception
  • +
  • Setting up SSL interception
  • libmproxy
  • Tutorials
  • diff --git a/doc-src/index.py b/doc-src/index.py index 10cc3b36..a2296e70 100644 --- a/doc-src/index.py +++ b/doc-src/index.py @@ -77,7 +77,7 @@ pages = [ Page("anticache.html", "Anticache"), Page("filters.html", "Filter expressions"), Page("scripts.html", "Scripts"), - Page("ssl.html", "SSL interception"), + Page("ssl.html", "Setting up SSL interception"), Directory("certinstall"), Page("library.html", "libmproxy: mitmproxy as a library"), Directory("tutorials"), -- cgit v1.2.3