From 272140721642870be0f0aa8ae6f7ddaafa31dc1d Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Wed, 29 Dec 2021 11:31:39 +0000 Subject: [PATCH] add missing dot in the filename --- docs/modules/ROOT/pages/standard-directories.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/standard-directories.adoc b/docs/modules/ROOT/pages/standard-directories.adoc index 2651cff90..24ac1cd02 100644 --- a/docs/modules/ROOT/pages/standard-directories.adoc +++ b/docs/modules/ROOT/pages/standard-directories.adoc @@ -168,7 +168,7 @@ Hidden files *do not* get added to Antora's content catalog, and therefore aren' 📄 .hidden-example-file.ext <.> 📄 example-file <.> 📂 pages - 📄 hidden-page-file.adoc <.> + 📄 .hidden-page-file.adoc <.> 📄 hidden-page-file <.> ---- <.> Antora won't load this example file into the content catalog because its filename begins with a dot (`.`). -- GitLab