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.
2 parents 6f15906 + 1fd6129 commit ee72fe0Copy full SHA for ee72fe0
script/gen-docs
@@ -66,6 +66,10 @@ cp ../Logo/PNG/logo-Swift.png ${DOC_PATH}/Logo/PNG/logo-Swift.png
66
cp ../Logo/PNG/JoinSlack.png ${DOC_PATH}/Logo/PNG/JoinSlack.png
67
cp ../Logo/PNG/Docs.png ${DOC_PATH}/Logo/PNG/Docs.png
68
69
+# Fix all readme links.
70
+perl -0777 -i -pe 's/"Documentation\/([a-zA-Z0-9-_]+)\.md/"\L$1\.html/g' ${DOC_PATH}/*.html
71
+perl -0777 -i -pe 's/"(a-zA-Z0-9-_]+)\.md/"\L$1\.html/g' ${DOC_PATH}/*.html
72
+
73
git add ${DOC_PATH}
74
75
# Ensure Jekyll is not running in `docs`.
0 commit comments