We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937a4c1 commit 540bb3dCopy full SHA for 540bb3d
scripts/generate-docs.sh
@@ -6,4 +6,9 @@ curl -o mudkip.tgz -L https://github.com/barelyhuman/mudkip/releases/latest/down
6
tar -xvzf mudkip.tgz
7
install linux-amd64/mudkip /usr/local/bin
8
9
-mudkip --stylesheet="./docs/styles.css"
+# hack for github pages till mudkip doesn't add baseURL functionality
10
+sed -i s#/#/commitlog/#g ./docs/_sidebar.md
11
+
12
+mudkip --stylesheet="./docs/styles.css"
13
14
0 commit comments