mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
9d0640aafb
* settings overview page * update docs.json * update links in icons snippets Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * add schema reference * add api settings * add appearance settings * add integrations settings * add seo and search settings * add structure * add new contextual options * update links * Vale --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
964 B
Plaintext
16 lines
964 B
Plaintext
<ResponseField name="icon" type="string" required>
|
|
The icon to display.
|
|
|
|
Options:
|
|
- [Font Awesome icon](https://fontawesome.com/icons) name, if you have the `icons.library` [property](/organize/settings-appearance#param-icons) set to `fontawesome` in your `docs.json`
|
|
- [Lucide icon](https://lucide.dev/icons) name, if you have the `icons.library` [property](/organize/settings-appearance#param-icons) set to `lucide` in your `docs.json`
|
|
- [Tabler icon](https://tabler.io/icons) name, if you have the `icons.library` [property](/organize/settings-appearance#param-icons) set to `tabler` in your `docs.json`
|
|
- URL to an externally hosted icon
|
|
- Path to an icon file in your project
|
|
</ResponseField>
|
|
|
|
<ResponseField name="iconType" type="string">
|
|
The [Font Awesome](https://fontawesome.com/icons) icon style. Only used with Font Awesome icons.
|
|
|
|
Options: `regular`, `solid`, `light`, `thin`, `sharp-solid`, `duotone`, `brands`.
|
|
</ResponseField> |