mirror of
https://git.FreeBSD.org/doc.git
synced 2026-06-02 19:35:07 +00:00
docs: fix broken cross-references by using numeric values for isOnline
Reviewed by: carlavilla Approved by: carlavilla Differential Revision: https://reviews.freebsd.org/D57098 PR: 295112
This commit is contained in:
@@ -36,7 +36,7 @@ timeout = "180s"
|
||||
extensions = ["man-macro", "inter-document-references-macro", "cross-document-references-macro", "sectnumoffset-treeprocessor", "packages-macro", "git-macro"]
|
||||
[markup.asciidocExt.attributes]
|
||||
env-beastie = true
|
||||
isOnline = true
|
||||
isOnline = 1
|
||||
skip-front-matter = true
|
||||
sectanchors = "after"
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ timeout = "180s"
|
||||
extensions = ["man-macro", "inter-document-references-macro", "cross-document-references-macro", "sectnumoffset-treeprocessor", "packages-macro", "git-macro"]
|
||||
[markup.asciidocExt.attributes]
|
||||
env-beastie = true
|
||||
isOnline = false
|
||||
isOnline = 0
|
||||
skip-front-matter = true
|
||||
|
||||
[outputs]
|
||||
|
||||
Reference in New Issue
Block a user