| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- robots.txt prevents crawling of everything but /stable
- error.html has a simple meta refresh to the latest stable docs. This will
also help crawlers find the right path.
|
|
|
|
|
|
| |
The upload scripts might be unified down the track, or might not. CloudFront is
not set up for the docs bucket yet, so CDN invalidation is commented out. This
will be added later.
|
| |
|
|\
| |
| | |
docs: add protocols description
|
| | |
|
|\ \
| | |
| | | |
render sidebar without height limit
|
| |/ |
|
|/ |
|
| |
|
|\
| |
| | |
Docs updates
|
| | |
|
| | |
|
|\|
| |
| | |
Updating docs
|
| | |
|
|/
|
| |
Replaced "You should thin* of the mitmproxy" to "You should think* of the mitmproxy"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| | |
Modify Linux transparent proxy docs to include ipv6 configuration.
|
| |
| |
| |
| |
| |
| | |
it's not really clear why we are even doing this,
so let's just remove it entirely and see what happens.
Discussion: https://github.com/mitmproxy/mitmproxy/pull/2841#discussion_r165928492
|
| | |
|
| |
| |
| | |
This PR fixes a tiny typo in the documentation.
|
|/
|
| |
The previous config threw a syntax error when saving.
|
| |
|
|
|
|
| |
fixes #2724
|
| |
|
| |
|
|
|
|
| |
1. The way the certificate is installed (mitm.it or not) does not matter.
2. Instructions are a bit shorter now and match those provided by Apple at https://support.apple.com/en-us/HT204477.
|
| |
|
| |
|
| |
|
|
|
| |
Certificate pinning (HTTP Public Key Pinning) is better described on Wikipedia
|
| |
|
| |
|
|
|
|
|
| |
We only need pip3 now on all OSes as cryptography now ships wheels on Linux :tada:.
Also remove `pip3 install --user` recommendation because that won't end up on $PATH.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
refs #2254
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Addons now nest, which means that addons can manage addons. This has a number
of salutary effects - the scripts addon no longer has to poke into the global
addons list, we no longer have to replace/remove/boot-outof parent addons when
we load scripts, and this paves the way for making our top-level tools into
addons themselves.
- All addon calls are now wrapped in a safe execution environment where
exceptions are caught, and output to stdout/stderr are intercepted and turned
into logs.
- We no longer support script arguments in sys.argv - creating an option
properly is the only way to pass arguments. This means that all scripts are
always directly controllable from interctive tooling, and that arguments are
type-checked.
For now, I've disabled testing of the har dump example - it needs to be moved
to the new argument handling, and become a class addon. I'll address that in a
separate patch.
|
|
|
| |
Updating usage of 'a' or 'an' to be more consistent with general English grammatical rules. TLS is pronounced with a consonant sound for both the expanded and abbreviated versions.
|
| |
|
| |
|
|\
| |
| | |
Add install docs for openSUSE
|
| | |
|
|\ \
| |/
|/| |
pathoc: fix documentation for headers
|