Skip to content
Merged
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
8 changes: 7 additions & 1 deletion settings/global.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,14 @@ Example:
An array of the anchors, includes the icon, color, and url.

{" "}

<img
className="block h-32 dark:hidden"
src="https://mintlify-assets.b-cdn.net/anchors-light.png"
/>

{" "}

<img
className="hidden h-32 dark:block"
src="https://mintlify-assets.b-cdn.net/anchors-dark.png"
Expand Down Expand Up @@ -521,7 +523,11 @@ Example:
</ResponseField>

<ResponseField name="suggestEdit" type="boolean" default={false}>
Enables a button to allow users to suggest edits via pull requests
Enables a button to allow users to suggest edits via pull requests for public repositories.

<Warning>
If your docs repo is private, `suggestEdit` will not work.
</Warning>
</ResponseField>

<ResponseField name="raiseIssue" type="boolean" default={false}>
Expand Down
Loading