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 393862c commit a03e505Copy full SHA for a03e505
generate_docs.sh
@@ -10,8 +10,8 @@ cp CONTRIBUTING.md docs/contributing.md
10
sed -i 's/\.\/docs\/assets/\.\/assets/g' docs/index.md
11
12
# replace link to (CONTRIBUTING.md) and (LICENSE.md) inside index.md so they are lowercase
13
-sed -i '' 's/CONTRIBUTING.md/contributing.md/g' docs/index.md
14
-sed -i '' 's/LICENSE.md/license.md/g' docs/index.md
+sed -i 's/CONTRIBUTING.md/contributing.md/g' docs/index.md
+sed -i 's/LICENSE.md/license.md/g' docs/index.md
15
16
17
0 commit comments