This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
mitmproxy
mirror of
https://github.com/mitmproxy/mitmproxy.git
Watch
1
Star
1
Fork
You've already forked mitmproxy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0e62e386c0
mitmproxy
/
docs
/
build-current
6 lines
30 B
Plaintext
Raw
Normal View
History
Unescape
Escape
docs: add build and upload scripts 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.
2018-03-04 21:51:46 +00:00
#!/bin/sh
abort doc scripts on error
2018-03-20 14:04:31 +00:00
set -e
docs: add build and upload scripts 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.
2018-03-04 21:51:46 +00:00
various docs improvements - add clickable anchors for headers - add "outdated" warning for archived docs - add "edit on github" button - beautify template
2018-03-20 22:41:24 +00:00
cd src
hugo