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 3ec0ad0 commit 552e28cCopy full SHA for 552e28c
generate_docs.sh
@@ -7,7 +7,7 @@ cp CONTRIBUTING.md docs/contributing.md
7
8
# README is located on the root of the project, and index is inside of docs
9
# so wee need to replace ./docs/assets references with ./assets
10
-sed 's/\.\/docs\/assets/\.\/assets/g' docs/index.md
+sed -i 's/\.\/docs\/assets/\.\/assets/g' docs/index.md
11
12
13
# Generate Dokka documentation for the project
0 commit comments