From a603a2749787fa5036f15b4148bdcd911e4d6b9c Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Wed, 17 Sep 2025 15:55:57 -0700 Subject: [PATCH] update icon frontmatter --- pages.mdx | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/pages.mdx b/pages.mdx index 72212085a..26faa3e9a 100644 --- a/pages.mdx +++ b/pages.mdx @@ -5,8 +5,6 @@ icon: "letter-text" keywords: ["tags", "tag"] --- -import IconsOptional from "/snippets/icons-optional.mdx"; - Each page is an MDX file, which combines Markdown content with React components to let you create rich, interactive documentation. ## Page metadata @@ -30,7 +28,21 @@ Use metadata to control: A short title that displays in the sidebar navigation. - + + The icon to display. + + Options: + - [Font Awesome icon](https://fontawesome.com/icons) name + - [Lucide icon](https://lucide.dev/icons) name + - URL to an externally hosted icon + - Path to an icon file in your project + + + + The [Font Awesome](https://fontawesome.com/icons) icon style. Only used with Font Awesome icons. + + Options: `regular`, `solid`, `light`, `thin`, `sharp-solid`, `duotone`, `brands`. + A tag that appears next to your page title in the sidebar.