From b1b5da858adcf2452cc1e191fda19b3c8aef81be Mon Sep 17 00:00:00 2001 From: LinuxSBC Date: Wed, 8 Jan 2025 22:38:01 -0600 Subject: [PATCH] Add new icon option to configuring.md --- docs/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring.md b/docs/configuring.md index c10088f0..a311a8dd 100644 --- a/docs/configuring.md +++ b/docs/configuring.md @@ -320,7 +320,7 @@ For more info, see the **[Authentication Docs](/docs/authentication.md)** **Field** | **Type** | **Required**| **Description** --- | --- | --- | --- -**`icon`** | `string` | _Optional_ | The icon for a given item or section.
See [Icon Docs](/docs/icons.md) for all available supported icon types, including: auto-fetched favicons, generative icons, emoji icons, home-lab service logos, font-awesome, simple-icons, material icons, and icons specified by URL +**`icon`** | `string` | _Optional_ | The icon for a given item or section.
See [Icon Docs](/docs/icons.md) for all available supported icon types, including: auto-fetched favicons, generative icons, emoji icons, home-lab service logos, font-awesome, simple-icons, material icons, selfh.st icons, and icons specified by URL **[⬆️ Back to Top](#configuring)**