Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion navigation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Pages is an array where each entry must be a reference to the path of a [page fi

## Groups

Groups allow you to group your pages. Groups can also be nested within each other.
Use groups to organize your navigation into sections. Groups can be nested within each other and labeled with tags.

<img
className="block dark:hidden pointer-events-none"
Expand Down
2 changes: 1 addition & 1 deletion pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

## Tag

You can set a tag for your page. Tags display next to page titles in the sidebar. Use tags to categorize your pages and make them easier to find.
Add tags to label specific pages. Tags display in the sidebar next to page titles.

```jsx
---
Expand Down Expand Up @@ -164,7 +164,7 @@

## Internal Search Optimization

You can also enhance a specific page's discoverability in the built-in search by

Check warning on line 167 in pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

pages.mdx#L167

Did you really mean 'discoverability'?
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.

Expand Down
Loading