Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All new documentation | Aldo Cortesi | 2018-02-22 | 14 | -563/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This patch does a lot. - Ditch sphinx in favor of hugo. This gives us complete control of the layout and presentation of our docs. Henceforth, docs will be hosted on our website rather than ReadTheDocs. - Create a simple, clean doc layout and theme. - Remove large parts of the documentaion. I've ditched anything that was a) woefully out of date, b) too detailed, or c) too hard to maintain in the long term. - Huge updates to the docs themselves: completely rewrite addons documentation, add docs for core concepts like commands and options, and revise and tweak a lot of the existing docs. With this patch, we're also changing the way we publish and maintain the docs. From now on, we don't publish docs for every release. Instead, the website will contain ONE set of docs for each major release. The online docs will be updated if needed as minor releases are made. Docs are free to improve during minor releases, but anything that changes behaviour sufficiently to require a doc change warrants a new major release. This also leaves us free to progressively update and improve docs out of step with our release cadence. With this new scheme, I feel CI over the docs is less important. I've removed it for now, but won't object if someone wants to add it back in. | ||||
* | docs: minor improvements | Maximilian Hils | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | docs++: add individual protocol pages | Thomas Kriechbaumer | 2017-12-12 | 2 | -33/+2 |
| | |||||
* | minor docs improvements | Maximilian Hils | 2017-07-04 | 1 | -12/+11 |
| | |||||
* | update streaming docs | Ujjwal Verma | 2017-07-04 | 4 | -71/+106 |
| | |||||
* | minor fixes | Maximilian Hils | 2017-03-11 | 1 | -4/+3 |
| | |||||
* | Changed docs | Ujjwal Verma | 2017-03-11 | 1 | -4/+4 |
| | |||||
* | fix other occurences of options shortcut | Maximilian Hils | 2017-03-07 | 7 | -9/+9 |
| | |||||
* | Update tcpproxy.rst | Yamamori Akihiro | 2017-03-07 | 1 | -1/+1 |
| | | | Correction in key short cut for TCP Proxy | ||||
* | update docs wording | Maximilian Hils | 2017-03-04 | 1 | -2/+2 |
| | |||||
* | Updates help msg and docs for --keep-host-header | Nikhil Soni | 2017-03-03 | 1 | -2/+3 |
| | |||||
* | Added note about server-side replay for sessions recorded in reverse-proxy mode | Rodrigo Senra | 2017-01-07 | 1 | -0/+13 |
| | |||||
* | fix docs | Thomas Kriechbaumer | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | rename WebSocket{s,} protocol | Thomas Kriechbaumer | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | organize examples | Maximilian Hils | 2016-11-21 | 1 | -4/+4 |
| | | | | | | | This commit is largely based on work by Thiago Arrais (@thiagoarrais) and Shane Bradfield (@l33tLumberjack). I wasn't really able to get their PR reasonably merged onto the latest master, so I reapplied their changes manually here and did some further improvements on that. | ||||
* | docs: cleanups improvements and fighting sphinx | Aldo Cortesi | 2016-10-16 | 3 | -5/+5 |
| | | | | | | | | - Hide links to internal code listings, and link to github instead - Improve formatting of code/example captions - Fix outdated documentation of command-line options - Complete documentation of all events + improved formatting - tcp_open -> tcp_start, tcp_close -> tcp_end to reduce confusion | ||||
* | rename mitmproxy.filt -> mitmproxy.flowfilter | Thomas Kriechbaumer | 2016-10-03 | 1 | -2/+1 |
| | |||||
* | Update reverse proxy host header docs | Ryan Laughlin | 2016-09-26 | 1 | -24/+9 |
| | |||||
* | improve docs, fix #1290 | Maximilian Hils | 2016-06-29 | 1 | -2/+7 |
| | |||||
* | docs: remove option directive | Maximilian Hils | 2016-06-06 | 14 | -46/+46 |
| | | | | | inserting " .. option::" tags create ugly markup, so we just ditch this entirely and continue using refs. | ||||
* | update document for the removal of CONTENT_MISSING | Matthew Shao | 2016-03-26 | 1 | -2/+1 |
| | |||||
* | Docs and examples to top level | Aldo Cortesi | 2016-02-18 | 15 | -0/+559 |
| | |||||
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 15 | -559/+0 |
| | |||||
* | Add SNI ignore docs and have code match it | David Weinstein | 2016-01-26 | 1 | -2/+2 |
| | |||||
* | docs: fix typos | Jakub Wilk | 2015-12-12 | 2 | -2/+2 |
| | |||||
* | improve reverse proxy docs | Maximilian Hils | 2015-11-02 | 1 | -3/+3 |
| | |||||
* | docs: update documentedlist, add filter table headers | Maximilian Hils | 2015-09-08 | 1 | -0/+1 |
| | |||||
* | docs: minor fixes | Maximilian Hils | 2015-09-07 | 12 | -19/+25 |
| | |||||
* | docs :tada: | Maximilian Hils | 2015-09-06 | 10 | -2/+350 |
| | |||||
* | docs++ | Maximilian Hils | 2015-09-06 | 6 | -0/+200 |
| | |||||
* | rewrite basic docs for readthedocs | Maximilian Hils | 2015-09-04 | 1 | -0/+4 |