1 Star 0 Fork 0

studvc/coil

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
assemble_docs.sh 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
# Clean any previous Dokka docs.
rm -rf docs/api
# Work around Dokka failing to link against external links generated from 'gfm' sources.
wget -O package-list-okio https://square.github.io/okio/2.x/okio/package-list
sed -i '' 's/$dokka.linkExtension:md/$dokka.linkExtension:html/g' package-list-okio
# Build the coil-base docs.
./gradlew clean :coil-base:dokka
# Work around Dokka failing to link against external links generated from 'gfm' sources.
cp docs/api/coil-base/package-list package-list-coil-base
sed -i '' 's/$dokka.linkExtension:md/$dokka.linkExtension:html/g' package-list-coil-base
# Build the remaining docs.
./gradlew :coil-gif:dokka :coil-svg:dokka :coil-video:dokka :coil-singleton:dokka
# Clean up.
rm package-list-coil-base package-list-okio
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/studvc/coil.git
git@gitee.com:studvc/coil.git
studvc
coil
coil
master

搜索帮助