From 192290e993460ba52d08421e243a3d12a4471549 Mon Sep 17 00:00:00 2001 From: Michael Mancini Date: Wed, 24 Sep 2025 17:10:16 -0400 Subject: [PATCH 1/2] add instructions for specifying icon library --- snippets/icons-required.mdx | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/snippets/icons-required.mdx b/snippets/icons-required.mdx index bed5876e8..5dd7df190 100644 --- a/snippets/icons-required.mdx +++ b/snippets/icons-required.mdx @@ -1,3 +1,18 @@ + + Specify the icon library with the `icons` property in `docs.json`. + +```json docs.json +{ + ..., + "icons": { + "library": "fontawesome" | "lucide" + }, + ... +} +``` + + + The icon to display. @@ -17,7 +32,7 @@ - The [Font Awesome](https://fontawesome.com/icons) icon style. Only used with Font Awesome icons. - - Options: `regular`, `solid`, `light`, `thin`, `sharp-solid`, `duotone`, `brands`. - \ No newline at end of file + The [Font Awesome](https://fontawesome.com/icons) icon style. Only used with + Font Awesome icons. Options: `regular`, `solid`, `light`, `thin`, + `sharp-solid`, `duotone`, `brands`. + From 9820592eaa8876b93174aceca040b7d1157fa567 Mon Sep 17 00:00:00 2001 From: Michael Mancini Date: Wed, 24 Sep 2025 17:15:22 -0400 Subject: [PATCH 2/2] formatting --- snippets/icons-required.mdx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/snippets/icons-required.mdx b/snippets/icons-required.mdx index 5dd7df190..373e673b2 100644 --- a/snippets/icons-required.mdx +++ b/snippets/icons-required.mdx @@ -10,7 +10,6 @@ ... } ``` - @@ -32,7 +31,7 @@ - The [Font Awesome](https://fontawesome.com/icons) icon style. Only used with - Font Awesome icons. Options: `regular`, `solid`, `light`, `thin`, - `sharp-solid`, `duotone`, `brands`. - + The [Font Awesome](https://fontawesome.com/icons) icon style. Only used with Font Awesome icons. + + Options: `regular`, `solid`, `light`, `thin`, `sharp-solid`, `duotone`, `brands`. + \ No newline at end of file