Skip to content

Commit ef7a83f

Browse files
committed
Add pages
1 parent 95278d2 commit ef7a83f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

core-concepts/pages.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ icon: "code"
5454

5555
You can set icons from [Font Awesome](https://fontawesome.com/icons) and [Lucide](https://lucide.dev/icons), depending on the [icon library setting](http://localhost:3000/core-concepts/settings#param-icons).
5656

57+
You can also set the icon type for Font Awesome icons (optional). If not set, the icon type will be regular.
58+
59+
```jsx
60+
---
61+
iconType: "solid"
62+
---
63+
```
64+
5765
## API Pages
5866

5967
API pages let you build interactive API playgrounds. To create an API page, you

0 commit comments

Comments
 (0)