git: 966a1a9d8d - main - docs: fix broken cross-references by using numeric values for isOnline
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 May 2026 19:31:42 UTC
The branch main has been updated by vladlen:
URL: https://cgit.FreeBSD.org/doc/commit/?id=966a1a9d8dd813f7e2b95605a2473c75ee45ff7d
commit 966a1a9d8dd813f7e2b95605a2473c75ee45ff7d
Author: Vladlen Popolitov <vladlen@FreeBSD.org>
AuthorDate: 2026-05-19 19:31:23 +0000
Commit: Vladlen Popolitov <vladlen@FreeBSD.org>
CommitDate: 2026-05-19 19:31:23 +0000
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
---
documentation/config/_default/hugo.toml | 2 +-
documentation/config/offline/config.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/config/_default/hugo.toml b/documentation/config/_default/hugo.toml
index 7f26c2bdc3..fb3f320fee 100644
--- a/documentation/config/_default/hugo.toml
+++ b/documentation/config/_default/hugo.toml
@@ -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"
diff --git a/documentation/config/offline/config.toml b/documentation/config/offline/config.toml
index eb51936138..4075195a1d 100644
--- a/documentation/config/offline/config.toml
+++ b/documentation/config/offline/config.toml
@@ -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]