git: 1d9a1db29c - main - offline/config.toml: Remove unknown output configurations `list` and `single`
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Feb 2024 12:12:53 UTC
The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=1d9a1db29c7626974e55ba6a2c573896f241ecb4 commit 1d9a1db29c7626974e55ba6a2c573896f241ecb4 Author: Marc Fonvieille <blackend@FreeBSD.org> AuthorDate: 2024-02-17 12:08:20 +0000 Commit: Marc Fonvieille <blackend@FreeBSD.org> CommitDate: 2024-02-17 12:12:34 +0000 offline/config.toml: Remove unknown output configurations `list` and `single` --- documentation/config/offline/config.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/config/offline/config.toml b/documentation/config/offline/config.toml index 36ce4e7a2c..b13653b063 100644 --- a/documentation/config/offline/config.toml +++ b/documentation/config/offline/config.toml @@ -40,6 +40,4 @@ timeout = "180s" [outputs] home = [ "HTML" ] page = [ "HTML" ] -list = [ "HTML" ] -single = [ "HTML" ] section = [ "HTML" ]