From c1f9cda834f2ab8fde71a23180ff42f19a263600 Mon Sep 17 00:00:00 2001 From: Oliver Marienfeld Date: Sun, 26 Nov 2023 20:08:30 +0100 Subject: [PATCH] Hint at the dark logo filename for -project-logo --- _overviews/scala3-scaladoc/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/scala3-scaladoc/settings.md b/_overviews/scala3-scaladoc/settings.md index 69ca8b5cdb..fe93ad639a 100644 --- a/_overviews/scala3-scaladoc/settings.md +++ b/_overviews/scala3-scaladoc/settings.md @@ -32,7 +32,7 @@ The name of the project. To provide compatibility with Scala2 aliases with `-doc The current version of your project that appears in a top left corner. To provide compatibility with Scala2 aliases with `-doc-version` ##### -project-logo -The logo of your project that appears in a top left corner. To provide compatibility with Scala2 aliases with `-doc-logo` +The logo of your project that appears in a top left corner. A separate logo for the dark theme can be provided with the suffix `_dark`. If the logo is, for example, `mylogo.png`, then `mylogo_dark.png` is assumed for the dark theme. To provide compatibility with Scala2 aliases with `-doc-logo` ##### -project-footer The string message that appears in a footer section. To provide compatibility with Scala2 aliases with `-doc-footer`