You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core-concepts/pages.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,14 @@ icon: "code"
54
54
55
55
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).
56
56
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
+
57
65
## API Pages
58
66
59
67
API pages let you build interactive API playgrounds. To create an API page, you
0 commit comments