Skip to content
Merged
Show file tree
Hide file tree
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: 4 additions & 0 deletions components/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,7 @@ Mintlify provides built-in MDX components for your documentation pages. Use thes
<Card title="Color" icon="palette" href="/components/color">
Display color swatches with hex values.
</Card>

<Card title="Tree" icon="folder-tree" href="/components/tree">
Display hierarchical file and folder structures.
</Card>
3 changes: 3 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@
"fr/components/icons",
"fr/components/mermaid-diagrams",
"fr/components/panel",
"fr/components/prompt",
"fr/components/responses",
"fr/components/steps",
"fr/components/tabs",
Expand Down Expand Up @@ -835,6 +836,7 @@
"es/components/icons",
"es/components/mermaid-diagrams",
"es/components/panel",
"es/components/prompt",
"es/components/responses",
"es/components/steps",
"es/components/tabs",
Expand Down Expand Up @@ -1203,6 +1205,7 @@
"zh/components/icons",
"zh/components/mermaid-diagrams",
"zh/components/panel",
"zh/components/prompt",
"zh/components/responses",
"zh/components/steps",
"zh/components/tabs",
Expand Down
Loading