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
5 changes: 5 additions & 0 deletions settings/global.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -607,10 +607,15 @@ Example:
<ResponseField name="indexHiddenPages" type="boolean" default="false">
Enables indexing pages not included in `navigation`.
</ResponseField>
<ResponseField name="noindex" type="boolean" default="false">
Disables search engine indexing in your given MDX file.
</ResponseField>
Comment on lines +610 to +612
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't believe this exists in the mintconfig today, iirc you have to specify noindex per-page in the frontmatter?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep mayank is correct here


</Expandable>
</ResponseField>



## Example `mint.json`

Click on the following dropdown to view a sample configuration file
Expand Down