This directory houses the mitmproxy documentation available at https://docs.mitmproxy.org/.
- Install hugo "extended".
- Windows users: Depending on your git settings, you may need to manually create a symlink from
/docs/src/examplesto/examples.
- Make sure the mitmproxy Python package is installed and the virtual python environment was activated. See CONTRIBUTING.md for details.
- Run
./build.pyto generate additional documentation source files. - Now you can change your working directory to
./srcand runhugo server -D.