From 0b87adbf0d5210b2dc28fb36efb800dc462699ec Mon Sep 17 00:00:00 2001
From: "mintlify-development[bot]"
<109878554+mintlify-development[bot]@users.noreply.github.com>
Date: Tue, 17 Mar 2026 22:23:57 +0000
Subject: [PATCH] Document undocumented component props and iconType values
Generated-By: mintlify-agent
---
components/cards.mdx | 4 ++++
components/examples.mdx | 8 ++++++++
components/expandables.mdx | 6 +++++-
components/fields.mdx | 20 ++++++++++++++++++++
components/responses.mdx | 12 ++++++++++--
snippets/icons-optional.mdx | 2 +-
snippets/icons-required.mdx | 2 +-
7 files changed, 49 insertions(+), 5 deletions(-)
diff --git a/components/cards.mdx b/components/cards.mdx
index 1c7c2a679..cb9937cd3 100644
--- a/components/cards.mdx
+++ b/components/cards.mdx
@@ -129,3 +129,7 @@ Use the [Columns component](/components/columns) to organize multiple cards side
Show or hide the link arrow icon.
+
+
+ Disable the card link. When `true`, the card is not clickable and the CTA button appears dimmed.
+
diff --git a/components/examples.mdx b/components/examples.mdx
index 9af0f4b20..5cf6c4d4c 100644
--- a/components/examples.mdx
+++ b/components/examples.mdx
@@ -62,3 +62,11 @@ The `` component pins code examples in the right sidebar beneat
````
+
+## Properties
+
+Both `` and `` accept the following property:
+
+
+ Display a language dropdown instead of tabs when multiple code blocks are provided.
+
diff --git a/components/expandables.mdx b/components/expandables.mdx
index 9f8f27902..18c8bfd93 100644
--- a/components/expandables.mdx
+++ b/components/expandables.mdx
@@ -41,5 +41,9 @@ Use expandables to show and hide nested content within response fields. They are
- Set to `true` for the expandable to open when the page loads
+ Set to `true` for the expandable to open when the page loads.
+
+
+
+ When `true`, children are not rendered until the expandable is first opened. Useful for improving page load performance when the expandable contains heavy content.
diff --git a/components/fields.mdx b/components/fields.mdx
index 40807a521..577acf36c 100644
--- a/components/fields.mdx
+++ b/components/fields.mdx
@@ -52,6 +52,18 @@ Arrays can be defined using the `[]` suffix. For example `string[]`.
Placeholder text for the input in the playground.
+
+ A list of allowed values for the parameter.
+
+
+
+ Hide the field from the documentation. The field is still functional but not visible.
+
+
+
+ Custom anchor ID for linking directly to this field.
+
+
Description of the parameter (Markdown-enabled).
@@ -92,6 +104,14 @@ The `` component defines the return values of an API.
Whether a field is deprecated.
+
+ Hide the field from the documentation. The field is still functional but not visible.
+
+
+
+ Custom anchor ID for linking directly to this field.
+
+
Labels that are shown before the name of the field.
diff --git a/components/responses.mdx b/components/responses.mdx
index b762db1e4..25f9ed2ff 100644
--- a/components/responses.mdx
+++ b/components/responses.mdx
@@ -38,12 +38,20 @@ Use the `` component to define the return values of an API. Many
Whether a field is deprecated or not.
+
+ Hide the field from the documentation. The field is still functional but not visible.
+
+
+
+ Custom anchor ID for linking directly to this field.
+
+
- Labels that are shown before the name of the field
+ Labels that are shown before the name of the field.
- Labels that are shown after the name of the field
+ Labels that are shown after the name of the field.
diff --git a/snippets/icons-optional.mdx b/snippets/icons-optional.mdx
index 530840252..828f7735b 100644
--- a/snippets/icons-optional.mdx
+++ b/snippets/icons-optional.mdx
@@ -20,5 +20,5 @@
The [Font Awesome](https://fontawesome.com/icons) icon style. Only used with Font Awesome icons.
- Options: `regular`, `solid`, `light`, `thin`, `sharp-solid`, `duotone`, `brands`.
+ Options: `regular`, `solid`, `light`, `thin`, `sharp-solid`, `sharp-regular`, `sharp-light`, `sharp-thin`, `sharp-duotone-solid`, `duotone`, `brands`.
\ No newline at end of file
diff --git a/snippets/icons-required.mdx b/snippets/icons-required.mdx
index e1cea82b4..555546e02 100644
--- a/snippets/icons-required.mdx
+++ b/snippets/icons-required.mdx
@@ -12,5 +12,5 @@
The [Font Awesome](https://fontawesome.com/icons) icon style. Only used with Font Awesome icons.
- Options: `regular`, `solid`, `light`, `thin`, `sharp-solid`, `duotone`, `brands`.
+ Options: `regular`, `solid`, `light`, `thin`, `sharp-solid`, `sharp-regular`, `sharp-light`, `sharp-thin`, `sharp-duotone-solid`, `duotone`, `brands`.
\ No newline at end of file