Crates.io | mdbook-unlink |
lib.rs | mdbook-unlink |
version | 0.1.0 |
source | src |
created_at | 2023-05-12 19:03:14.6407 |
updated_at | 2023-05-12 19:03:14.6407 |
description | A mdBook backend that validates local links |
homepage | https://github.com/ShaunSHamilton/mdbook-unlink |
repository | https://github.com/ShaunSHamilton/mdbook-unlink |
max_upload_size | |
id | 863196 |
size | 67,827 |
A mdBook backend that validates links in your book.
[output.unlink]
ignore-files= ["String"]
# A list of glob patterns to ignore when checking links
ignore-links = ["String"]
# Whether or not to check draft chapters
# Default: true
check-drafts = true
# A list of files to include when checking links
include-files = ["String"]