This website requires JavaScript.
Explore
Help
Sign In
Grasscutters
/
mitmproxy
Watch
3
Star
0
Fork
0
You've already forked mitmproxy
mirror of
https://github.com/Grasscutters/mitmproxy.git
synced
2024-11-23 00:01:36 +00:00
Code
Issues
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
Reference in New Issue
Copy Permalink