aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-02-18 09:19:05 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-02-18 09:27:08 +1300
commit92597f82ea8e4747ce1836ecd5eb2479486e8647 (patch)
tree2aa391b558d92c0122a16c155d3375d31221cde4 /docs/index.rst
parent49464de1cb159361c16a232b3d8c267b36e95483 (diff)
downloadmitmproxy-92597f82ea8e4747ce1836ecd5eb2479486e8647.tar.gz
mitmproxy-92597f82ea8e4747ce1836ecd5eb2479486e8647.tar.bz2
mitmproxy-92597f82ea8e4747ce1836ecd5eb2479486e8647.zip
Docs and examples to top level
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst83
1 files changed, 83 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 00000000..4bca07d1
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,83 @@
+.. include:: introduction.rst
+
+
+.. toctree::
+ :hidden:
+ :maxdepth: 1
+
+ introduction
+ install
+ certinstall
+ howmitmproxy
+ modes
+
+.. toctree::
+ :hidden:
+ :caption: Tools
+
+ mitmproxy
+ mitmdump
+ config
+
+.. toctree::
+ :hidden:
+ :caption: Features
+
+ features/anticache
+ features/filters
+ features/replacements
+ features/clientreplay
+ features/serverreplay
+ features/setheaders
+ features/passthrough
+ features/proxyauth
+ features/reverseproxy
+ features/responsestreaming
+ features/socksproxy
+ features/sticky
+ features/tcpproxy
+ features/upstreamproxy
+ features/upstreamcerts
+
+.. toctree::
+ :hidden:
+ :caption: Transparent Proxying
+
+ transparent
+ transparent/linux
+ transparent/osx
+
+.. toctree::
+ :hidden:
+ :caption: Scripting
+
+ scripting/inlinescripts
+ scripting/mitmproxy
+
+
+.. toctree::
+ :hidden:
+ :caption: Tutorials
+
+ tutorials/30second
+ tutorials/gamecenter
+ tutorials/transparent-dhcp
+
+.. toctree::
+ :hidden:
+ :caption: Hacking
+
+ dev/architecture
+ dev/testing
+ dev/sslkeylogfile
+ dev/protocols
+ dev/proxy
+ dev/exceptions
+ dev/models
+
+.. Indices and tables
+ ==================
+
+ * :ref:`genindex`
+ * :ref:`modindex`
+