Skip to content
Closed
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
1 change: 1 addition & 0 deletions pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ResponseField>

<ResponseField name="icon" type="string">
An icon next to your page title in the sidebar. Choose an icon from Font Awesome, Lucide, or use a custom URL. Configure your preferred icon library with the [icons library setting](/settings#param-icons).

Check warning on line 26 in pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

pages.mdx#L26

Did you really mean 'Lucide'?

</ResponseField>

Expand Down Expand Up @@ -68,7 +68,7 @@

### Custom

Custom mode provides a minimalist layout that removes all elements except for the top navbar. Custom mode is a blank canvas to create landing pages or any other unique layouts that you want to have minimal navigation elements for.

Check warning on line 71 in pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

pages.mdx#L71

Did you really mean 'navbar'?

```yaml
---
Expand All @@ -90,6 +90,7 @@

## API pages

text
Create interactive API playgrounds by adding an API specification to your frontmatter, `api` or `openapi`.

```yaml
Expand Down Expand Up @@ -129,7 +130,7 @@

## Internal search keywords

Enhance a specific page's discoverability in the built-in search by providing `keywords` in your metadata. These keywords won't appear as part of the page content or in search results, but users that search for them will be shown the page as a result.

Check warning on line 133 in pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

pages.mdx#L133

Did you really mean 'discoverability'?

```yaml
---
Expand Down
Loading