diff options
| author | Vladlen Popolitov <vladlen@FreeBSD.org> | 2026-05-19 19:31:23 +0000 |
|---|---|---|
| committer | Vladlen Popolitov <vladlen@FreeBSD.org> | 2026-05-19 19:31:23 +0000 |
| commit | 966a1a9d8dd813f7e2b95605a2473c75ee45ff7d (patch) | |
| tree | 19d74cd3d24345acfe7045680a5b86623fd7b434 /documentation | |
| parent | b9906458c6fa5ec6888d66fc15a0361179ae470f (diff) | |
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/config/_default/hugo.toml | 2 | ||||
| -rw-r--r-- | 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] |
