From c87b84b6ce3c3cbdc17618a9397d5c9142dd0bd0 Mon Sep 17 00:00:00 2001 From: Kenneth Staub Date: Fri, 7 Feb 2025 00:33:11 +0100 Subject: [PATCH] Update configuration.md Added documentation for threads and youtube social icons. --- content/docs/reference/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/docs/reference/configuration.md b/content/docs/reference/configuration.md index 433aeb4..fcd8001 100644 --- a/content/docs/reference/configuration.md +++ b/content/docs/reference/configuration.md @@ -50,6 +50,8 @@ Social links are displayed as icons in the top left corner of the Lotus Docs the | `bluesky` | string | N/A | Enables the Bluesky social icon link using the username value set here e.g. `lotusdocs.bsky.social` | | `twitter` | string | N/A | Enables the Twitter / X social icon link using the username value set here e.g. `lotusdocs` | | `instagram` | string | N/A | Enables the Instagram social icon link using the username value set here e.g. `lotusdocs` | +| `threads` | string | N/A | Enables the Threads social icon link using the username value set here e.g. `lotusdocs` | +| `youtube` | string | N/A | Enables the Youtube social icon link using the username value set here e.g. `@lotusdocs` | | `rss` | boolean | `false` | Display an RSS icon link? | {{}} @@ -209,4 +211,4 @@ Parameters specific to the default feedback template. | `negativeFormTitle` | string | `What went wrong?` | **optional** - Set the title for the negative feedback form. | | `positiveForm` | array | N/A | **optional** - A nested array of ratings and descriptions for the positive feedback form. e.g. `[["Easy to understand","Easy to follow and comprehend."]]`, the first element in the nested array represents the rating, and the second, the description. | | `negativeForm` | array | N/A | **optional** - A nested array of ratings and descriptions for the negative feedback form. e.g. `[["Hard to understand","Too complicated or unclear."]]`, the first element in the nested array represents the rating, and the second, the description. | -{{}} \ No newline at end of file +{{}}