abandon mkbook-linkcheck
This commit is contained in:
parent
2962fb1c92
commit
bd285c50e2
3
.github/workflows/page.yml
vendored
3
.github/workflows/page.yml
vendored
@ -88,7 +88,8 @@ jobs:
|
||||
cd docs
|
||||
mdbook build
|
||||
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
|
||||
|
||||
- name: 上传到 github pages
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
[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)
|
||||
|
||||
## 环境需求 (测试过的 / 开发平台)
|
||||
|
||||
|
@ -44,11 +44,11 @@ edition = "2021" # the default edition for code blocks
|
||||
### 扩展部分
|
||||
|
||||
# 检查文档内链接
|
||||
[output.linkcheck]
|
||||
follow-web-links = false
|
||||
warning-policy = "ignore"
|
||||
exclude = [ "requirement-dev.txt" ]
|
||||
traverse-parent-directories = true
|
||||
#[output.linkcheck]
|
||||
#follow-web-links = false
|
||||
#warning-policy = "ignore"
|
||||
#exclude = [ "requirement-dev.txt" ]
|
||||
#traverse-parent-directories = true
|
||||
|
||||
# 支持脚注 ( {{footnote: Or is it?}} )
|
||||
[preprocessor.footnote]
|
||||
|
Loading…
Reference in New Issue
Block a user