mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
- add clickable anchors for headers - add "outdated" warning for archived docs - add "edit on github" button - beautify template
5 lines
48 B
Bash
Executable file
5 lines
48 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
cd src
|
|
DOCS_ARCHIVE=true hugo
|