1 Star 1 Fork 0

半夜蝉鸣/okhttp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test_docs.sh 686 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yuri Schimke 提交于 2023-05-27 19:06 . Attempt doc publishing again (#7867)
#!/bin/bash
# The website is built using MkDocs with the Material theme.
# https://squidfunk.github.io/mkdocs-material/
# It requires Python to run.
# Install the packages with the following command:
# pip install mkdocs mkdocs-material mkdocs-redirects
set -ex
# Test generating the javadoc jars
./gradlew publishToMavenLocal
# Generate the API docs
./gradlew dokkaHtmlMultiModule
mv ./build/dokka/htmlMultiModule docs/4.x
# Copy in special files that GitHub wants in the project root.
cat README.md | grep -v 'project website' > docs/index.md
cp CHANGELOG.md docs/changelogs/changelog.md
cp CONTRIBUTING.md docs/contribute/contributing.md
# Build the site locally
mkdocs build
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/1fen/okhttp.git
git@gitee.com:1fen/okhttp.git
1fen
okhttp
okhttp
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385