diff --git a/.github/workflows/page.yml b/.github/workflows/page.yml index 11dbeb6..9cfb484 100644 --- a/.github/workflows/page.yml +++ b/.github/workflows/page.yml @@ -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 diff --git a/README.md b/README.md index 8357155..5b79adc 100644 --- a/README.md +++ b/README.md @@ -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) ## 环境需求 (测试过的 / 开发平台) diff --git a/docs/book.toml b/docs/book.toml index 3cd3f1a..c101849 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -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]