mitmproxy/docs
Peter Dave Hello 123342ea0b
Improve Markdown syntax(styling) (#4496)
* Improve Markdown syntax

- Add missing blank lines
- Remove trailing spaces
- Remove additional blank lines
- Fix indentation consistency and correctness

* Update addons-examples.md

Co-authored-by: Maximilian Hils <github@maximilianhils.com>
2021-03-11 19:13:02 +01:00
..
bucketassets
raw
scripts Refactor docs clirecording Dockerfile (#4484) 2021-03-08 17:18:39 +01:00
src Improve Markdown syntax(styling) (#4496) 2021-03-11 19:13:02 +01:00
.gitignore
build.py fix docs CI 2021-02-13 12:29:52 +01:00
ci.sh Improve Shell Script syntax (#4497) 2021-03-11 19:12:03 +01:00
modd.conf
README.md Improve Markdown syntax(styling) (#4496) 2021-03-11 19:13:02 +01:00
setup.sh
upload-archive.sh Improve Shell Script syntax (#4497) 2021-03-11 19:12:03 +01:00
upload-stable.sh

Mitmproxy Documentation

This directory houses the mitmproxy documentation available at https://docs.mitmproxy.org/.

Quick Start

  1. Install hugo.
  2. Windows users: Depending on your git settings, you may need to manually create a symlink from /docs/src/examples to /examples.
  3. Make sure the mitmproxy Python package is installed.
  4. Run ./build.sh to generate additional documentation source files.

Now you can run hugo server -D in ./src.

Extended Install

This is required to modify CSS files.

  1. Install "extended" hugo version.

You can now run modd in this directory instead of running hugo directly.