1
0
mirror of https://git.FreeBSD.org/doc.git synced 2026-06-02 11:25:20 +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:
Vladlen Popolitov
2026-05-19 22:31:23 +03:00
parent b9906458c6
commit 966a1a9d8d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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]