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 511efc6 commit 0a946f6Copy full SHA for 0a946f6
scripts/generate-docs.sh
@@ -6,9 +6,6 @@ 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
-# 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"
+mudkip --stylesheet="./docs/styles.css" --baseurl='/commitlog/'
13
14
0 commit comments