This commit is contained in:
Philipp Oppermann
2021-06-30 13:27:25 +02:00
committed by GitHub
parent c2d6645392
commit 7f36fe6693

View File

@@ -27,6 +27,7 @@ skip_prefixes = [
skip_anchor_prefixes = [ skip_anchor_prefixes = [
"https://github.com/", # see https://github.com/getzola/zola/issues/805 "https://github.com/", # see https://github.com/getzola/zola/issues/805
"https://docs.rs/x86_64/0.1.2/src/", # source code highlight "https://docs.rs/x86_64/0.1.2/src/", # source code highlight
"https://doc.rust-jp.rs/book-ja/", # seems like Zola has problems with Japanese anchor names
] ]
[extra] [extra]