abandon mkbook-linkcheck

This commit is contained in:
shenjack 2023-05-16 21:55:39 +08:00
parent 2962fb1c92
commit bd285c50e2
3 changed files with 8 additions and 7 deletions

View File

@ -88,7 +88,8 @@ jobs:
cd docs cd docs
mdbook build mdbook build
cd .. cd ..
Copy-Item docs/book/README-en.html docs/book/html/README-en.html # Copy-Item docs/book/README-en.html docs/book/html/README-en.html
Copy-Item index.html docs/book/index.html
Get-ChildItem -Recurse -Path .\docs\book\* | ?{$_.PsIsContainer -eq $false} | Get-FileHash -Algorithm MD5 >> .\docs\md5.txt Get-ChildItem -Recurse -Path .\docs\book\* | ?{$_.PsIsContainer -eq $false} | Get-FileHash -Algorithm MD5 >> .\docs\md5.txt
- name: 上传到 github pages - name: 上传到 github pages

View File

@ -37,7 +37,7 @@
[YouTrack](https://difficult-rocket.youtrack.cloud/projects/8dafd498-59c0-4ce7-9900-d9292e9ed1f0) [YouTrack](https://difficult-rocket.youtrack.cloud/projects/8dafd498-59c0-4ce7-9900-d9292e9ed1f0)
## [更新日志](docs/src/change_log/update_logs.md) ## [更新日志](docs/src/change_log/readme.md)
## 环境需求 (测试过的 / 开发平台) ## 环境需求 (测试过的 / 开发平台)

View File

@ -44,11 +44,11 @@ edition = "2021" # the default edition for code blocks
### 扩展部分 ### 扩展部分
# 检查文档内链接 # 检查文档内链接
[output.linkcheck] #[output.linkcheck]
follow-web-links = false #follow-web-links = false
warning-policy = "ignore" #warning-policy = "ignore"
exclude = [ "requirement-dev.txt" ] #exclude = [ "requirement-dev.txt" ]
traverse-parent-directories = true #traverse-parent-directories = true
# 支持脚注 ( {{footnote: Or is it?}} ) # 支持脚注 ( {{footnote: Or is it?}} )
[preprocessor.footnote] [preprocessor.footnote]