Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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? |
{{</ table >}}

Expand Down Expand Up @@ -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. |
{{</ table >}}
{{</ table >}}