mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
4eb6954c7d
- add clickable anchors for headers - add "outdated" warning for archived docs - add "edit on github" button - beautify template
6 lines
30 B
Bash
Executable File
6 lines
30 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
cd src
|
|
hugo
|