mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-18 16:01:07 +00:00
3a1b1053bd
Ideally there would be a good mkdocs based checker, but the one that is out there only validate absolute URLs, which makes it unsuitable for checking local relative links in the docs. Adjust the doc build so that we also generate the SUMMARY.md for mdbook, and use mdbook's link checker to check the links. Fixup the couple of broken links that it found.
16 lines
198 B
TOML
16 lines
198 B
TOML
[book]
|
|
title = ""
|
|
author = ""
|
|
src = "."
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 1
|
|
|
|
[output.linkcheck]
|
|
traverse-parent-directories = false
|
|
|
|
[build]
|
|
build-dir = "../gh_pages"
|
|
create-missing = false
|