From 74b3b842fefec6a05d17bbdf365cd92c82fd3503 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 4 Sep 2015 16:17:55 +0200 Subject: rewrite basic docs for readthedocs --- docs/index.rst | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docs/index.rst (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 00000000..7c792ea4 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,43 @@ +.. include:: introduction.rst + + +.. toctree:: + :hidden: + :maxdepth: 1 + + introduction + install + certinstall + howmitmproxy + modes + +.. toctree:: + :hidden: + :caption: Tools + + mitmproxy + mitmdump + +.. toctree:: + :hidden: + :caption: Scripting + + scripting/inlinescripts + scripting/libmproxy + + +.. toctree:: + :hidden: + :caption: Development + + dev/protocols + dev/proxy + dev/exceptions + dev/models + +.. Indices and tables + ================== + + * :ref:`genindex` + * :ref:`modindex` + -- cgit v1.2.3 From 1165e35e1b6a3ae59afb6d9e259f75a201406174 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 5 Sep 2015 20:15:35 +0200 Subject: docs++ --- docs/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 7c792ea4..33aa7b41 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,6 +17,13 @@ mitmproxy mitmdump + config + +.. toctree:: + :hidden: + :caption: Features + + filters .. toctree:: :hidden: -- cgit v1.2.3 From 853cd810757a02252402da22ae77cab77c5a3fb6 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 6 Sep 2015 01:37:15 +0200 Subject: docs++ --- docs/index.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 33aa7b41..92583075 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,7 +23,11 @@ :hidden: :caption: Features - filters + features/anticache + features/filters + features/replacements + features/clientreplay + features/upstreamcerts .. toctree:: :hidden: -- cgit v1.2.3 From b4013659a81a48908eb3e060f04143ba1f9689bb Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 6 Sep 2015 03:20:58 +0200 Subject: docs :tada: --- docs/index.rst | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 92583075..30fb4027 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,8 +27,26 @@ 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 @@ -39,8 +57,19 @@ .. toctree:: :hidden: - :caption: Development + :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 -- cgit v1.2.3