git: 966a1a9d8d - main - docs: fix broken cross-references by using numeric values for isOnline
Vladlen Popolitov <[email protected]> Tue, 19 May 2026 19:31:42 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by vladlen: URL: https://cgit.FreeBSD.org/doc/commit/?id=966a1a9d8dd813f7e2b95605a2473c75ee45ff7d commit 966a1a9d8dd813f7e2b95605a2473c75ee45ff7d Author: Vladlen Popolitov <[email protected]> AuthorDate: 2026-05-19 19:31:23 +0000 Commit: Vladlen Popolitov <[email protected]> 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]