Skip to content

Commit affe985

Browse files
authored
Documentation edits made through Mintlify web editor
1 parent 3f86ce4 commit affe985

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pages.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Pages"
33
description: "Pages are the building blocks of your documentation"
4-
icon: 'letter-text'
4+
icon: "letter-text"
55
---
66

77
## Basics
@@ -39,7 +39,7 @@ sidebarTitle: "Short title"
3939

4040
## Icons
4141

42-
You can set an icon for your sidebar item like the one for this page. You can set icons by using the `icon` metadata.
42+
Add an icon next to your page's sidebar title by including the `icon` field in your page's frontmatter.
4343

4444
```mdx
4545
---
@@ -48,9 +48,9 @@ icon: "code"
4848
---
4949
```
5050

51-
You can set icons from [Font Awesome](https://fontawesome.com/icons) and [Lucide](https://lucide.dev/icons), depending on the [icon library setting](settings#param-icons).
51+
You can set icons from a URL, [Font Awesome](https://fontawesome.com/icons), or [Lucide](https://lucide.dev/icons). Choose your preferred icon library (Font Awesome or Lucide) with the [icon library setting](settings#param-icons).
5252

53-
You can also set the icon type for Font Awesome icons (optional). If not set, the icon type will be regular.
53+
For Font Awesome icons, you can optionally set the icon type. If not set, the icon type will be regular.
5454

5555
```mdx
5656
---
@@ -116,7 +116,6 @@ Custom Mode provides a minimalist layout by removing all elements except for the
116116
This mode offers a blank canvas, which is ideal for creating a "landing page" or any page where
117117
you want a clean, distraction-free environment.
118118

119-
120119
```mdx
121120
---
122121
mode: "custom"
@@ -128,7 +127,6 @@ mode: "custom"
128127
Center Mode removes the sidebar and the table of contents, and centers the page content. This mode is great for changelogs
129128
or any page where you want to focus on the content.
130129

131-
132130
```mdx
133131
---
134132
mode: "center"
@@ -172,4 +170,4 @@ content or in search results, but users that search for them will be shown the p
172170
---
173171
keywords: ['search', 'indexing']
174172
---
175-
```
173+
```

0 commit comments

Comments
 (0)