From 42a8b9aa18007e8c9a0222fb98dfe8fc6542ccdb Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 3 Jun 2025 13:12:59 -0400 Subject: [PATCH] manual: Add "Table of Contents" heading to the ToC Without this it looks a little bare. Note that this is not an actual heading, because otherwise the Table of Contents will appear in itself, which is weird. --- manual/freedoom-manual-en.adoc | 3 +++ manual/freedoom-manual-es.adoc | 2 ++ manual/freedoom-manual-fr.adoc | 2 ++ 3 files changed, 7 insertions(+) diff --git a/manual/freedoom-manual-en.adoc b/manual/freedoom-manual-en.adoc index cbef2e56..27f68b86 100644 --- a/manual/freedoom-manual-en.adoc +++ b/manual/freedoom-manual-en.adoc @@ -32,6 +32,9 @@ languages can be found on the Freedoom website. <<< +// Note this is not a heading, so the ToC does not appear in itself. +[big]*Table of Contents* + toc::[] <<< diff --git a/manual/freedoom-manual-es.adoc b/manual/freedoom-manual-es.adoc index 1ab91d9d..1eaa14b2 100644 --- a/manual/freedoom-manual-es.adoc +++ b/manual/freedoom-manual-es.adoc @@ -28,6 +28,8 @@ Este manual está licenciado bajo la licencia BSD de 3 cláusulas. <<< +[big]*Sumario* + toc::[] <<< diff --git a/manual/freedoom-manual-fr.adoc b/manual/freedoom-manual-fr.adoc index d4cc3cad..4fc449eb 100644 --- a/manual/freedoom-manual-fr.adoc +++ b/manual/freedoom-manual-fr.adoc @@ -25,6 +25,8 @@ Ce manuel est sous licence BSD-3-Clause. <<< +[big]*Sommaire* + toc::[] <<<