From 892360f61955d41700a3a7db7dc026298adec252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 3 Oct 2022 14:42:17 +0200 Subject: [PATCH] Update output-formats.md --- content/en/templates/output-formats.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/templates/output-formats.md b/content/en/templates/output-formats.md index df48d55dc..9add49dec 100644 --- a/content/en/templates/output-formats.md +++ b/content/en/templates/output-formats.md @@ -117,6 +117,9 @@ The following is the full list of configuration options for output formats and t `noUgly` : used to turn off ugly URLs If `uglyURLs` is set to `true` in your site. **Default:** `false`. +`ugly` +: Enable to override the global uglyURLs setting. + `notAlternative` : enable if it doesn't make sense to include this format in an `AlternativeOutputFormats` format listing on `Page` (e.g., with `CSS`). Note that we use the term *alternative* and not *alternate* here, as it does not necessarily replace the other format. **Default:** `false`.