mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-23 13:19:48 +00:00
f997cd3a21
* Add server connection error hook * Add new hook to api-events doc * Rename and add test * Forgot to commit * Small fix * [autofix.ci] apply automated fixes * fixed test_server.py * fixed 'Import block is un-sorted or un-formatted' * [autofix.ci] apply automated fixes * test++, doc++ * add CHANGELOG entry * [autofix.ci] apply automated fixes * fix authors * fix test * [autofix.ci] apply automated fixes --------- Co-authored-by: haanhvu <haanh6594@gmail.com> Co-authored-by: spacewasp <spacewasp1982@gmail.com> |
||
---|---|---|
.. | ||
bucketassets | ||
raw | ||
scripts | ||
src | ||
.gitignore | ||
build.py | ||
modd.conf | ||
README.md | ||
setup.sh | ||
upload-archive.sh | ||
upload-stable.sh |
Mitmproxy Documentation
This directory houses the mitmproxy documentation available at https://docs.mitmproxy.org/.
Prerequisites
- Install hugo "extended".
- Windows users: Depending on your git settings, you may need to manually create a symlink from
/docs/src/examples
to/examples
.
Editing docs locally
- Make sure the mitmproxy Python package is installed and the virtual python environment was activated. See CONTRIBUTING.md for details.
- Run
./build.py
to generate additional documentation source files. - Now you can change your working directory to
./src
and runhugo server -D
.